public interface RecoveryService
| Modifier and Type | Method and Description |
|---|---|
void |
recoverExecutionsAssignedToNodes(List<String> deadNodes)
Recovers all workflow instance's with the first above mentioned problem.
|
void |
recoverExecutionsNotAssignedToNodes(String clusterName)
Recovers all workflow instance's with the second above mentioned problem.
|
void recoverExecutionsAssignedToNodes(List<String> deadNodes)
deadNodes - the nodes that are dead/failed.void recoverExecutionsNotAssignedToNodes(String clusterName)
clusterName - this cluster's nameCopyright © 2018. All rights reserved.