Class ServiceTaskIntegrationCompletionHandler

java.lang.Object
org.activiti.services.connectors.channel.ServiceTaskIntegrationCompletionHandler

public class ServiceTaskIntegrationCompletionHandler extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    ServiceTaskIntegrationCompletionHandler(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.engine.ManagementService managementService, org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator processEngineEventsAggregator)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handlePropagationFailure(org.activiti.cloud.api.process.model.impl.IntegrationErrorImpl integrationError, org.activiti.engine.impl.persistence.entity.integration.IntegrationContextEntity integrationContextEntity)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServiceTaskIntegrationCompletionHandler

      public ServiceTaskIntegrationCompletionHandler(org.activiti.cloud.services.events.configuration.RuntimeBundleProperties runtimeBundleProperties, org.activiti.engine.ManagementService managementService, org.activiti.cloud.services.events.listeners.ProcessEngineEventsAggregator processEngineEventsAggregator)
  • Method Details

    • handlePropagationFailure

      @Transactional(propagation=REQUIRES_NEW) public void handlePropagationFailure(org.activiti.cloud.api.process.model.impl.IntegrationErrorImpl integrationError, org.activiti.engine.impl.persistence.entity.integration.IntegrationContextEntity integrationContextEntity)