Why Does Subworkflow Fail in Parallel Branches When Triggered from Another Workflow?

This topic was automatically generated from Slack. You can find the original thread here.

I have a workflow that uses Connect and Parallel branches. Works perfectly.

But, when I trigger this workflow from another workflow (using an HTTP request because of the Connect), though the step says Success, the subworkflow is failing in the Parallel branches. But execution history is NOT giving me details in the error, just that one or more branches failed.

Running build with the event from the history fails too on the branches, just no error output. The first step of each branch will simply not run

I do know now that only the branches whoose first step is Odoo, with Connect account, are failing. A dummy branch created for testing (with a code step) is being executed.

The problem seems to be with the Code step + Connect.

If I change to a workspace account, the steps execute properly. Only when the step is using Connect does it not execute

Hey , could you DM me the workflow URL so I can take a look?

For anyone following up: the problem was that the trigger was using production and my account does not have that yet!