public class ErrorEndEventActivityBehavior extends FlowNodeActivityBehavior
Modifier and Type | Field and Description |
---|---|
protected String |
errorCode |
bpmnActivityBehavior
Constructor and Description |
---|
ErrorEndEventActivityBehavior(String errorCode) |
Modifier and Type | Method and Description |
---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
String |
getErrorCode() |
void |
setErrorCode(String errorCode) |
leave, leaveIgnoreConditions, parseActivityType, trigger
protected String errorCode
public ErrorEndEventActivityBehavior(String errorCode)
public void execute(DelegateExecution execution)
FlowNodeActivityBehavior
execute
in interface ActivityBehavior
execute
in class FlowNodeActivityBehavior
public String getErrorCode()
public void setErrorCode(String errorCode)
Copyright © 2015 Alfresco. All rights reserved.