I have a situation where I want to create a folder, assign a template to it, and populate the template field data using RA. We using Workflow 9.1 However, the moment I create the folder using Folder.Create("MyFolderName", MyVolume, EntryNameOption.Overwrite, MySession), it is picked up by workflow, before I have had a chance to assign the template etc.
We are using LF Workflow 9.1.1., LF Server 9.0.2
Is there any way to stop workflow from grabbing it (by locking it?) while I complete what I need to do first...
PS. It works fine with document entry types, and workflow des not pick it up until I am complete.
I am using C# -- a code example would be handy... :)