Hi,
I have an Action Flow with 2 modules:
1. A "Execute Process Automation Skill" module --> which launches a Python Notebook
2. A "QueryData" module
When I launch the AF, module 2 starts without having finished module 1 with the launch of the Skill:
Note: Output says is "Queued "but de AF is (bad) finished
Is there a way in the Action Flow that module 2 does not start until the previous one has finished?
Thanks in advance.