Parameters
Parameters API enables you to send custom inputs to the workflow
Create a set of parameters for the given workflow definition to use
Body
workflowDefinitionIdstringRequiredExample:
ID of the workflow definition
3b2d8a4f-579f-4e2e-a51c-f859e532fe8cparametersanyRequiredExample:
{"param0":0,"param1":1.2222,"param2":true,"param3":"text"}Responses
201
A set of parameters for the given workflow was created successfully
application/json
400
Bad Request Body
application/json
404
Not Found
application/json
post
/parametersGet 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
400
Bad request
application/json
404
Not found
application/json
get
/parameters/{parametersId}Last updated
Was this helpful?