You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users should be able to specify a callback endpoint (HTTP or AMQP-based), which will get invoked after a job has executed. The information included in the callback request body should be:
Job ID
Execution time
Status (successful/unsuccessful)
Original response from the job's invoked endpoint.
The execution callback endpoint is optional, and can be specified both in the create and update requests. If the callback endpoint is specified, it must be validated (URL only).
The text was updated successfully, but these errors were encountered:
Implement job execution callback.
Users should be able to specify a callback endpoint (HTTP or AMQP-based), which will get invoked after a job has executed. The information included in the callback request body should be:
The execution callback endpoint is optional, and can be specified both in the create and update requests. If the callback endpoint is specified, it must be validated (URL only).
The text was updated successfully, but these errors were encountered: