Get workflow step
GET {{url}}/workflows/:workflowId/steps/:workflowStepId
Gets the workflow step details for the provided workflowId
and workflowStepId
.
RESPONSES
status: OK
"{\r\n \"name\": \"step name\",\r\n \"app\": {\r\n \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n \"name\": \"Gmail\"\r\n },\r\n \"appConfiguration\": {\r\n \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n \"name\": \"My Gmail Connection\"\r\n },\r\n \"appEvent\": {\r\n \"id\": \"00000000-0000-0000-0000-000000000000\",\r\n \"name\": \"Send Email\",\r\n },\r\n \"appEventInput\": \"{...}\",\r\n \"stepType\": \"Trigger\",\r\n \"uiSchema\": \"{ json schema }\",\r\n \"schema\": \"{ json schema }\",\r\n \"outputFields\": [\r\n {\r\n \"field\": \"emailAddress\",\r\n \"type\": \"string\",\r\n \"reference\": \"{{step.3.email}}\"\r\n },\r\n {\r\n \"field\": \"cc\",\r\n \"type\": \"string\",\r\n \"reference\": \"{{step.3.cc}}\"\r\n }\r\n ]\r\n}"