public interface AbortService
| Modifier and Type | Method and Description |
|---|---|
void |
abort(long woinRefNum)
Requests a workflow instance to become aborted.
|
void abort(long woinRefNum)
This means, that its status is set to WorkflowInstanceStatus.ABORT.
Furthermore, if an error is associated with the instance, the error is deleted
and the instance is unlocked.
UnexpectedStatusException - if changing the instance status does not work, e.g. because the instance is already EXECUTED.Copyright © 2018. All rights reserved.