mVermaat / Crm.Specflow

D365 Extension for SpecFlow allows you to automatically test your Dynamics 365 CE implementation. It provides a broad set of SpecFlow steps to help you create your scripts very rapidly. It leverages the EasyRepro library from Microsoft for the User Interface related tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Async Process Wait Step does not wait for Flows

mike9182 opened this issue · comments

The step "all asynchronous processes for {alias} are finished" does not wait for running Flows to finish.

I wasn't able to find a straightforward way to implement this so I created a question in the Power Automate community.

https://powerusers.microsoft.com/t5/General-Power-Automate/Check-for-running-flows/m-p/531226#M48990

If anyone finds a good way to implement this, let me know. It would be a really good addition, but I don't how this can be done.

@mVermaat not sure if is a good way to implement this feature, but a potential workaround could be 'wait for [xxx] seconds' to continu the test.

Since we rely on flow for many scenario's this would help in making the test cases.

Is that feasible?

Closing this as now there are wait until steps in #141.