Show TOC

Background documentationURL Parameters for Manage Tasks Application Locate this document in the navigation structure

 

You can launch the Manage Tasks application using the quick link http://<host>:<port>/nwa/bpm-tasks

With this approach, you can display all task instances in the Manage Tasks application with pre-filtered values. The following table explains the different parameters:

URL Parameter

Input Value

Purpose

Query

All/ InProgress/ Completed/ Cancelled/ Suspended/ Escalated/ Error/ Ready/InActive

Displays task instances with the given status.

ProcessInstanceId

ID as string

Displays task instance for the given Process Instance ID.

TaskInstanceId

ID as string

Displays task instance for the given ID.

TaskDefinitionId

ID as string

Displays task instances for the specified task definition.

CreatedTo

Date in milliseconds as string

Displays task instances created before the specified date.

CreatedFrom

Date in milliseconds as string

Displays task instances created after the specified date.

Note Note

The parameter labels are not case-sensitive, however the corresponding values are case-sensitive.

End of the note.

Example Example

  • To display task instances with query status InProgress, use the URL, http://<host>:<port>/nwa/bpm-tasks?Query=InProgress

  • To display task instances created after Tue Aug 07 03:30:00 IST 2012, use the URL, http://<host>:<port>/nwa/bpm-tasks?CreatedFrom=1344290400000

End of the example.