public class EventSubProcessStartEventActivityBehavior extends NoneStartEventActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected String |
activityId |
protected boolean |
isInterrupting |
bpmnActivityBehavior| Constructor and Description |
|---|
EventSubProcessStartEventActivityBehavior(String activityId) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ActivityExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
boolean |
isInterrupting() |
void |
setInterrupting(boolean b) |
leave, leaveIgnoreConditions, signalprotected boolean isInterrupting
protected String activityId
public EventSubProcessStartEventActivityBehavior(String activityId)
public void execute(ActivityExecution execution) throws Exception
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorExceptionpublic void setInterrupting(boolean b)
public boolean isInterrupting()
Copyright © 2016 Alfresco. All rights reserved.