public interface DehydrationPolicy
Modifier and Type | Method and Description |
---|---|
java.util.List<BpelProcess> |
markForDehydration(java.util.List<BpelProcess> runningProcesses)
Checks the currently running processes and marks some of them for
dehydration according to a specifically configured policy.
|
java.util.List<BpelProcess> markForDehydration(java.util.List<BpelProcess> runningProcesses)
runningProcesses
- all running (currently hydrated) processes