ScriptActivityScriptBlock interface
Script block of scripts.
Properties
parameters | Array of script parameters. Type: array. |
text | The query text. Type: string (or Expression with resultType string). |
type | The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string). |
Property Details
parameters
Array of script parameters. Type: array.
parameters?: ScriptActivityParameter[]
Property Value
text
The query text. Type: string (or Expression with resultType string).
text: any
Property Value
any
type
The type of the query. Please refer to the ScriptType for valid options. Type: string (or Expression with resultType string).
type: any
Property Value
any