Create new task with specific workflow
Hello,
I'm working with an API developer, and we can't seem to find a way to select a custom workflow when creating a task from the API. We see the ability to create/modify workflows, but not to assign a workflow.
Does anyone know if this is possible?
Colin Burke Default workflow is assigned at the folder or project level and any new tasks will be created accordingly. Or when creating a task you can specify the customstatus from a custom workflow.
Hi Colin Burke, sure thing, you can create a task with custom statuses via the API. You need to use the "customStatus" parameter in your POST query and set the custom status ID as its value: https://developers.wrike.com/api/v4/tasks/
To query the list of custom workflows with their custom statuses, please use [GET] /workflows request https://developers.wrike.com/api/v4/workflows/. Hope it helps 😉