Skip to main content
Version: Next

Complete job

POST 

/jobs/:jobKey/completion

Complete a job with the given payload, which allows completing the associated service task.

Request

Path Parameters

    jobKey int64required

    The key of the job to complete.

Body

    variables objectnullable

    The variables to complete the job with.

    property name* anynullable

    Additional properties allowed.

Responses

The job was completed successfully.

Loading...