Create run
Starts a run of a workflow published in Plextera Studio. The run is accepted asynchronously with status PROCESSING; poll Get run or subscribe to workflow events for the result. Workflow-specific input is not validated at this boundary — a wrong input shape surfaces later as a failed run.
Authentication
Use the API key format: api-key <token>.
Path parameters
Request
Workflow trigger payload. Send application/json for normal JSON input, or multipart/form-data when the workflow needs form-data semantics. Multipart text and JSON parts are forwarded by their original part names. Multipart file parts are uploaded to Plextera File Service and exposed under the same part names as file-node arrays.
Response
Run identifier. Use it with GET /workflow-runs/{runId} and event correlation.
Current run state. Stop polling on COMPLETED, FAILED, or CLOSED.