URL Parameters for Manage Processes Application

Concept

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

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

URL Parameter

Input value

Purpose

User

String

Displays process instances for a given user.

StartedFrom

Date in milliseconds as string

Displays process instances started after the specified date.

StartedTo

Date in milliseconds as string

Displays process instances started before the specified date.

CompletedFrom

Date in milliseconds as string

Displays process instances completed after the specified date.

CompletedTo

Date in milliseconds as string

Displays process instances completed before the specified date.

ErrorStatus

Error/ OK/ All

Displays process instances with the given error status.

LifeCycle

InProgress/ Completed/ Cancelled/ Suspended/ All

Displays process instances with the given Lifecycle status. The default value is All.

UserRole

Involved/ Administrator/ Initiator/All

Displays process instances for the specified user role.

ProcessDefinitionId

ID as string

Displays all process instances for the specified ID.

ProcessInstanceId

ID as string

Displays process instance for the specified ID.

FailedInstances

YES/NO

Type YES to display failed process instances. The default value is NO.

MaxCount

100/200/500/1000/2000/5000

Displays the maximum number of process instances. The default value is 5000.