Summary
Search Tasks
Description
Search Tasks with Options
Route
POST /workflow_engine/tasks/search
Roles
admin
apiread
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
filter |
object |
yes |
Search Filter |
options |
object |
yes |
expand, fields, query, local, limit, skip, sort |
Copied to Clipboard
{
"filter": {
"someFieldName": "Some Value to query the against the someFieldName property"
},
"options": {
"expand": [
"user",
"user",
"owner",
"owner",
"owner"
],
"fields": {
"name": 1
},
"query": {
"name": "abcd"
},
"limit": 50,
"local": true,
"skip": 0,
"sort": {
"name": -1
}
}
}
Return
DetailsExampleSchema
Name |
Type |
Description |
tasks |
object |
Search Results |
Copied to Clipboard
{
"results": [
{
"_id": "5cb7b531d06cceb89fd21b1c",
"job": {
"_id": "4321abcdef694aa79dae47ad",
"task": "cd34",
"ancestors": [
"5cb7b531d06cceb89fd21b1c",
"4321abcdef694aa79dae47ad",
"5cb7b531d06cceb89fd21b1c",
"4321abcdef694aa79dae47ad",
"4321abcdef694aa79dae47ad"
],
"name": -55948278.39020988,
"description": false
},
"variables": {
"incoming": {
"inputVariable": "inputValue"
},
"outgoing": {
"outputVariable": null
},
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "sit cupidatat"
},
{
"type": "encryption",
"pointer": "aliquip aute dolore"
},
{
"type": "encryption",
"pointer": "voluptate Ut"
},
{
"type": "encryption",
"pointer": "reprehenderit id"
},
{
"type": "encryption",
"pointer": "et laborum Excepteur dolor consectetur"
}
]
},
"metrics": {
"retrying": false
},
"name": "dolor Duis non deserunt sed",
"summary": false,
"displayName": "ut mollit consectetur fugiat aute",
"type": false,
"x": true,
"y": -92859916
},
{
"_id": "5cb7b531d06cceb89fd21b1c",
"job": {
"_id": "4321abcdef694aa79dae47ad",
"task": "12ab",
"ancestors": [
"4321abcdef694aa79dae47ad",
"5cb7b531d06cceb89fd21b1c"
],
"name": false,
"description": 54788631.77082339
},
"variables": {
"incoming": {
"inputVariable": "inputValue"
},
"outgoing": {
"outputVariable": null
},
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "labore ullamco ad"
}
]
},
"metrics": {
"retrying": true
},
"name": "velit sint",
"summary": true,
"displayName": -92276930,
"type": false,
"x": 28424030,
"y": 54557208
},
{
"_id": "5cb7b531d06cceb89fd21b1c",
"job": {
"_id": "4321abcdef694aa79dae47ad",
"task": "cd34",
"ancestors": [
"4321abcdef694aa79dae47ad"
],
"name": -55917572.78286229,
"description": true
},
"variables": {
"incoming": {
"inputVariable": "inputValue"
},
"outgoing": {
"outputVariable": null
},
"error": "",
"decorators": [
{
"type": "encryption",
"pointer": "dolor"
},
{
"type": "encryption",
"pointer": "occaecat Lorem mollit consequat dolore"
},
{
"type": "encryption",
"pointer": "voluptate consectetur"
}
]
},
"metrics": {
"retrying": false
},
"name": false,
"summary": false,
"displayName": "nisi commodo in irure",
"type": false,
"x": false,
"y": "ea deserunt exercitation sit"
}
],
"skip": 0,
"limit": 50,
"total": 100
}