Process a Workflow.

<para> Processing a Workflow will cause any automatic actions that are the current item to be performed. If the current Item is an automatic 'Wait' type item then it will be completed only if the current Date and Time have exceeded the Workflow's Recall Date and Time (or the Workflow has not Recall Date). </para> <para> No error will occur if the current item is not automatic. </para>

Syntax

finWorkflowFunctions.WorkflowProcessPk(workflowPk, [workflowExecutor])

Parameters

NameTypeOptionalByRefDescription
workflowPk Integer The primary key of the Workflow to process.
workflowExecutor finWorkflowExecutor Optional ByRef Returns the Workflow Executor object that was used to process a "Version 2" type Workflow. If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

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