JavaScript
This activity supports native JavaScript functions implemented directly in the JavaScript engine and does not require additional libraries. It can perform basic functions such as formatting or parsing data. The activity has access to all the workflow variables and can return a result to the workflow, along with additional data, when it is complete.
| Parameters | Description |
|---|---|
Script |
Valid JavaScript code to be executed. |
| Parameters | Description |
|---|---|
Data |
Response from the JavaScript code. |
Success |
Indicates whether the activity was completed successfully (value = True) or not (value = False) |
↑