public interface DocumentRoutingEscalationService
Modifier and Type | Method and Description |
---|---|
List<GraphNode.EscalationRule> |
computeEscalationRulesToExecute(GraphNode node)
Computes the list of escalation rules to be executed after their conditions are evaluated for the given node.
|
List<String> |
queryForSuspendedNodesWithEscalation(CoreSession session)
Query all running workflows and returns a list of nodes that are suspended and have escalation rules that can be
inspected.
|
void |
scheduleExecution(GraphNode.EscalationRule rule,
CoreSession session)
Schedules for execution an escalation rule.
|
List<String> queryForSuspendedNodesWithEscalation(CoreSession session) throws ClientException
ClientException
List<GraphNode.EscalationRule> computeEscalationRulesToExecute(GraphNode node) throws ClientException
ClientException
void scheduleExecution(GraphNode.EscalationRule rule, CoreSession session)
rule
- Copyright © 2015 Nuxeo SA. All rights reserved.