DPE WorkflowSystem 3.x
3.2 3.1 3.0
3.2 3.1 3.0

RunScriptAsync

Executes C# code in the workflow (can be used in a non-blocking way inside a ParallelActivity; also see RunScriptJob)

RunScriptAsync.png

Properties

RunScriptAsync_Properties.png

Input

Name

Description

Output

Result is a Dictionary<string,string>.

Parameters

Parameters for C# script.

Script

C# script as string.

ScriptPath

Path to a C# script.