I have a Workflow process that should execute whenever a subfolder is created in a specific folder...here are the conditions.
I have another workflow process that moves a document into a folder and if that folder does not exist it should create it (see image below)
I would expect this to execute the Workflow from the conditions above but it does not do this, what am I doing wrong?
Let me give a more details explanation...
I have a workflow process that is conditioned to execute when a folder is created in the \rootfolder\parentfolder folder (let's call it CreateFolders).
I have another workflow process (call it ProcessDocument) that moves a document into folder \rootfolder\parentfolder\childfolder\grandchildfolder. Assuming childfolder does not exist when ProcessDocument workflow is run, then I would expect the CreateFolders workflow to execute because the childfolder folder is being created as part of the Move Entry workflow action in ProcessDocument workflow.
As a test I also added a Create Entry action in the ProcessDocument workflow to create the childfolder before it moved the document. Even this did not execute the CreateFolders workflow. If I go into Laserfiche and manually create the childfolder folder then the CreateFolders workflow process does execute.