@Service @Transactional public class AbortServiceImpl extends Object implements AbortService
| Constructor and Description |
|---|
AbortServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
abort(long woinRefNum)
Prepares the workflow instance for being aborted and marks its status to
WorkflowInstanceStatus.ABORT. |
public void abort(long woinRefNum)
WorkflowInstanceStatus.ABORT.
Preparing the workflow instance includes rewinding it from errors and unlocking it.abort in interface AbortServiceCopyright © 2018. All rights reserved.