Invoke workflow error: Wrong workflow running

I’m having an issue with the invoke workflow activity. I have a few workflow files with invoked workflows in them, and all but one are working correctly. The one workflow that is not working is running the invoked workflow file instead of the current workflow that it is in. I have tried adjusting the target sessions, but this did not help. Any advice is appreciated. Thank you.

Screenshots:

  • First 6: The invoked workflow file
  • Last 1: The File using the invoked workflow







@mshep

ideally when you invoke a workflow that itself runs right…what is the issue now?

cheers

Yes, the issue is that i’ve already run the OrigionalityAi workflow. Now i’m trying to run the next workflow, the Google Drive workflow. When i try to run the Google Drive workflow, the OrigionalityAi workflow runs again. I’m unable to get the Google Drive workflow to run at all. I was able to at one point. Not sure what changed.

@mshep

In windows comptibiltiy…only relative pths are supported for invoke workflow and not absolute pths

Cheers

Hi @mshep

GoogleAi workflow contains of
Two workflows
1.openai.xaml workflow
2.file in prompt.xaml
If are running only the openai workflow it will run
If you want to run Googleai sequence,it will first exceutes openai.xaml
And later executes file in prompt.xaml

If file in prompt.xaml is not executing check the input arguments and check the workflow file name