Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Returns all the process instances for the table record that the calling user has access to.
Syntax
formContext.data.process.getProcessInstances(callbackFunction(object));
Parameter
| Name | Type | Required | Description |
|---|---|---|---|
callbackFunction |
Function | Yes | The callback function is passed an object with the following columns and their corresponding values as the key: value pair. All returned values are of String type except for CreatedOnDate, which is of Date type. - CreatedOn (deprecated) - CreatedOnDate - ProcessDefinitionID - ProcessDefinitionName - ProcessInstanceID - ProcessInstanceName - StatusCodeName The process instances are filtered according to the user's privileges. |