Exit Form
  • 01 Jun 2023
  • 1 Minute to read
  • Dark
    Light

Exit Form

  • Dark
    Light

Article Summary

Step Details
Introduced in Version7.0
Last Modified in Version7.0
LocationForm Rules

The Exit Form step provides a valuable functionality within a Form by closing a Form and having the Flow navigate down a specified path. With this step, developers can conclude user interaction, ensuring an efficient process. By incorporating the Exit Form step, developers can define the conditions under which the Form should be closed, such as when certain criteria are met, or specific actions are taken. This step offers flexibility in managing Form behavior, customizing the user interface, and enforcing necessary business rules.


Properties

Inputs

PropertyDescriptionData Type
Outcome PathName of the Outcome Path that the Flow will navigate down once the Form is closed.String


Common Errors

Could not find outcome scenario

Ensure that the Outcome Path Name is specified properly. 

Exception Message:

Exception Stack Trace: at DecisionsFramework.Design.Flow.FlowStep.GetOutcomeScenarioByName(String name, Boolean throwExceptionOnNotFound
 at DecisionsFramework.Design.Flow.FlowStep.MapResultData(FlowStateData with, ResultData data, String flowId, String stepId, DataPair[] stepData, RunningStepData runningStepData
 at DecisionsFramework.Design.Flow.FlowEngine.Done(String flowTrackingID, String stepTrackingID, Flow f, FlowStep fs, AbstractFlowTrackingData trackingData, ResultData[] resultData
 at DecisionsFramework.Design.Flow.FlowEngine.Done(String flowTrackingID, String stepTrackingID, Flow f, FlowStep fs, ResultData[] resultData
 at DecisionsFramework.Design.Flow.FlowEngine.Done(String flowTrackingID, String stepTrackingID, ResultData[] resultData
 at DecisionsFramework.Design.Form.FormService.ProcessForm(AbstractUserContext userContext, String flowTrackingId, String stepTrackingId, String resultName, DataPair[] resultData)


Related Information

Articles:
Active Form Flow Overview


Was this article helpful?

What's Next