Class EmergingJobInstance

java.lang.Object
org.camunda.bpm.engine.impl.migration.instance.EmergingJobInstance
All Implemented Interfaces:
EmergingInstance

public class EmergingJobInstance extends Object implements EmergingInstance
Author:
Thorben Lindhauer
  • Field Details

  • Constructor Details

  • Method Details

    • create

      public void create(ExecutionEntity scopeExecution)
      Description copied from interface: EmergingInstance
      Creates this instance and attachs it to the given execution.
      Specified by:
      create in interface EmergingInstance
      Parameters:
      scopeExecution - the execution to attach the new instance