Set the Outcome of a Workflow Item.
Syntax
finPageSetHandler.WorkflowItemSetOutcome(workflowPk, workflowItemPk, outcome, [statusNotes])
Parameters
| Name | Type | Optional | ByRef | Description |
| workflowPk |
Integer |
|
|
The primary key of the Workflow. |
| workflowItemPk |
Integer |
|
|
The primary key of the Workflow Item. |
| outcome |
String |
|
|
The Outcome. |
| statusNotes |
String |
Optional |
|
Status Notes to record against the Workflow Item. |
Return Value
Boolean
A Boolean value indicating success.
- Member of:
- finPageSetHandler
- Namespace:
- Intersoft.finSupport6
- Assembly:
- finSupport6, Version=6.0.3
- Target Framework:
- .NET 9.0