Class SubProcessResult

java.lang.Object
org.kuali.rice.kew.engine.node.SimpleResult
org.kuali.rice.kew.engine.node.SubProcessResult
All Implemented Interfaces:
ProcessResult

public class SubProcessResult extends SimpleResult
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 Details

    • SubProcessResult

      public SubProcessResult()