org.camunda.bpm.engine.impl.bpmn.behavior
Class ServiceTaskConnectorActivityBehavior
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskConnectorActivityBehavior
- All Implemented Interfaces:
- CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior
public class ServiceTaskConnectorActivityBehavior
- extends TaskActivityBehavior
- Author:
- Daniel Meyer
|
Field Summary |
protected String |
connectorId
the id of the connector |
protected org.camunda.bpm.connect.Connector<org.camunda.bpm.connect.ConnectorRequest<?>> |
connectorInstance
cached connector instance for this activity. |
protected IoMapping |
ioMapping
the local ioMapping for this connector. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connectorId
protected String connectorId
- the id of the connector
connectorInstance
protected org.camunda.bpm.connect.Connector<org.camunda.bpm.connect.ConnectorRequest<?>> 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.
ServiceTaskConnectorActivityBehavior
public ServiceTaskConnectorActivityBehavior(String connectorId,
IoMapping ioMapping)
execute
public void execute(ActivityExecution execution)
throws Exception
- Description copied from class:
FlowNodeActivityBehavior
- Default behaviour: just leave the activity with no extra functionality.
- Specified by:
execute in interface CoreActivityBehavior<ActivityExecution>- Specified by:
execute in interface ActivityBehavior- Overrides:
execute in class FlowNodeActivityBehavior
- Throws:
Exception
ensureConnectorInitialized
protected void ensureConnectorInitialized()
Copyright © 2014 camunda services GmbH. All Rights Reserved.