Start and Stop Workers

Prev Next

Start and Stop workers are the triggers for starting and ending a Pipeline. They are mandatory in every pipeline and are added automatically during pipeline creation process.

Start

The worker is usually left untouched, however when building a HTTP API, the endpoint authentication and request payload must be configured here, in order to start the endpoint correctly.

Stop

The worker is usually left untouched, however when building a HTTP API, the endpoint response payload must be configured here.

An instance reaching this step without error will be set to the status Success.