I want to invoke my main flowchart if process failed in another flowchart.
for ex. Suppose I have two Flowcharts (X = Main & Y = Another)
If bot is working in Y flowchart where I have mentioned some conditions, so if any condition failed then that execution should stop there and BOT again need to jump on X Flowchart from beginning.
for that I have created Argument for X flowchart and that tried to run with the help of Invoke Workflow File like below.
Below is the Argument I have created
Like Below I have created variable first for Flowchart and then convert it into Argument and with that Argument tried to Invoke workflow.