Publish Logs linked to this Workflow.

For 'Version 2' type Workflows, the finWorkflowExecutor.CreatedLogs collection contains a Publish method that allows Logs created from the Workflow that has just been processed to be published.

Syntax

finWorkflow.Publish([publishAll], [unattendedPublish])

Parameters

NameTypeOptionalByRefDescription
publishAll Boolean Optional By default, only Logs for Workflow items that are set to 'Print Immediately' will be published. Setting this to True will publish all Logs. If omitted, a value of False is assumed.
unattendedPublish Boolean Optional Indicates whether an 'Unattended' publish will occur, i.e., one that does not rely on the finPOWER Connect User Interface to perform the publish where not required. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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