Credentials

Gets the configuration of an existing workflow and returns it in the response body.

Gets the configuration of an existing workflow and returns it in the response body.

get/workflows/{localWorkflowId}

Parameters

./components/parameters/path/LocalWorkflowId.yml — unresolved $ref

Response

Workflow configuration retrieved!

idstring

The ID that will be used for the created workflow. Passing an ID is OPTIONAL.

initialStepstring

The step from the above set that the exchange starts on. Passing intialStep is REQUIRED.

controllerstring

The controller of the instance. Passing controller is OPTIONAL.

Changes