Parameter | Description |
---|---|
Dependency | Filter workflows based on the kind of entity that the workflow depends on. |
Fetch Only Active Workflows | Select to retrieve only active workflows. |
Trigger Method | Filters workflows by how they are triggered. |
[
{
"id": "string",
"uuid": "string",
"name": "string",
"description": "string",
"status": "ACTIVE",
"lastUpdateTime": "2019-08-24T14:15:22Z",
"triggerMethods": {},
"versions": [
{}
]
}
]
Was this page helpful?