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

Add Expected State

  • Dark
    Light

Article Summary

Step Details

Introduced in Version4.0.0
Last Modified in Version7.12.0
LocationProcess

The Add Expected State step adds for a new state to a Process folder. This state can then be reached using the Set State steps found under the same toolbox category.



Properties

Inputs

PropertyDescriptionData Type
ColorThe color for the state as it will appear in the Process folderDesignerColor
State NameThe name of the stateInt32



Common Errors

Missing Process Folder

The step requires the use of a Process Folder within a Flow. If the following error is thrown, ensure that the Flow utilizes a Process Folder.

Exception Message:

Exception Stack Trace: DecisionsFramework.Design.Flow.ErrorRunningFlowStep: Error running step Add Expected State 1[AddExpectedState] in flow [Testing Flow]: Exception invoking method AddExpectedState on class InfrastructureStepMethods ---> DecisionsFramework.LoggedException: Exception invoking method AddExpectedState on class InfrastructureStepMethods ---> DecisionsFramework.LoggedException: Cannot use step on flows without a process folder
   at DecisionsFramework.Design.Flow.CoreSteps.InfrastructureStepMethods.AddExpectedState(String stateName, DesignerColor color) 
   --- 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

Articles:
Creating a Process Folder
Using Process Folders

Example Labs:
Add Comment to Process Folder
Adding New Data To A Process
Using a Flow Step Trigger to Remove the Complete Comment in Process Folders
Adding Line Spaces in Process Folder Comments
Saving Data Repeater Items in a Process Folder

Forum Posts:
Stuck On Process Folders And Data
System Comments In Process Folders


Was this article helpful?