The type selector defines the type of data to work with. Its properties and behaviour are specific to the worker you are interacting with.
See the various Functions for examples.
Workflow
Select workflow instances by definition key or ID. Keys and IDs are explained in Editing a Model.
Property | Type | Description |
---|---|---|
matchAll | Boolean | If true all records (considering the other selectors) will be selected. If unspecified or false at least one other property must be set |
processDefinitionKey | String | Select records that have the supplied process definition key. Only one of processDefinitionKey or processDefinitionId may be supplied |
processDefinitionId | String | Select records that have the supplied process definition ID. Only one of processDefinitionKey or processDefinitionId may be supplied |
History
Select histories that match the supplied labels.
Property | Type | Description |
---|---|---|
matchAll | Boolean | If true all records (considering the other selectors) will be selected. If unspecified or false at least one other property must be set |
labelA | String or null | The labels to match. Any combination of labels is supported. null can be used to, for example, delete histories that do not have a value for labelC, keeping those that may have a labelC of "audit" |
labelB | ||
labelC | ||
labelD | ||
labelE |
Objects/iCMAPI
Select objects of a particular type.
Property | Type | Description |
---|---|---|
matchAll | Boolean | If true all records (considering the other selectors) will be selected. If unspecified or false at least one other property must be set |
objectType | String | The object type, for example "FORM_MYFORM" |
Last modified on 11 March 2020