API ReferenceAdmin
Path Parameters
id*string
stepId*string
Request Body
application/json
Act on workflow
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X POST "http://localhost:8000/api/admin/workflows/string/steps/string/act" \ -H "Content-Type: application/json" \ -d '{ "type": "START" }'null