Skip to main content
Skip table of contents

Creating a New Workflow Template

Create a new workflow template by opening the Workflow\New menu:



The workflow skeletons offered provide different argument lists.

NewDescription
VB.Net Generic Workflow

Contains arguments for ServiceRootAddress, User, Password, Priority, CurrentWorkflowId.

Recommended for workflows tiggered from WorkflowScheduler or 3rd party.

VB.Net TableWatcher Workflow

Contains arguments for ServiceRootAddress, User, Password, Priority, CurrentWorkflowId and Arg_Event, Arg_TableId, Arg_EntryId.

Recommended for workflows tiggered from WorkflowTableWatcher or ContentManager.

VB.Net FolderWatcher Workflow

Contains arguments for ServiceRootAddress, User, Password, Priority, CurrentWorkflowId and Arg_Event, Arg_File.

Recommended for workflows tiggered from WorkflowFolderWatcher.

C# WorkflowsSame as above but uses C# syntax for expressions

Creating a TableWatcher skeleton is also possible via shortcut Ctrl+N.


JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.