Friday, April 15, 2016

Create views based on workflow status

The workflow Status values will be stored as numbers instead of string values. So to create a view to see all the "Completed" workflow tasks, go to modify the view and apply the filter as shown below


For other status follow the below table

  Status
Value
Not Started
0
Failed on Start
1
In Progress
2
Error Occurred
3
Canceled
4
Completed
5
Failed on Start (retrying)
6
Error Occurred (retrying)
7
Canceled
15
* This is defined but I don’t think this value is used
Approved
16
Rejected
17



No comments:

Post a Comment