BATCH run workflow with "Call Local Workflow" node inside

Hello,

I have a workflow which uses the node “Call Local Workflow” to call another workflow. I want to run it via BATCH. I noticed that it works if in the bat file I use the construct:

workflowDir=“path_to_workflow/workflow_name”

but not if I use the zip version instead:

workflowFile=“path_to_workflow/workflow.zip”

Is this expected? Is there a chance to run via batch a workflow which calls another workflow but using the zip version? The advantage of the zip version is that allows you to have multiple instance of the same workflow running at the same time.

Thanks!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.