Class ServiceTaskConnectorActivityBehavior

All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior

public class ServiceTaskConnectorActivityBehavior extends TaskActivityBehavior
Author:
Daniel Meyer
  • Field Details

    • connectorId

      protected String connectorId
      the id of the connector
    • connectorInstance

      protected org.camunda.connect.spi.Connector<?> connectorInstance
      cached connector instance for this activity. Will be initialized after the first execution of this activity.
    • ioMapping

      protected IoMapping ioMapping
      the local ioMapping for this connector.
  • Constructor Details

    • ServiceTaskConnectorActivityBehavior

      public ServiceTaskConnectorActivityBehavior(String connectorId, IoMapping ioMapping)
  • Method Details