public interface WorkUnitService
| Modifier and Type | Method and Description |
|---|---|
List<WorkUnit> |
findNewWorkUnits(Date now)
Polls new units of work from database.
|
void |
lock(List<WorkUnit> workUnits)
Locks the workflow instances associated with the work units.
|
Copyright © 2018. All rights reserved.