Flowable · Capability
Flowable REST API — Tasks
Flowable REST API — Tasks. 3 operations. Lead operation: List tasks. Self-contained Naftiko capability covering one Flowable Api business surface.
What You Can Do
GET
Listtasks
— List tasks
/v1/runtime/tasks
GET
Gettask
— Get a task
/v1/runtime/tasks/{taskid}
POST
Taskaction
— Perform a task action (claim, complete, delegate, resolve)
/v1/runtime/tasks/{taskid}
MCP Tools
list-tasks
List tasks
read-only
idempotent
get-task
Get a task
read-only
idempotent
perform-task-action-claim-complete
Perform a task action (claim, complete, delegate, resolve)