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