public class CancelledEvent extends Object implements Event
Fired when a work object has been cancelled. <p> For example, a task is canceled due to an interrupting message/signal boundary event assigned to the task or subprocess in the BPMN process model.
Constructor and Description |
---|
CancelledEvent(String workObjectExternalId,
CancellationCause cause) |
Modifier and Type | Method and Description |
---|---|
CancellationCause |
getCause() |
String |
getWorkObjectExternalId() |
public CancelledEvent(String workObjectExternalId, CancellationCause cause)
public String getWorkObjectExternalId()
public CancellationCause getCause()
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.