REST APItasksCreate a taskCreate a task POST /api/v1/tasks Creates a task bound to a workflow. The task is placed in the workflow's initial state and that state's on_enter automation fires. Request Responses201400401403404Task createdBad request (invalid payload)UnauthorizedForbiddenWorkflow not found