app-workflow_engine

On this page:

continueJob

Summary

Continues a job at a task using the task finish state transitions of the last iteration.

Description

Continues a job at a task using the finish state of the last iteration.

Route

POST /workflow_engine/jobs/:jobId/continueJob

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
jobId string yes jobId to continue job on.
taskId string yes taskId to continue job at.

Return

DetailsExampleSchema
Name Type Description
job object Updated job after continue.