Forum Discussion
aayushiharalal
5 months agoAdvocate I
New “Invoke Pipeline (Fabric)” activity not executing, while Legacy version works
Hi all, I’m running into an issue with the new Invoke Pipeline (Fabric) activity. Context I have an orchestration pipeline that calls another pipeline (fm_job_control). The Legacy Invoke Pipe...
- 5 months ago
Hello Mauro89,
In the legacy setup, invoking the pipeline did not require a connection, which is why it was working there. In the new setup, invoking the pipeline activity requires a connection, and this appears to have been the cause of the issue.
After switching to a Service Principal connection, the new pipeline activity is now working as expected.
Thank you for your time and support—it was very helpful.🙂
aayushiharalal
5 months agoAdvocate I
Hello,
I wasn’t able to pinpoint the exact root cause, but moving to a Service Principal connection resolved the issue and the setup is now working as expected.
For anyone facing a similar problem, this approach might be worth trying.
Thanks to Mauro89 for the support and time.