Uses of Class
io.zeebe.engine.state.deployment.WorkflowState
-
-
Uses of WorkflowState in io.zeebe.engine.processing.common
Constructors in io.zeebe.engine.processing.common with parameters of type WorkflowState Constructor Description ErrorEventHandler(WorkflowState workflowState, KeyGenerator keyGenerator) -
Uses of WorkflowState in io.zeebe.engine.processing.deployment
Methods in io.zeebe.engine.processing.deployment with parameters of type WorkflowState Modifier and Type Method Description static voidDeploymentEventProcessors. addDeploymentCreateProcessor(TypedRecordProcessors typedRecordProcessors, WorkflowState workflowState, DeploymentResponder deploymentResponder, int partitionId)Constructors in io.zeebe.engine.processing.deployment with parameters of type WorkflowState Constructor Description DeploymentCreatedProcessor(WorkflowState workflowState, boolean isDeploymentPartition)DeploymentCreateProcessor(WorkflowState workflowState, DeploymentResponder deploymentResponder, int partitionId) -
Uses of WorkflowState in io.zeebe.engine.processing.job
Constructors in io.zeebe.engine.processing.job with parameters of type WorkflowState Constructor Description JobCompletedEventProcessor(WorkflowState workflowState)JobCreatedProcessor(WorkflowState scopeInstances)JobErrorThrownProcessor(WorkflowState workflowState, KeyGenerator keyGenerator, JobState jobState) -
Uses of WorkflowState in io.zeebe.engine.processing.message
Constructors in io.zeebe.engine.processing.message with parameters of type WorkflowState Constructor Description OpenMessageStartEventSubscriptionProcessor(MessageStartEventSubscriptionState subscriptionState, WorkflowState workflowState) -
Uses of WorkflowState in io.zeebe.engine.processing.timer
Constructors in io.zeebe.engine.processing.timer with parameters of type WorkflowState Constructor Description CancelTimerProcessor(WorkflowState workflowState)DueDateTimerChecker(WorkflowState workflowState) -
Uses of WorkflowState in io.zeebe.engine.processing.workflowinstance
Constructors in io.zeebe.engine.processing.workflowinstance with parameters of type WorkflowState Constructor Description CreateWorkflowInstanceProcessor(WorkflowState workflowState, ElementInstanceState elementInstanceState, VariablesState variablesState, KeyGenerator keyGenerator) -
Uses of WorkflowState in io.zeebe.engine.state
Methods in io.zeebe.engine.state that return WorkflowState Modifier and Type Method Description WorkflowStateZeebeState. getWorkflowState()
-