No route found to continue from step node0 in model /var/workflow/models/<nameOfWorkflowModel>. Probably a configuration error. | Community
Skip to main content
Level 2
July 21, 2021
Solved

No route found to continue from step node0 in model /var/workflow/models/<nameOfWorkflowModel>. Probably a configuration error.

  • July 21, 2021
  • 1 reply
  • 1780 views

I'm having trouble calling a sub-workflow process in my main workflow. To give some context, for every container step I use to call another workflow, I use a Set Variable to set some specific variables I used on the sub-workflow. As you can see in the picture below, I have the Set Variable named Input Prod Planning Email 1 and then the Production Planning Email 1. Here the workflow is working as expected.

Later on, in the workflow, I have the same to Set Variable and Container Step, but they are named differently. In the Input Prod Planning Email 2, I have the same mapping as Input 1, and Production Planning Email 2 as the same sub-workflow as Production 1.

When they are executed I have the following error: No route found to continue from step node0 in model /var/workflow/models/notifyprodplanningsubprocess1. Probably a configuration error, and here is the screenshot as well: 

To me, this is really weird because in the past I have used multiple container steps calling the same sub-workflow on other workflows and they are working just fine. Any ideas what could be causing the error?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi,

Are you using any OR steps in your workflows?

1 reply

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
July 22, 2021

Hi,

Are you using any OR steps in your workflows?

Arun Patidar
SebasRiosAuthor
Level 2
July 22, 2021

Hello, yes I'm using multiple OR splits in the main workflow and in the sub-workflow as well:

the set variable and the container step are inside an OR split