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, signalprotected String errorCode
public ErrorEndEventActivityBehavior(String errorCode)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorpublic String getErrorCode()
public void setErrorCode(String errorCode)
Copyright © 2015 Alfresco. All rights reserved.