This endpoint is called to create a new work item for a selected workflow. It creates a new work item from a specific task, meaning that there are several inputs required to execute this. The flowId, step_id and task_id are all needed to specify which workflow to create a work item in and at what task the work item is started.
Request:
POST https://api.idiana.io/api/v3/flow/{flowId}/startAt?stepName={step_name}Data:
{}Headers:
accept: "application/json, text/plain, */*"
authorization: bearer {bearer}
content-type: "application/json-patch+json"Example
Request:
curl -X 'POST' \
'https://api.idiana.io/api/v3/flow/f7a6f081-cafb-5bf4-9f2d-12934fef0b75/startAt?stepName=tutorials%2Fworkflow%2Fentity%2Fgenerated-ccdcb0db-1464-4f19-a7ce-bf046133610f%2Funtitledstep__generated-4188d0e4-1239-4165-8021-eda5ece4d3e0%2Funtitledtask__generated-29686957-699f-46f5-ba5a-fff61435b827' \
-H 'accept: "application/json, text/plain, */*"'
-H 'content-type: "application/json-patch+json"'Data:
{}Response: