public class ShellActivityBehavior extends AbstractBpmnActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
arg1 |
protected Expression |
arg2 |
protected Expression |
arg3 |
protected Expression |
arg4 |
protected Expression |
arg5 |
protected Expression |
cleanEnv |
protected Expression |
command |
protected Expression |
directory |
protected Expression |
errorCodeVariable |
protected Expression |
outputVariable |
protected Expression |
redirectError |
protected Expression |
wait |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
ShellActivityBehavior() |
| Modifier and Type | Method and Description |
|---|---|
static String |
convertStreamToStr(InputStream is) |
void |
execute(ActivityExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
protected String |
getStringFromField(Expression expression,
DelegateExecution execution) |
createCompensateEventSubscription, getMultiInstanceActivityBehavior, hasCompensationHandler, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, signal, signalCompensationDoneleaveIgnoreConditionsprotected Expression command
protected Expression wait
protected Expression arg1
protected Expression arg2
protected Expression arg3
protected Expression arg4
protected Expression arg5
protected Expression outputVariable
protected Expression errorCodeVariable
protected Expression redirectError
protected Expression cleanEnv
protected Expression directory
public void execute(ActivityExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorpublic static String convertStreamToStr(InputStream is) throws IOException
IOExceptionprotected String getStringFromField(Expression expression, DelegateExecution execution)
Copyright © 2016 Alfresco. All rights reserved.