latestOpenAPI 3.0.12026-08-103995881.2 MB
053edab62415
workflow_templates
Get a workflow template
get/app/v1/workflow_templates/{id}
Path parameters
idstring uuid required
Workflow Template ID
Response
A successful operation
Example response
{
"triggers": [
{
"output": {
"$TRIGGERING_ASSET_ID": "$.asset_trigger.metadata.id",
"$LEAK_EQUIPMENT": "$.answers.section1[0].question_leak.value",
"$ASSOCIATED_ASSET_ID": "$.asset.id",
"$ASSOCIATED_ASSET_NAME": "$.asset.name",
"$ASSOCIATED_ASSET_TYPE": "$.asset.asset_type",
"$FOO": "bar"
},
"cron": "0 8 * * ? *"
}
],
"facility_filter": {
"custom_attributes.hint": "View schema for all supported fields",
"custom_attributes.operator": "bob",
"name": {
"$like": "wind"
}
}
}