NuixRunScript
Alias:NuixRunScript
Output:StringStream
Run an arbitrary ruby script in nuix. It should return a string.
Parameter | Type | Required | Position | Default Value | Requirements | Summary |
---|---|---|---|---|---|---|
FunctionName | string | ✔ | 1 | Version 8.2 | What to call this function. This will have spaces replaced with underscores and the first character will be made lowercase | |
ScriptText | string | ✔ | 2 | The text of the script to run | ||
Parameters | entity | ✔ | 3 | Parameters to send to the script. You can access these by name (with spaces replaced by underscores and the first character lowercase). | ||
EntityStreamParameter | array<entity> | 4 | Do not stream entities | Entities to stream to the script. The parameter name is 'entityStream' |