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

Properties

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. |