``controllerIds`` |
required, array |
Filter collection of JS7 Controllers, specified by their controllerId. |
"controllerIds" : [
"testsuite",
"standalone"
] |
|
``deployConfigurations`` |
required, array |
An array of deployed configuration objects. |
|
|
``configuration`` |
required, object |
An deployed configuration specified by its ``path``, ``objectType`` and ``commitId`` OR a folder specified by ``path`` and ``objectType`` only. If deployed configurations are specified by a folder, all latest deployments of the items from the folder will be processed. |
"configuration" : {
"path" : "/myWorkflows/ifElseWorkflow/workflow_12",
"objectType" : "WORKFLOW",
"commitId" : "4273b6c6-c354-4fcd-afdb-2758088abe4a"
}
|
|
``path`` |
required, string |
|
"path" : "/myWorkflows/ifElseWorkflow/workflow_10" |
|
``objectType`` |
required, enum |
Subset of deployable objects from the enum ConfigurationType. The subset consist of WORKFLOW, NOTICEBOARD, LOCK, FILEORDERSOURCE and FOLDER. |
"objectType" : "WORKFLOW" |
|
``commitId`` |
required, string |
The ``commitId`` of the deployment of the deployed configuration. If no commitId is set the latest deployment of the configuration will be processed. |
"commitId" : "4273b6c6-c354-4fcd-afdb-2758088abe4a" |
|
``recursive`` |
optional, boolean |
Decides if a given folder should be processed recursively. |
"recursive" : true |
false |