Execute the Built In Workflow Summary Script (Version 2).

Syntax

finScriptFunctions.BuiltInWorkflowSummaryScript2(workflow, [workflowItem], [eventId], [eventArgs], [handled], [returnValues], [scriptContextData], [properties], [constants])

Parameters

NameTypeOptionalByRefDescription
workflow finWorkflow The Workflow.
workflowItem finWorkflowItem Optional An optional Workflow Item to summaries (the Script supports summarising an entire Workflow or just a Workflow Item). If omitted, a value of Nothing is assumed.
eventId String Optional
eventArgs ISKeyValueList Optional If omitted, a value of Nothing is assumed.
handled Boolean Optional ByRef If omitted, a value of False is assumed.
returnValues ISKeyValueList Optional ByRef If omitted, a value of Nothing is assumed.
scriptContextData ISKeyValueList Optional If omitted, a value of Nothing is assumed.
properties ISKeyValueList Optional If omitted, a value of Nothing is assumed.
constants ISKeyValueList Optional If omitted, a value of Nothing is assumed.

Return Value

String

A String value.

Member of:
finScriptFunctions
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0