Get All Tasks

Returns a list of tasks. Return all task data or retrieve a specific set of tasks using the query parameters

Usage Notes

The taskTypeName attribute is stored in the metadata object. To retrieve the taskTypeName (if exists), pass the query parameter metaData=true.

Pagination

  • Offset-based pagination and Page-based pagination is supported.
  • Offset-based pagination is achieved by passing "start" and "limit" query parameters. For example: GET workflow/v1/tasks?start=0&limit=20
  • Page-based pagination is achieved by passing "page" and "size" query parameters. For example: GET workflow/v1/tasks?page=0&size=20
Language