Process the Workflow.

The "BeforeProcess" Script event will be called within its own Database Transaction.

Syntax

finWorkflowExecutor.ExecuteProcessWorkflow(userInvoked, [publish], [publishFailed])

Parameters

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

Return Value

Boolean

A Boolean value indicating success.

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