This POST service will retrieve the workflowRequestStatus based on the workflowRequestId in the request. Most of the statuses are interim statuses, only COMPLETED and FAILED are final status. Your request will fall into one of these two upon completion. The following are all of the possible statuses that can be returned:
INITIATEDPENDING_APPROVALSCHEDULEDABORTEDREJECTEDREADYSUBMITTEDCOMPLETEDFAILED
...
| Code Block | ||||||
|---|---|---|---|---|---|---|
| ||||||
{
"authentication":
{
"userId": "userid",
"password": "mypassword"
},
"workflowRequestId": 28208
} |
Parameters
Parameter | Required | Type | Description |
|---|---|---|---|
| Y | Object | The
|
| Y | Long | The |