Override the status of a specific workflow execution.
Override the result of a specific workflow execution by its id.
Authorizations
Headers
Your API key provided by FrankieOne
"245c765b124a098d09ef8765...."
Your Customer ID provided by FrankieOne
"12345678-1234-1234-1234-123456789012"
Your Customer Child ID provided by FrankieOne
"87654321-4321-4321-4321-210987654321"
Open string that can be used to define the "channel" the request comes in from. It can potentially be used in routing and risk calculations upon request. Default values that can be used are: api portal smartui Any alphanumeric string is supported though. Anything over 64 characters will be truncated.
Username provided by API caller
"fred.flintstone@frankieone.com"
Path Parameters
Unique FrankieOne identifier for an entity
The unique name of the service profile
The unique name of the workflow
Unique workflow execution identifier
Query Parameters
Determines what level of detail to return in the response
- meta: Return all metadata only, no links or base64 data
- base64: Return all metadata and images as base64
meta, base64 Body
Outcome of this workflow execution. Possible results:
- UNCHECKED: The workflow has not yet been run and has no result.
- IN_PROGRESS: The workflow is currently running and awaiting completion.
- REVIEW: The workflow produced results that require review. Check the risks and step results for more details.
- PASS: The workflow successfully completed with a PASS recommendation.
- FAIL: The workflow finished with a FAIL recommendation.
- COMPLETE: The workflow has finished and the results are considered complete. PASS/FAIL is not required.
- INCOMPLETE: The workflow has finished and the results are considered incomplete. PASS/FAIL is not required.
- NEEDS_APPROVAL: The workflow requires an approval process. Once approved, re-run the workflow.
- APPROVED: The workflow was approved, typically by an external source such as a human.
- REJECTED: The workflow was rejected, typically by an external source such as a human.
- BLOCKED: The workflow was blocked from completing. Manual review is required.
- CLEAR: The workflow completed with no issues raised. Often used for ongoing monitoring workflows.
- URGENT: The workflow completed with matters requiring urgent review. Often used for ongoing monitoring workflows that return sanctions or similarly critical items.
- MONITOR: The workflow completed and further monitoring is required. Should be manually reviewed.
UNCHECKED, IN_PROGRESS, REVIEW, PASS, FAIL, COMPLETE, INCOMPLETE, NEEDS_APPROVAL, APPROVED, REJECTED, BLOCKED, CLEAR, URGENT, MONITOR Response
Status has been updated
The unique request identifier for the API call made.
"01HN9XHZN6MGXM9JXG50K59Q85"
Summary of the workflow execution.
Using and interpreting the status field
The result of the workflow is represented in the status field. Users can manually override this status with a different value to change the outcome of the workflow. When the status field is overridden, the statusOverrideRequestId field is populated with the request ID of the override request. If the statusOverrideRequestId field is present and non-empty, it indicates that the status has been manually changed.
- Initial State:
- When a workflow completes, its result is set in the status field.
- Status Override:
- Users may override the status field with a different value (e.g., change FAIL to PASS).
- Identifying Overrides:
- To determine if a status has been overridden, check for the presence of the statusOverrideRequestId field.
- If present, it indicates that the status has been manually changed.
- Additional Override Information:
- statusOverrideBy: Identifies the user who performed the override (may not always be present).
- statusOverrideAt: Timestamp of when the override occurred.
- Interpretation:
- If statusOverrideRequestId is empty or absent, no override has occurred.
- If statusOverrideRequestId is present, then a manual override has occurred.