Close a Workflow and start a New Workflow.
Syntax
finWorkflowFunctions.WorkflowCloseAndStartNewWorkflow(workflowId, closedDate, outcome, notes, cancelled, newWorkflowTypeId, newWorkflowPk)
Parameters
| Name | Type | Optional | ByRef | Description |
| workflowId |
String |
|
|
The Workflow Id. |
| closedDate |
Date |
|
|
The Close Date. |
| outcome |
String |
|
|
The Outcome. |
| notes |
String |
|
|
Notes. |
| cancelled |
Boolean |
|
|
Indicates whether this Workflow is being Cancelled. |
| newWorkflowTypeId |
String |
|
|
The Id of the new Workflow Type to create. |
| newWorkflowPk |
Integer |
|
ByRef |
The primary key of the newly created Workflow. |
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