Submits a flow execution, this starts the whole flow process by calling the declared steps and performs the desired operations as originally designed
Information about the flow to be created
The information about the flow that will get submitted
The name of the flow we want to run
The flow subject identifier
The name of the flow step we want to run
Any additional data we want to send (size is limited to 1kb)
WARNING: Avoid passing any sensitive data since its contents get stored
The flow was successfully created, returns the id of the flow record
A simple response representation The response of the flow submission request
The response status returned from the server, it can be:
success, error The response exit code returned from the server, it can be:
success, validation_error, unauthorized, generic_error, service_unavailable, resource_not_found, step_already_executed, flow_disabled, service_plan_max_registered_flows_reached, service_plan_max_steps_per_flow_reached Schema that represents any serializable data The information about the flow that will get submitted
The generated request id