Package org.kuali.rice.kew.engine.node
Class SubProcessResult
java.lang.Object
org.kuali.rice.kew.engine.node.SimpleResult
org.kuali.rice.kew.engine.node.SubProcessResult
- All Implemented Interfaces:
ProcessResult
The result of the execution of a
SubProcessNode. The work of initiation and instantiation of
a sub process is handled by the SubProcessTransitionEngine so this result will always wrap
a SimpleResult with a completion value of true.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.kuali.rice.kew.engine.node.SimpleResult
isComplete, setComplete
-
Constructor Details
-
SubProcessResult
public SubProcessResult()
-