org.camunda.bpm.engine.impl.bpmn.behavior
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
public class ShellActivityBehavior
- extends AbstractBpmnActivityBehavior
| Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior |
checkIfCauseOfExceptionIsBpmnError, createCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, isProcessEngineExceptionWithoutCause, isTransactionNotActive, propagateBpmnError, propagateError, propagateException, propagateExceptionAsError, signal, signalCompensationDone |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
protected static final BpmnBehaviorLogger LOG
command
protected Expression command
wait
protected Expression wait
arg1
protected Expression arg1
arg2
protected Expression arg2
arg3
protected Expression arg3
arg4
protected Expression arg4
arg5
protected Expression arg5
outputVariable
protected Expression outputVariable
errorCodeVariable
protected Expression errorCodeVariable
redirectError
protected Expression redirectError
cleanEnv
protected Expression cleanEnv
directory
protected Expression directory
ShellActivityBehavior
public ShellActivityBehavior()
execute
public void execute(ActivityExecution execution)
- 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
convertStreamToStr
public static String convertStreamToStr(InputStream is)
throws IOException
- Throws:
IOException
getStringFromField
protected String getStringFromField(Expression expression,
DelegateExecution execution)
Copyright © 2017 camunda services GmbH. All rights reserved.