ExecuteWorkflow

Use this action template to execute a workflow.

Below is a list of input arguments:

Input Argument

Description

ExecutionFlags

Defines the execution flags. You can combine the following values separated by |:

  • Transaction: Executes inside a transaction.
  • Rollback: Rollback, if aborted / executed with error execution.
  • ReturnRecords: Returns the changed records.
  • ReturnParameters: Returns the (workflow data) parameters after execution.

Example: ReturnRecords | ReturnParameters

Parameters

An array of parameters given in JSON syntax:

Example:

{"Id":0,"Name":"Param1","Values":[]},{"Id":1,"Name":"Param2", "Values":["bla25"]},{"Id":2,"Name":"Param3","Values":["bla25","bla25"]}]

WorkflowName

Name of the workflow as defined in Aurea CRM win.