app-workflow_engine

On this page:

retryTask

Summary

Retries a task with new variables

Description

Retries a task manually with replacement variables.

Route

POST /workflow_engine/jobs/:jobId/retryTask

Roles

admin apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
jobId string yes jobId to retry a task for.
taskId string yes taskId of task to be retried.
variables object yes New variables to retry task with.

Return

DetailsExampleSchema
Name Type Description
job object Updated job after task retry.