Get workflow conditional step
GET {{url}}/workflows/:workflowId/versions/:workflowVersionId/conditions/:Id
Gets the workflow step details for the provided workflowId
and workflowStepId
.
RESPONSES
status: OK
{"id":"00000000-0000-0000-0000-000000000000","nextStepIdIfTrue":"00000000-0000-0000-0000-000000000000","nextStepIdIfFalse":"00000000-0000-0000-0000-000000000000","name":"my conditional step","stepType":"Condition","pathNameIfTrue":"true side","pathNameIfFalse":"false side","criteria":{"operator":"AND","conditions":[{"when":"{{GUID.fieldName}}","filter":"Contains","value":"any value"}]}}