Class | Description |
---|---|
EscalateToAdminSLAViolationListener | |
NotifyOwnerSLAViolationListener | |
NotifyParentCaseEventListener | |
StartCaseWorkItemHandler |
Work item handler that allows to start new case instance based on following parameters:
DeploymentId - deployment id where that case definition belongs to (if not given deployment id of the work item will be used)
CaseDefinitionId - identifier of the case definition a new case instance should be started for
Data_NAME - case file data to be given when starting a case - NAME is the name of the case file input, can be given as many times as needed
UserRole_NAME - case role assignment as user entity where NAME is the name of the role that given user should be assigned to
GroupRole_NAME - case role assignment as group entity where NAME is the name of the role that given group should be assigned to
DataAccess_NAME - case file data access restriction where NAME is the name of the data that given roles should have access to, supports list of roles (comma separated)
Independent - indicates if the case instance is independent of the node that starts it - default is false
DestroyOnAbort - indicates if the case instance should be destroyed in case the work item is aborted, defaults to true
This work item allows to be executed in independent mode which means once the case instance is started it will complete work item without waiting for case instance completion.
|
StartProcessSLAViolationListener |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.