Tasks
A task is like a ”secondary action” assigned to an endpoint. The primary action is the <success> and <error> action described in Types of Endpoints. The "secondary" action may contain zero or many tasks, that will be executed once the primary action has been completed successfully.
With a task you can
send a request to any API => HttpRequest Task
send emails with attachments => Email Task
Each <task> is a set of commands embedded into an endpoint-definition in the endpoints.xml:
Parallel or Subsequent Execution of Tasks
Offer-Ready uses multiple cores, if available. If not specified otherwise, tasks are executed in parallel and will be finished in an arbitrary order. In order to determine a distinctive order of tasks, read Parallel or Subsequent Execution of Tasks.
Intermediate Values
If a task requires the output from a second task as an output, you may use Intermediate Values.
Last updated