Queue Contingent Flow
- 26 Jan 2023
- 1 Minute to read
- Print
- DarkLight
Queue Contingent Flow
- Updated on 26 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 | 3.0.0 |
Last Modified in Version | 3.2.0 |
Location | Flow 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
Property | Description | Data Type |
---|---|---|
PICK OR CREATE FLOW | Allows 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?