Skip to main content

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

Captura1When I launch the AF, module 2 starts without having finished module 1 with the launch of the Skill:

Captura2 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.

Hi @1460105831 

The way in which you are approaching both executions with one module after another is not possible, but we have some workaround that might help you.

 

First of all, you could try the "sleep" module. This could help you in case you are aware of the skill execution time or can be in any way controlled. 

 Image_2022-07-06_16-37-11 

Alternatively, you could create another AF that would be triggered in the end of the Skill. 

Similar to the following screenshot adapted to your skill.

Image_2022-07-06_16-40-06This would then follow into AF number 2 with the second part of the execution and would only be triggered when the skill has completed the previous steps on it. 

 

Thanks


Reply