Skip to content

Managing tasks

Tasks are individual work items in Tallyfy - either steps within a running process or standalone one-off tasks. The API lets you list, get, create, update, complete, and reopen them.

See the pages below for request details and code examples.

Tasks > Reopen task

Reopen a completed Tallyfy task via DELETE on the completed-tasks endpoint, setting its status back to in-progress for both process and one-off tasks.

Tasks > Edit tasks

Edit any task in Tallyfy to change assignees, update descriptions, add media, and adjust due dates for both standalone and process tasks.

Tasks > Get task

Retrieve full details for a specific task by ID, with optional related data like the process run, form fields, step info, and tags.