app-workflow_engine

On this page:

claimJob

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.