I’m creating a flowchart workflow which includes multiple sequences.
In 1st sequence, open Web system then input some value.(keep open the browser)
In 2nd sequence, open Oracle EBS then input some value.
In 3rd sequence, return to web system then input some value.
To realize this, in 1st sequence at open browser, I defined browser variable at output.
Then in 3rd sequence, I used attach browser, defined the same browser variable as input.
Browser variable scope is entire workflow, so it should be usable among different sequences.
However following error shows at attach browser activity:
“The following overload groups are configured: Find Browser, Use Browser.
Only one overload group should have its arguments configured.”
Could you help me?