Create action step

POST {{url}}/workflows/:workflowId/steps

Request Body

{"previousStepId"=>"", "isConditionalTrue"=>true, "nextStepId"=>"00000000-0000-0000-0000-000000000000"}

RESPONSES

status: Created

{"previousStepId":"","isConditionalTrue":true,"nextStepId":"00000000-0000-0000-0000-000000000000"}