Uses of Class
io.camunda.zeebe.engine.state.deployment.DeployedProcess
Packages that use DeployedProcess
Package
Description
-
Uses of DeployedProcess in io.camunda.zeebe.engine.processing.bpmn.behavior
Methods in io.camunda.zeebe.engine.processing.bpmn.behavior that return types with arguments of type DeployedProcessModifier and TypeMethodDescriptionBpmnStateBehavior.getLatestProcessVersion(org.agrona.DirectBuffer processId, String tenantId) BpmnStateBehavior.getProcess(long processDefinitionKey, String tenantId) Methods in io.camunda.zeebe.engine.processing.bpmn.behavior with parameters of type DeployedProcessModifier and TypeMethodDescriptionvoidBpmnStateBehavior.copyAllVariablesToProcessInstance(long sourceScopeKey, long targetProcessInstanceKey, DeployedProcess targetProcess) voidBpmnStateBehavior.copyLocalVariablesToProcessInstance(long sourceScopeKey, long targetProcessInstanceKey, DeployedProcess targetProcess) longBpmnStateTransitionBehavior.createChildProcessInstance(DeployedProcess process, BpmnElementContext context) -
Uses of DeployedProcess in io.camunda.zeebe.engine.processing.deployment
Methods in io.camunda.zeebe.engine.processing.deployment with parameters of type DeployedProcessModifier and TypeMethodDescriptionvoidStartEventSubscriptionManager.closeStartEventSubscriptions(DeployedProcess deployedProcess) voidStartEventSubscriptionManager.openStartEventSubscriptions(DeployedProcess deployedProcess) -
Uses of DeployedProcess in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance with parameters of type DeployedProcessModifier and TypeMethodDescriptionvoidProcessInstanceModificationModifyProcessor.executeVariableInstruction(String elementId, Long scopeKey, ElementInstance processInstance, DeployedProcess process, ProcessInstanceModificationRecordValue.ProcessInstanceModificationActivateInstructionValue activate) -
Uses of DeployedProcess in io.camunda.zeebe.engine.state.deployment
Methods in io.camunda.zeebe.engine.state.deployment that return DeployedProcessModifier and TypeMethodDescriptionDbProcessState.getLatestProcessVersionByProcessId(org.agrona.DirectBuffer processIdBuffer, String tenantId) DbProcessState.getProcessByKeyAndTenant(long key, String tenantId) DbProcessState.getProcessByProcessIdAndVersion(org.agrona.DirectBuffer processId, int version, String tenantId) -
Uses of DeployedProcess in io.camunda.zeebe.engine.state.immutable
Methods in io.camunda.zeebe.engine.state.immutable that return DeployedProcessModifier and TypeMethodDescriptionProcessState.getLatestProcessVersionByProcessId(org.agrona.DirectBuffer processId, String tenantId) ProcessState.getProcessByKeyAndTenant(long key, String tenantId) ProcessState.getProcessByProcessIdAndVersion(org.agrona.DirectBuffer processId, int version, String tenantId)