post http://sandbox-planet-oapi-269696318.eu-central-1.elb.amazonaws.com:8081/api/v1/workflows//executions
Executes the workflow identified by the workflowId
parameter.
The JSON body parameters for this endpoint correspond to the input fields of the particular Scope that the workflow was defined for. For example, if the fields amount
, currency
and reference
are defined as input fields, a workflow using this scope can be executed again by passing
{
"amount": 100,
"currency": "EUR",
"reference": "A reference"
}
as body parameters. It may contain additional fields not present in that scope or that have been set as optional.