Exit Workflow Activity

Description:

Terminates the running workflow instance without error. Once the workflow is terminated, it cannot be resumed.

Inheritance Hierarchy:

System.Object
  System.Activities.Activity
    System.Activities.NativeActivity
      Geocortex.Workflow.Activities.ExitWorkflow

Function:

Exit Workflow is used to immediately end a workflow at any point. This activity is very similar to the Terminate Workflow activity; Exit Workflow allows the workflow to complete successfully where Terminate Workflow causes the workflow to end with an error.

This activity is provided as a convenience. Workflow designs that use other Control Flow activities to gracefully exit the workflow are recommended in place of this activity.

When you use this activity, the output arguments of the workflow are not assigned.

Properties:

Name

Description

Display Name

ExitWorkflow

You can change the name of an activity to one that describes what it does. A descriptive name can make a workflow easier to interpret and maintain.

Version Information:

Supported from: Geocortex Essentials 3.13.