Class ServiceTaskConnectorActivityBehavior

    • Field Detail

      • connectorId

        protected java.lang.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 Detail

      • ServiceTaskConnectorActivityBehavior

        public ServiceTaskConnectorActivityBehavior​(java.lang.String connectorId,
                                                    IoMapping ioMapping)