Uses of Class
io.zeebe.engine.state.deployment.DeployedWorkflow
-
Packages that use DeployedWorkflow Package Description io.zeebe.engine.processing.bpmn.behavior io.zeebe.engine.state.deployment -
-
Uses of DeployedWorkflow in io.zeebe.engine.processing.bpmn.behavior
Methods in io.zeebe.engine.processing.bpmn.behavior that return types with arguments of type DeployedWorkflow Modifier and Type Method Description Optional<DeployedWorkflow>BpmnStateBehavior. getLatestWorkflowVersion(org.agrona.DirectBuffer processId)Optional<DeployedWorkflow>BpmnStateBehavior. getWorkflow(long workflowKey)Methods in io.zeebe.engine.processing.bpmn.behavior with parameters of type DeployedWorkflow Modifier and Type Method Description voidBpmnStateBehavior. copyVariables(long source, long target, DeployedWorkflow targetWorkflow)longBpmnStateTransitionBehavior. createChildProcessInstance(DeployedWorkflow workflow, BpmnElementContext context) -
Uses of DeployedWorkflow in io.zeebe.engine.state.deployment
Methods in io.zeebe.engine.state.deployment that return DeployedWorkflow Modifier and Type Method Description DeployedWorkflowWorkflowPersistenceCache. getLatestWorkflowVersionByProcessId(org.agrona.DirectBuffer processId)DeployedWorkflowWorkflowState. getLatestWorkflowVersionByProcessId(org.agrona.DirectBuffer bpmnProcessId)DeployedWorkflowWorkflowPersistenceCache. getWorkflowByKey(long key)DeployedWorkflowWorkflowState. getWorkflowByKey(long workflowKey)DeployedWorkflowWorkflowPersistenceCache. getWorkflowByProcessIdAndVersion(org.agrona.DirectBuffer processId, int version)DeployedWorkflowWorkflowState. getWorkflowByProcessIdAndVersion(org.agrona.DirectBuffer bpmnProcessId, int version)Methods in io.zeebe.engine.state.deployment that return types with arguments of type DeployedWorkflow Modifier and Type Method Description Collection<DeployedWorkflow>WorkflowPersistenceCache. getWorkflows()Collection<DeployedWorkflow>WorkflowState. getWorkflows()Collection<DeployedWorkflow>WorkflowPersistenceCache. getWorkflowsByBpmnProcessId(org.agrona.DirectBuffer bpmnProcessId)Collection<DeployedWorkflow>WorkflowState. getWorkflowsByBpmnProcessId(org.agrona.DirectBuffer processId)
-