public class BoundaryEventActivityBehavior extends FlowNodeActivityBehavior
Modifier and Type | Field and Description |
---|---|
protected String |
activityId |
protected boolean |
interrupting |
bpmnActivityBehavior
Constructor and Description |
---|
BoundaryEventActivityBehavior() |
BoundaryEventActivityBehavior(boolean interrupting,
String activityId) |
Modifier and Type | Method and Description |
---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
boolean |
isInterrupting() |
void |
setInterrupting(boolean interrupting) |
leave, leaveIgnoreConditions, signal
protected boolean interrupting
protected String activityId
public BoundaryEventActivityBehavior()
public BoundaryEventActivityBehavior(boolean interrupting, String activityId)
public void execute(DelegateExecution execution)
FlowNodeActivityBehavior
execute
in interface ActivityBehavior
execute
in class FlowNodeActivityBehavior
public boolean isInterrupting()
public void setInterrupting(boolean interrupting)
Copyright © 2015 Alfresco. All rights reserved.