public interface ExecutionErrorService
| Modifier and Type | Method and Description |
|---|---|
void |
delete(long refNum)
Delete an execution error by the execution error refNum.
|
ExecutionError |
findByWoinRefNum(long woinRefNum)
Returns the workflow instance's execution error or null, if the workflow
instance is currently not in an error status.
|
void |
handleError(long woinRefNum,
Long woitRefNum,
Exception exception)
Creates a new
ExecutionError entry. |
void handleError(long woinRefNum,
Long woitRefNum,
Exception exception)
ExecutionError entry.ExecutionError findByWoinRefNum(long woinRefNum)
void delete(long refNum)
Copyright © 2018. All rights reserved.