Class LazyProcessInstanceDataRecord

  • All Implemented Interfaces:
    Serializable, DataRecord

    public class LazyProcessInstanceDataRecord
    extends AbstractProcessInstanceDataRecord
    A ProcessInstanceDataRecord groups in a single DataRecord all the data items of a process instance.
    • The process instance: instance.title, instance.<columnName>
    • The process model: model, model.label, model.peas-label
    • The folder: <folderItem>
    • The forms: form.<formName>, form.<formName>.title, form.<formName>.< fieldItem>
    • The actions: action.<actionName>, action.<actionName>.label, action.< actionName>.date, action.<actionName>.actor
    • The users: participant.<participantName>
    See Also:
    Serialized Form