wfm.SaveScript
This job saves a script or creates a new script (Action = 2).
1. Input Parameters
| Name | Type | Required | Description |
|---|---|---|---|
|
STRING |
Yes |
ID of the organization. |
|
STRING |
Yes |
ID of the workflow. |
|
STRING |
Yes |
ID of the script. |
|
STRING |
Yes |
Name of the script. |
|
STRING |
Yes |
Short description of the script. |
|
INT |
Yes |
Action to be performed: |
|
STRING |
Yes |
Script code. |
|
INT |
Yes |
Type of script: |
2. Output Parameters
| Name | Type | Dependency | Description |
|---|---|---|---|
|
STRING |
— |
ID of the saved or newly created script. |