Execute NodeJS
Description
This activity executes the provided Node.js project by running a specified script or application. It supports execution control through configuration fields and captures output for further processing.
Input
Files
Output
Execution Data
Configuration Fields
- File Specifies the Node.js script or application to execute.
- Base Folder Defines the base folder where the Node.js script or application is located.
- Working Path Sets the working directory path for execution.
- Command The command used to start the Node.js application.
- Output Directory Directory where the output of the Node.js application will be saved.
- Max Execute Time Maximum duration (in seconds) allowed for the script to execute before termination.
- Refresh Interval Time interval (in seconds) for refreshing the execution status.
Sample Input
Not Applicable
Sample Configuration
Sample Output
CommandOutput |
---|
Hello World! |