Default Suspend implementation

When the user clicks the Suspend button, KCM ComposerUI will submit all answers currently filled in and forward the user to the page modelsuspend.aspx (modelsuspend.jsp). The modelsuspend page calls the KCM Core script, which stores the Master Template run session. Then sends it back to the modelsuspend page, which offers the user a downloadable file, containing this suspended session.

Both the page modelsuspend.aspx (modelsuspend.jsp) and the script KCM Core SuspendSession are marked as exit points. For example, their implementation may be altered to store the suspended session on a server. Or, instead of offering it as a download to the user, pass the suspended session back to the calling application. See CM Core: OnLine exit points.