Install the Visual Studio templates

You can install the provided Visual Studio template file for job item and job tool (wizard) development manually or from Workflow XML Designer.

To initiate the installation of the Visual Studio templates, proceed with any of the following steps:

  • Click Custom Job Wizards on the Options menu to start the Custom Job Wizards dialog box, then click Install Custom Job Project Templates for Visual Studio at the bottom of the dialog box.
  • Click Custom Job Wizards on the Options menu to start the Custom Job Wizards dialog box, then click Install Custom Job Project Templates for Visual Studio at the bottom of the dialog box.
  • If the assembly file contains multiple items, use the drop-down list in the Class column to select the preferred one.
  • Use Visual Studio to manually install the CustomOmniPageJobItem.vsix template file located in the CSDK bin folder.

    The default folder depends on your CSDK edition:

    • 32-bit edition:

      C:\Program Files(x86)\OmniPage\CSDK22\Bin

    • 64-bit edition:

      C:\Program Files\OmniPage\CSDK22\Bin

    There is also a CustomJobItem sample project available. The default project folder depends on your CSDK edition:

    • 32-bit edition:

      C:\ProgramData\OmniPage\CSDK22\x86\Samples\WorkflowRunner\CustomJobItem

    • 64-bit edition:

      C:\ProgramData\OmniPage\CSDK22\x64\Samples\WorkflowRunner\CustomJobItem

The new project templates are now available in Visual Studio. Look for the Workflow XML Designer Custom Job Item Library (v22) project template and create your C# project.