Get workflow execution details
Retrieve details of a previously initiated workflow execution by specifying the “workflowExecutionId”
GET
Get workflow execution details
Path Parameters
Response
Returns workflow execution by id with preview info
- Option 1
- Option 2
- Option 3
- Option 4
Available options:
PENDING, VALIDATION_IN_PROGRESS, VALIDATION_FAILED, VALIDATION_COMPLETED, PREVIEW_IN_PROGRESS, PREVIEW_FAILED, READY_FOR_LAUNCH, EXECUTION_IN_PROGRESS, EXECUTION_COMPLETED, EXECUTION_FAILED Previous
Execute the payments workflowLaunch the execution of a pre-configured workflow, identified by "workflowExecutionId", once it reaches the READY_FOR_LAUNCH state. The workflow undergoes several phases during execution - EXECUTION_IN_PROGRESS - Marks the start of the workflow execution. EXECUTION_COMPLETED or EXECUTION_FAILED - Indicates the execution has reached a final state.
Next
Get workflow execution details