Queue Contingent Flow
  • 26 Jan 2023
  • 1 Minute to read
  • Dark
    Light

Queue Contingent Flow

  • Dark
    Light

Article Summary

Step Details

Introduced in Version3.0.0
Last Modified in Version3.2.0
LocationFlow Management > Contingent Steps

The Queue Contingent Flow step is a sub-Flow that allows users to set up an additional Flow that is added to the Contingent Steps queue. The Flow is only executed when using the Run Contingent Steps step.



Properties

Outputs

PropertyDescriptionData Type
PICK OR CREATE FLOWAllows the user to pick or create a Flow---


Common Errors

Flow not found

If a Flow is not specified, the step will cause an error.

To correct this, ensure that a Flow is created or picked.

Exception Message:

Exception Stack Trace: DecisionsFramework.BusinessRuleException: [BusinessRule] Flow not found 
at DecisionsFramework.Design.Flow.FlowEngine.LoadFlowByID(FlowLoadParameters flowLoadParameters
 at DecisionsFramework.Design.Flow.FlowEngine.GetFlow(String flowID
 at DecisionsFramework.Design.Flow.CoreSteps.BaseLinkedFlowStep.KeepData(Flow f, FlowStep s, StepStartData data
 at DecisionsFramework.Design.Flow.AbstractFlowTrackingData.ShouldStore(RunningStepData data
 at DecisionsFramework.Design.Flow.AbstractFlowTrackingData.SetStepRunResult(String stepTrackingID, ResultData[] stepResults
 at DecisionsFramework.Design.Flow.FlowEngine.Done(String flowTrackingID, String stepTrackingID, Flow f, FlowStep fs, AbstractFlowTrackingData trackingData, ResultData[] resultData
 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)

Was this article helpful?