Parameters

Parameters API enables you to send custom inputs to the workflow

Create parameters

post

Create a set of parameters for the given workflow definition to use

Body
workflowDefinitionIdstringRequired

ID of the workflow definition

Example: 3b2d8a4f-579f-4e2e-a51c-f859e532fe8c
parametersanyRequiredExample: {"param0":0,"param1":1.2222,"param2":true,"param3":"text"}
Responses
201

A set of parameters for the given workflow was created successfully

application/json
post
/parameters

Get parameters

get

Get a set of parameters for the given workflow definition

Path parameters
parametersIdstring · uuidRequired

UUID of the parameters set to get

Responses
201

A set of parameters was successfully retrieved

application/json
get
/parameters/{parametersId}

Last updated

Was this helpful?