Exit Form
- 01 Jun 2023
- 1 Minute to read
- Print
- DarkLight
Exit Form
- Updated on 01 Jun 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 7.0 |
Last Modified in Version | 7.0 |
Location | Form 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
Property | Description | Data Type |
---|---|---|
Outcome Path | Name 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?