Filtering a table popluated with vb/extensions/process/ProcessDataProvider
Content
I have a few tables that I populate with Process and Task data from the PCS runtime. My user account is set as process owner (so I should have access to everything) and I have the following JSON / HTML to show all processes, started by me, for a particular deployed instance.
"processinstanceListProcessDataProvider": {
"type": "vb/extensions/process/ProcessDataProvider",
"defaultValue": {
"objectType": "processInstance",
"idAttribute": "id",
"parameters": {
"startUser": [
"{{ $application.user.email }}"
],
"deployedProcessId": [
"oracleinternalpcs~PayrollProcess!211~Process"
],
"state": [
"{{ Assigned, Completed, Errored, Expired, Information Requested, Stale, Suspended, Withdrawn, Canceled }}"
]
}
}
},
It throws a javascript error sayuing expression is invalid but it shows me most of the processes. However, in the table under "state" they say "OPEN", "ABORTED", "COMPLETED". Can someone explain what the actual state values are, and how I am suppose to list them as an array? When I use