app-workflow_engine

On this page:

newVariable

Summary

Create a Job Variable

Description

Create a new Job variable by Job ID and assign it a value.

Route

No Northbound API Available

Roles

Parameters

DetailsExampleSchema
Name Type Required Description
job_id string yes Job ID
name string yes Variable name
value * yes The value to put into that new variable

Return

DetailsExampleSchema
Name Type Description
value * Value of the Job variable.