@Service @Transactional public class RetryServiceImpl extends Object implements RetryService
| Constructor and Description |
|---|
RetryServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
retry(long woinRefNum)
If the execution of a workflow (starting or aborting it, executing a task or completing a work item)
fails, then the error is stored in the database and the instance remains locked.
|
public void retry(long woinRefNum)
RetryServiceretry in interface RetryServiceCopyright © 2018. All rights reserved.