app-workflow_engine

On this page:

childJob

Summary

Run Child Job

Description

Run a child job inside a workflow.

Route

No Northbound API Available

Roles

Parameters

DetailsExampleSchema
Name Type Required Description
job_id string yes The job ID.
task string yes The task name.
workflow string yes The ID of the workflow to start.
variables object yes Job variables for the child workflow.

Return

DetailsExampleSchema
Name Type Description
job_details object Details of the initiated job.