how can you configure a new flow between two already existing flows(and the flow is not in production ,its a new requirement)? Like after flow A ,flow B was called but now after flow A, flow X should be called.
@TanyaS58 this is inflight case scenario. Please check the below link for more details.
https://academy.pega.com/topic/managing-flow-changes-cases-flight/v3
For your scenario, you can circumstance that specific stage where flows exists by property and date(approach 5 of the above link). You can add your new flow to the circumstanced stage.
So if it’s future time after deployment, during run time circumstanced stage will run, that is with new flow. If old case, base version of the stage will be running which is without the new flow.
@Anoop Krishna Thanku for your solution ,I will try this approach once.