Creating workflows

Build 1501 on 14/Nov/2017  This topic last edited on: 1/Sep/2014, at 12:08

You can create a workflow by writing a code in an XML file, following, for the Windows workflows, the methods explained in Microsoft Windows Workflow Foundation, and including the Tera activities, listed in Activities, and for the code workflows following what's explained in the Configuring CodeWorkflows chapter.

To create a Workflow from scratch

1.Write a WindowsWorkflow code in a XML file with an appropriate file name.

2.Load the XML file into the GN4 database as explained in Load a workflow in database.

3.Run the WindowsWorkflow in GN4 as explained in Execute workflows.

About workflow name

The workflow file names must follow the following rule:

The workflow file name must start with wf_

The workflow file name must not contain spaces and must be unique among all workflows.

The workflow file name extension must be .xml.

See also

Loading a workflow in database

Executing workflows