Class ShellActivityBehavior
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.ShellActivityBehavior
- All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>
,ActivityBehavior
,SignallableActivityBehavior
-
Field Summary
Modifier and TypeFieldDescriptionprotected Expression
protected Expression
protected Expression
protected Expression
protected Expression
protected Expression
protected Expression
protected Expression
protected Expression
protected static final BpmnBehaviorLogger
protected Expression
protected Expression
protected Expression
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
bpmnActivityBehavior
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
void
execute
(ActivityExecution execution) Default behaviour: just leave the activity with no extra functionality.protected String
getStringFromField
(Expression expression, DelegateExecution execution) Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
createCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, signal, signalCompensationDone
Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
leave, leaveIgnoreConditions
-
Field Details
-
LOG
-
command
-
wait
-
arg1
-
arg2
-
arg3
-
arg4
-
arg5
-
outputVariable
-
errorCodeVariable
-
redirectError
-
cleanEnv
-
directory
-
-
Constructor Details
-
ShellActivityBehavior
public ShellActivityBehavior()
-
-
Method Details
-
execute
Description copied from class:FlowNodeActivityBehavior
Default behaviour: just leave the activity with no extra functionality.- Specified by:
execute
in interfaceActivityBehavior
- Specified by:
execute
in interfaceCoreActivityBehavior<ActivityExecution>
- Overrides:
execute
in classFlowNodeActivityBehavior
-
convertStreamToStr
- Throws:
IOException
-
getStringFromField
-