Uses of Class
io.zeebe.engine.processing.bpmn.WorkflowInstanceStateTransitionGuard
-
Packages that use WorkflowInstanceStateTransitionGuard Package Description io.zeebe.engine.processing.bpmn.behavior -
-
Uses of WorkflowInstanceStateTransitionGuard in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior that return WorkflowInstanceStateTransitionGuard Modifier and Type Method Description WorkflowInstanceStateTransitionGuardBpmnBehaviors. stateTransitionGuard()WorkflowInstanceStateTransitionGuardBpmnBehaviorsImpl. stateTransitionGuard()Constructors in io.zeebe.engine.processing.bpmn.behavior with parameters of type WorkflowInstanceStateTransitionGuard Constructor Description BpmnStateTransitionBehavior(TypedStreamWriter streamWriter, KeyGenerator keyGenerator, BpmnStateBehavior stateBehavior, WorkflowEngineMetrics metrics, WorkflowInstanceStateTransitionGuard stateTransitionGuard, Function<BpmnElementType,BpmnElementContainerProcessor<ExecutableFlowElement>> processorLookUp)
-