Skip to main content

UpdateWorkflowDto

workflowNamestringrequired
stepsstring[]required
escalationRulesobject
isActiveboolean
UpdateWorkflowDto
{
"workflowName": "string",
"steps": [
"string"
],
"escalationRules": {},
"isActive": true
}