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",
"user"
],
"fields": {
"name": 1
},
"query": {
"name": "abcd"
},
"limit": 50,
"local": true,
"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": [
"f201da26aec7cdb296b4f108",
"a010594d7378a04e24264971",
"880b402e9b1717484f4dba29",
"d14cf5cf7208857e07b41db6",
"282daf9b2ccd8c8ba7c756cd"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"64039f0cfba15b7dba844951",
"12b8a24a2ddc78aac554e72d",
"8a83002bc40ad0286b5efee0",
"b524eddb6e0e1663bf0c3ab8"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "reprehenderit",
"description": "eu qui",
"app": "commodo in ea",
"variables": {
"error": ""
},
"groups": [
"bcc5bbf6d808b56d95bd0453",
"83ff178fb0b15c49ad5f0403",
"e714c8c7ba4c609c6b74b16d",
"199cea12e5fb5c5d5ffc3502",
"e7b1d1ec7c746688d5351bbd"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": true,
"scheduled": true,
"retrySettings": {
"state": [
"error",
"success",
"success"
],
"autoRetry": false,
"limit": 20,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"1c71515bde6ccdcbfebab642",
"6711accc3e6f8f520a21eeff",
"c7714074a692b01e4341547c",
"3037b0ce44a9671f61a56302",
"bf1e5141e8be4ba2d38e5cb4"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "aliqua",
"preAutomationTime": 250000,
"font_size": 12,
"created": "2004-07-07T22:09:08.514Z",
"created_by": "8e5c924125205429219c0189",
"last_updated": "2017-10-27T17:23:58.379Z",
"last_updated_by": "4c4ab47dfd7401a3920df7b6",
"lastUpdatedVersion": "Ut mollit dolor",
"tags": [
"enim qui",
"ut adipisicing ea exercitation anim",
"aliquip",
"amet labore ut enim"
],
"canvasVersion": 2,
"encodingVersion": 1
}
],
"skip": 0,
"limit": 50,
"total": 100
}