Add Expected Sub State
  • 31 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Add Expected Sub State

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version5.12.0
LocationFlow Management > Data > Sub State

The Add Expected Sub State step allows users to specify a Sub State to a State in a Process Folder. 


Properties

Inputs

PropertyDescriptionData Type
ColorAllows a user to set the color of the Sub StateDesignerColor
State NameAllows a user to set the State to add the Sub State toString
Sub State NameAllows a user to specify the Sub State to add to the StateString


Common Errors

Parameter count mismatch

If the input fields for the step are not configured, the step will cause an error.

To correct this, ensure that a value is entered or mapped into each field.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Add Expected Sub State 1[AddExpectedSubState] in flow [Flow 1]: Incorrect Parmater Count, Data Not Mapped Correctly
 ---> DecisionsFramework.LoggedException: Incorrect Parmater Count, Data Not Mapped Correctly
 ---> System.Reflection.TargetParameterCountException: Parameter count mismatch. at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture
 at DecisionsFramework.Design.Flow.StepImplementations.InvokeMethodStep.Run(StepStartData data)
   --- 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 ---

Related Information

Documentation:
Creating a Process Folder
Using Process Folders


Was this article helpful?