Documentation Index

Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt

Use this file to discover all available pages before exploring further.

Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Ended In Exception

Prev Next

Step Details

Introduced in Version4.0.0
Last Modified in Version5.12.0
LocationSystem > Advanced > Debugger

The Ended In Exception step evaluates a debugged Flow to determine whether it ended in an exception.



Properties

Inputs

PropertyDescriptionData Type
Debug IdThe Debug ID can be extracted from the Debug Report Page of a particular Flow by adding the Parent ID field to this Report.
String


Common Errors

Debug entity with id= " not found

If the Debug Entity Id is null or empty, an error will occur.

To correct this, ensure that the correct Debug Entity Id is entered.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Ended In Exception 1[EndedInException] in flow [Flow 1]: Exception invoking method EndedInException on class DebuggerSteps
 ---> DecisionsFramework.LoggedException: Exception invoking method EndedInException on class DebuggerSteps
 ---> System.InvalidOperationException: Debug entity with id = '' not found. at DecisionsFramework.Design.Flow.Service.Debugging.DebugData.DebugDataStorage.Retrieve(String id, Boolean failIfNotFound
 at DecisionsFramework.Design.Flow.Service.Debugging.DebugData.DebuggerSteps.EndedInException(String debugId)
   --- End of inner exception stack trace --- at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data
 at DecisionsFramework.Design.Flow.FlowStep.RunStepInternal(String flowTrackingID, String stepTrackingID, KeyValuePairDataStructure[] stepRunDataValues, AbstractFlowTrackingData trackingData
 at DecisionsFramework.Design.Flow.FlowStep.Start(String flowTrackingID, String stepTrackingID, FlowStateData data, AbstractFlowTrackingData trackingData, RunningStepData currentStepData)
   --- End of inner exception stack trace ---