Summary
Search Workflows
Description
Search Workflows with Options
Route
POST /workflow_engine/workflows/search
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
options |
object |
yes |
expand, fields, query, limit, skip, sort |
Copied to Clipboard
{
"options": {
"expand": [
"user"
],
"fields": {
"name": 1
},
"query": {
"name": "abcd"
},
"limit": 50,
"local": false,
"skip": 0,
"sort": {
"name": -1
}
}
}
Return
DetailsExampleSchema
Name |
Type |
Description |
workflows |
object |
Search Results |
Copied to Clipboard
{
"results": [
{
"name": "My Workflow",
"type": "automation",
"tasks": {
"workflow_start": {
"name": "workflow_start",
"summary": "workflow_start",
"groups": [
"c5a03866aef30831361e5fd8",
"5c9b22309f8d798a3f74e63b",
"dfb3f969b443aba0d24bd6f4",
"91e4bbf60b9a06f7291418b6"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"1a319d653318b40f2702cade",
"1ab00648d93efb819e84e848",
"93d294b464f31ae228664ce9",
"cc42edd85f81586bd0516455",
"6323a4417bcf07c2ea09ab2d"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "dolore irure fugiat in",
"description": "fugiat officia amet",
"app": "aliqua sint fugiat",
"variables": {
"error": ""
},
"groups": [
"2328be61707264e4ca5f2625",
"86a7db8086797f680edccdd7",
"1034f084d22ff1d748ad81c7"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"success"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"39fa2d0ca6f07d9745e6817c",
"755104ec2b9db22e84423fff"
],
"_id": "4321abcdef694aa79dae47ad",
"description": null,
"preAutomationTime": 250000,
"font_size": 12,
"created": "1948-11-30T04:54:21.966Z",
"created_by": "eec985c6ec5fc13843fa9602",
"last_updated": "1986-10-25T16:17:07.42Z",
"last_updated_by": "3f15105c95fdcbcc1c050a0a",
"lastUpdatedVersion": "eiusmod",
"tags": [
"id fugiat",
"dolore tempor consequat sit",
"reprehenderit nulla exercitation Ut ipsum",
"fugiat voluptate nulla"
],
"canvasVersion": 2,
"encodingVersion": 1
}
],
"skip": 0,
"limit": 50,
"total": 100
}