Workflows
Workflows API enables you to run flow through api.
Body
caseIdstring · uuidRequired
Case identifier for which we want to initiate the workflow
workflowDefinitionIdstringRequiredExample:
ID of the workflow definition
3b2d8a4f-579f-4e2e-a51c-f859e532fe8cparametersIdstringOptionalExample:
ID of the parameters used in workflow
4b6ffcb6-ab6d-44b9-b5ab-4b5147b0b302Responses
200
Workflow has been run
application/json
idstring · uuidRequiredExample:
ID of the Workflow
63131229-edc5-49d0-888b-7724e65d7d2dcaseIdstringRequiredExample:
ID of the Case
3b2d8a4f-579f-4e2e-a51c-f859e532fe8cstatusstring · enumRequiredPossible values:
Status of the workflow
404
Workflow Definition Not Found
application/json
post
/workflows/runPath parameters
workflowIdstring · uuidRequired
Workflow identifier
Responses
200
Returns the workflow result
application/json
createdDatestringRequired
Creation time
caseIdstringRequired
Case Id
partyIdstringRequired
Case id
404
Workflow not found
application/json
get
/workflows/{workflowId}/resultPath parameters
workflowIdstring · uuidRequired
Workflow identifier
Responses
200
Returns the Workflow Status
application/json
idstring · uuidRequiredExample:
ID of the Workflow
63131229-edc5-49d0-888b-7724e65d7d2dcaseIdstringRequiredExample:
ID of the Case
3b2d8a4f-579f-4e2e-a51c-f859e532fe8cstatusstring · enumRequiredPossible values:
Status of the workflow
404
Workflow not found
application/json
get
/workflows/{workflowId}Last updated