Package com.orchestranetworks.workflow
Interface WorkflowTriggerWorkItemContext
- All Superinterfaces:
DataContextReadOnly,ProcessExecutionContext,ProcessExecutionInfoContext,WorkflowTriggerContext,WorkflowTriggerStepContext
- All Known Subinterfaces:
WorkflowTriggerAfterWorkItemCreationContext,WorkflowTriggerBeforeWorkItemAllocationContext,WorkflowTriggerBeforeWorkItemDeallocationContext,WorkflowTriggerBeforeWorkItemReallocationContext,WorkflowTriggerBeforeWorkItemStartContext,WorkflowTriggerBeforeWorkItemTerminationContext,WorkflowTriggerWorkItemAllocationContext,WorkflowTriggerWorkItemAuthenticatedContext
Context for handling events related to a workflow work item.
- Since:
- 5.5.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
ProcessExecutionContext.WorkflowPermission -
Method Summary
Modifier and TypeMethodDescriptionReturns the work item just before the start.Methods inherited from interface com.orchestranetworks.workflow.DataContextReadOnly
getVariableNames, getVariableString, isVariableDefinedMethods inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
createMailSpec, getProcessInstanceDescription, getProcessInstanceLabel, modifyProcessPriorityMethods inherited from interface com.orchestranetworks.workflow.ProcessExecutionInfoContext
getProcessInstance, getProcessInstanceCreator, getProcessInstanceKey, getProfileForPermission, getPublishedProcessKey, getRepository, getSessionMethods inherited from interface com.orchestranetworks.workflow.WorkflowTriggerStepContext
getCurrentStepId
-
Method Details
-
getWorkItem
UserTask.WorkItem getWorkItem()Returns the work item just before the start.At this time, the state of the work item have not yet been changed.
-