Uses of Class
io.zeebe.engine.state.instance.VariablesState
-
Packages that use VariablesState Package Description io.zeebe.engine.processing.job io.zeebe.engine.processing.variable io.zeebe.engine.processing.workflowinstance io.zeebe.engine.state.instance -
-
Uses of VariablesState in io.zeebe.engine.processing.job
Constructors in io.zeebe.engine.processing.job with parameters of type VariablesState Constructor Description JobBatchActivateProcessor(JobState jobState, VariablesState variablesState, KeyGenerator keyGenerator, long maxRecordLength) -
Uses of VariablesState in io.zeebe.engine.processing.variable
Constructors in io.zeebe.engine.processing.variable with parameters of type VariablesState Constructor Description UpdateVariableDocumentProcessor(ElementInstanceState elementInstanceState, VariablesState variablesState) -
Uses of VariablesState in io.zeebe.engine.processing.workflowinstance
Constructors in io.zeebe.engine.processing.workflowinstance with parameters of type VariablesState Constructor Description CreateWorkflowInstanceProcessor(WorkflowState workflowState, ElementInstanceState elementInstanceState, VariablesState variablesState, KeyGenerator keyGenerator) -
Uses of VariablesState in io.zeebe.engine.state.instance
Methods in io.zeebe.engine.state.instance that return VariablesState Modifier and Type Method Description VariablesStateElementInstanceState. getVariablesState()
-