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": [
"owner",
"owner",
"owner",
"created_by",
"owner"
],
"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": [
"4c99f90d898a8a0837fb3738",
"10b7be641f0ddc39a621d205",
"6e6499fdc720daa42bbee2ec",
"d6bb2dc66aeae256f247354e",
"e5162e45e665aef8d761a1f0"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"workflow_end": {
"name": "workflow_end",
"summary": "workflow_end",
"groups": [
"32d99a6341be8e0a7196ed3f"
],
"x": 0.36142061281337046,
"y": 0.502092050209205
},
"error_handler": {
"name": "childJob",
"summary": "ut Ut anim ea adipisicing",
"description": "deserunt",
"app": "laboris adipisicing ex",
"variables": {
"error": ""
},
"groups": [
"ecd2faa5fe9b3d55ea12d207"
],
"x": 0.36142061281337046,
"y": 0.502092050209205,
"type": "operation",
"deprecated": false,
"scheduled": true,
"retrySettings": {
"state": [
"success",
"error",
"failure",
"success",
"error"
],
"autoRetry": true,
"limit": 10,
"delay": 1000,
"count": 5
}
}
},
"transitions": {},
"groups": [
"8113e2575372af1f573f55ae"
],
"_id": "4321abcdef694aa79dae47ad",
"description": "proident cillum",
"preAutomationTime": 5000,
"font_size": 12,
"created": "1989-03-08T06:49:57.377Z",
"created_by": "dc0e3613723ca28fca5fa6b1",
"last_updated": "1993-07-27T20:54:18.51Z",
"last_updated_by": "746ea5f0e646e1365cb3c6f7",
"lastUpdatedVersion": "occaecat tempor ullamco aliqua laborum",
"tags": [
"incididunt enim non",
"deserunt amet consectetur eu",
"id deserunt",
"ut sed",
"occaecat deserunt ullamco ut"
],
"canvasVersion": 1,
"encodingVersion": 1
}
],
"skip": 0,
"limit": 50,
"total": 100
}