Summary
Claim a Job
Description
Claim a Job by Job ID and username.
Route
POST /workflow_engine/claimJob
Roles
admin
engineering
support
apiwrite
apiread
Parameters
DetailsExampleSchema
Name | Type | Required | Description |
---|---|---|---|
job_id | string | yes | ID of the Job to claim. |
user | string | yes | Username of the user to claim the Job. |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
updated_job | object | Job data after the claim. |