# Execute the specified workflow Endpoint: POST /scripting/workflows/{id}/execution Version: 8.1.0 ## Path parameters: - `id` (integer, required) The workflow's id to execute ## Header parameters: - `X-Key` (string, required) A unique API key used to authenticate requests to the NP6 platform. This key must be included in every API call to validate the identity and permissions of the client. Keep your API key secure and do not expose it in public code or logs. ## Request fields (application/vnd.np6.cm.workflow-v4): - `id` (string) Underlying execution id - `receiver` (object) The receiver identification - `receiver.type` (string) - `node` (string) The startup node - `event` (object) Underlying workflow event - `state` (object) Internal state - `data` (object) Underlying data - `variables` (array) Additionnal variables - `resolutions` (array) Underlying resolution - `resolutions.key` (string) Key - `resolutions.value` (object) Value - `debug` (object) Debugging informations - `debug.version` (string) - `stamp` (object) Stamp informations - `stamp.time` (integer) Creation time of the stamp This is the number of milliseconds elapsed since January 1, 1970 00:00:00 UTC. - `stamp.id` (string) The stamp id - `stamp.thread` (string) The thread id - `stamp.set` (string) The set id ## Response 200 fields (application/vnd.np6.cm.workflow-v4): - `type` (string) ## Response 400 fields ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 411 fields