Parameters
Parameters API enables you to send custom inputs to the workflow
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
/parametersLast updated