Class FlowableInstanceSynchronizedEventImpl

java.lang.Object
com.flowable.platform.engine.impl.event.FlowableInstanceSynchronizedEventImpl
All Implemented Interfaces:
FlowableInstanceSynchronizedEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent

public class FlowableInstanceSynchronizedEventImpl extends Object implements FlowableInstanceSynchronizedEvent
Author:
Filip Hrisafov
  • Field Details

    • instanceId

      protected final String instanceId
    • instanceScopeType

      protected final String instanceScopeType
  • Constructor Details

    • FlowableInstanceSynchronizedEventImpl

      public FlowableInstanceSynchronizedEventImpl(String instanceId, String instanceScopeType)
  • Method Details