ProcessWorkflowAction
Executes a specific workflow action (for example, approval, rejection) on an expense report, tracking the action’s impact on status.
Input
| Name | Type | Description |
| ExpenseReportsUniqID | String | A unique identifier for the specific expense report being referenced in the stored procedure. This ID is used to fetch and process data for the associated expense report. |
| Action | String | The action to be performed on the expense report within the workflow. Examples of actions include 'Approve', 'Reject', or 'Submit'. |
| Comments | String | The text comments associated with the action being performed in the workflow. These comments provide context or reasons for the action being taken. |
Result Set Columns
| Name | Type | Description |
| Result | String | The output of the stored procedure, indicating the success or failure of the action. It provides feedback on whether the workflow action was completed successfully or if any issues occurred during execution. |