Add Expected Sub State
- 31 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Add Expected Sub State
- Updated on 31 Jan 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 | 4.0.0 |
Last Modified in Version | 5.12.0 |
Location | Flow 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
Property | Description | Data Type |
---|---|---|
Color | Allows a user to set the color of the Sub State | DesignerColor |
State Name | Allows a user to set the State to add the Sub State to | String |
Sub State Name | Allows a user to specify the Sub State to add to the State | String |
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?