cURL
curl --request POST \ --url https://admin.devmain.flowxai.dev/onboarding/api/runtime/process/{processUuid}/token/{tokenUuid}/ui-action/{uiActionFlowxUuid}/context/main/execute \ --header 'Authorization: <authorization>'
{ "tokenUuid": "<string>", "currentNodeId": 123, "templatesSequence": null, "backAction": true, "resetToken": true }
This endpoint executes an action within a specific process runtime.
Bearer <token>
null
false
Was this page helpful?