Class StandardMigrationProcessInstanceMarshallerListener

java.lang.Object
org.jbpm.flow.serialization.migration.StandardMigrationProcessInstanceMarshallerListener
All Implemented Interfaces:
ProcessInstanceMarshallerListener

public class StandardMigrationProcessInstanceMarshallerListener extends Object implements ProcessInstanceMarshallerListener
This class acts as a bridge between migration service and serialization system
  • Constructor Details

    • StandardMigrationProcessInstanceMarshallerListener

      public StandardMigrationProcessInstanceMarshallerListener()
  • Method Details

    • afterUnmarshallProcess

      public void afterUnmarshallProcess(org.kie.kogito.internal.process.runtime.KogitoProcessRuntime runtime, org.kie.kogito.internal.process.runtime.KogitoWorkflowProcessInstance processInstance)
      Specified by:
      afterUnmarshallProcess in interface ProcessInstanceMarshallerListener
    • afterUnmarshallNode

      public void afterUnmarshallNode(org.kie.kogito.internal.process.runtime.KogitoProcessRuntime runtime, org.kie.kogito.internal.process.runtime.KogitoNodeInstance nodeInstance)
      Specified by:
      afterUnmarshallNode in interface ProcessInstanceMarshallerListener