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:
Data:
{}Response: