Skip to main content
In the context of a job, extends the job execution with the provided payloads after the current payload execution succeeds. Will implicitly call extendTimeout.
Parameters
required
The payload or list of payloads to extend the job with.

Payload

Properties
string
required
The name of the API to extend.
Record<string, any>
required
The parameters to pass to the API.