Package com.orchestranetworks.workflow
Interface WorkflowTriggerStepContext
-
- All Superinterfaces:
DataContextReadOnly,ProcessExecutionContext,ProcessExecutionInfoContext,WorkflowTriggerContext
- All Known Subinterfaces:
WorkflowTriggerAfterWorkItemCreationContext,WorkflowTriggerBeforeWorkItemAllocationContext,WorkflowTriggerBeforeWorkItemDeallocationContext,WorkflowTriggerBeforeWorkItemReallocationContext,WorkflowTriggerBeforeWorkItemStartContext,WorkflowTriggerBeforeWorkItemTerminationContext,WorkflowTriggerWorkItemAllocationContext,WorkflowTriggerWorkItemAuthenticatedContext,WorkflowTriggerWorkItemContext
public interface WorkflowTriggerStepContext extends WorkflowTriggerContext
Context for handling events related to a workflow step.- Since:
- 5.5.1
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
ProcessExecutionContext.WorkflowPermission
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetCurrentStepId()Returns the id of the current user task.-
Methods inherited from interface com.orchestranetworks.workflow.DataContextReadOnly
getVariableNames, getVariableString, isVariableDefined
-
Methods inherited from interface com.orchestranetworks.workflow.ProcessExecutionContext
createMailSpec, getProcessInstanceDescription, getProcessInstanceLabel, modifyProcessPriority
-
Methods inherited from interface com.orchestranetworks.workflow.ProcessExecutionInfoContext
getProcessInstance, getProcessInstanceCreator, getProcessInstanceKey, getProfileForPermission, getPublishedProcessKey, getRepository, getSession
-
-