Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Activities


Persist

This activity saves a workflow to disk, if possible. The Persist activity cannot be executed in a non-persistence zone as, for example, within a TransactionScope activity. If you do use a Persist activity in a non-persistence scope, an exception is thrown at runtime. 

Activity Parameters

The Persist activity has no parameters.


TerminateWorkflow

This activity terminates the execution of a workflow.

Activity Parameters

The TerminateWorkflow activity has two parameters that can be provided by manually inserted values or via IN arguments or variables:

...

  • Exception (text box editor type) (type: System.Exception): The exception to throw when the workflow is terminated.
  • Reason (text box editor type) (type: System.Exception): The reason that explains why the workflow was terminated.

Persist Workflow State

This activity

Persist Workflow State Until

Activity Parameters 

The Persist Workflow State Until activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image Removed

Parameters:

  • Persist Until (DateTimeObject) (text editor type) (type): Persist the workflow until the given Date/Time. This parameter takes precedence over the "Persist until (String)" parameter.Persist Until(String) (text box editor type) (type: string): persist the Workflow until the given Date/Time, the following format should be used: "dd/MM/yyyy HH:mm:ss"