Summary
Get All Loop Tasks
Description
Get all looped Tasks in a Workflow by Workflow details.
Route
POST /workflow_engine/getAllLoopTasks
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
workflow_details |
object |
yes |
Workflow to get looped tasks. |
Copied to Clipboard
{
"workflow_details": {
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "Excepteur in",
"description": "est qui",
"app": "proident voluptate dolor irure",
"variables": {
"error": ""
},
"groups": [
"ba691a5a42a6d88b00da4e57",
"57c1e7c343cce9efc53b0a0e",
"069e64cba296aa107ddcee43",
"96ad8100e85f6e249495ee24",
"7b8f4b2e67f6b649dbb4c993"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": false,
"retrySettings": {
"state": [
"error",
"success"
],
"autoRetry": true,
"limit": 10,
"delay": 2000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"b086b5349c550993a7cfe332",
"8b088e9f7a2411d78605bec9",
"d74516cdc01d8d60ecf92719"
],
"_id": "5cb7b531d06cceb89fd21b1c",
"description": "ea proident consequat aute",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1953-11-11T10:25:24.92Z",
"created_by": "f0bda3345a1a9af3c7893124",
"last_updated": "2015-04-16T20:14:59.537Z",
"last_updated_by": "20d5c08748bc89c80bc899b5",
"lastUpdatedVersion": "laboris in",
"tags": [],
"canvasVersion": 1
}
}
Copied to Clipboard
{
"type": "object",
"properties": {
"workflow_details": {
"$ref": "workflowDocument"
}
},
"required": [
"workflow_details"
],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
loop_tasks |
array |
looped Tasks of the Workflow. |
Copied to Clipboard
[
"cd34",
"12ab",
"cd34",
"cd34",
"12ab"
]