The "BeforeProcess" Script event will be called within its own Database Transaction.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| userInvoked | Boolean | Indicates whether the User has manually invoked processing of this Workflow. If True and any Logs are created that are configured to be published immediately, these will be published (based on the publish parameter) providing this is not within a Database Transaction. | ||
| publish | Boolean | Optional | Indicates whether to publish any Logs that were created that are configured to publish immediately, providing userInvoked is True. This will not perform an unattended publish. To do this, you must pass in False and manually call the CreateLogs.Publish method. If omitted, a value of True is assumed. | |
| publishFailed | Boolean | Optional | ByRef | Indicates whether Log Publishing failed for one or more Logs. If omitted, a value of False is assumed. |
A Boolean value indicating success.