These Actions are preserved between the different steps of the Workflow execution. For example: if you create a file using Python, you can use it in a later Step using any programming language or CLI.
bash
script.
Working Directory
using the Create Working Directory action.bash
script in the code block provided within the ‘Run Bash Script’ action.Working Directory
you created in step one.Parameter | Description |
---|---|
Code | Bash code to execute in the script. |
Advanced -Working Directory | The name given to the working directory in the Create Working Directory action. |
Advanced – Prerequisite Packages | Specify the required package(s) for installation, including those available via apt-get . |
Working Directory
using the Create Working Directory action.Node.js
script in the code block provided within the ‘Run Node.js Script’ action.Working Directory
you created in step one.Parameter | Description |
---|---|
Code | JS code to execute in the script. |
Advanced- Working Directory | The name given to the working directory in the Create Working Directory action. |
Working Directory
using the Create Working Directory action.
Working Directory
you created in step one.
Parameter | Description |
---|---|
Package | Name of the Node.js package to install. |
Working Directory | The name given to the working directory in the Create Working Directory action. |
certifi==2022.12.7
chardet==4.0.0
idna==2.10
protobuf==3.18.3
requests==2.25.1
six==1.15.0
urllib3==1.26.5
dotmap==1.3.25
pandas==2.2.3
tabulate==0.9.0
openpyxl==3.1.4
markdownify==0.14.1
mistletoe==1.4.0
pillow==10.4.0
pypdf2==3.0.1
psutil==6.1.1
redshift_connector==2.1.5
Python v3.8
has pandas==2.0.3
Working Directory
using the Create Working Directory action.Python
script in the code block provided within the ‘Run Python’ action.Working Directory
you created in step one.Parameter | Description |
---|---|
Code | Python code to execute in the script. |
Version | The version of the Package |
Working Directory | The name given to the working directory in the Create a Create Working Directory action. |
Working Directory
using the Create Working Directory action.
git+<protocol>://<git-provider>/<git-user>/<git-repo>.git
For Example:
Working Directory
you created in step one.
Parameter | Description |
---|---|
Package List | New line separated packages to install. |
Version | - |
Working Directory | The name given to the working directory in the Create a Create Working Directory action. |