DPE Web Applications 2.x

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.