Interface WorkflowDecision
-
- All Superinterfaces:
WorkflowEntity
- All Known Implementing Classes:
WorkflowDecisionInstance,WorkflowDecisionTemplate
public interface WorkflowDecision extends WorkflowEntity
Represents a Workflow Decision - which can be Template Decision or Decision
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractWorkflowDecisionModelgetModel()
-
-
-
Method Detail
-
getModel
AbstractWorkflowDecisionModel getModel()
- Specified by:
getModelin interfaceWorkflowEntity- Returns:
- model of
WorkflowDecision
-
-