/workflows/{workflow_id}/startStarts workflow based on request body
Initiates a flow with a trigger type of WORKFLOW_MANUAL_START.
You application must be authorized to use the Manage Box Relay application
scope within the developer console.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
A 400 is returned: Returns an error if some of the parameters are missing or not valid.
-
workflow_is_not_enabledwhen the workflow is not enabled. -
workflow_not_active_on_provided_folderwhen the workflow is not enabled for the specified folder id. -
parameters_provided_do_not_match_target_outcomewhen the provided parameters do not match the expected parameters. A 403 is returned: Returns an error if there are insufficient permissions. -
insufficient_accesswhen the user does not have access rights to file or folder. -
missing_relay_full_accesswhen the user does not have access to Relay Full. A 404 is returned: Returns an error if the workflow could not be found, or the authenticated user does not have access to the workflow. -
workflow_not_foundwhen the workflow is not found. -
flow_missing_or_inaccessiblewhen the flow is not a manual start flow. Any other status is an error: An unexpected client error.