WorkflowTaskService is a business object that manages the tasks of the SAP Business One Workflow component.
This object enables you to do the following:
- Get workflow tasks owned by the current user and filter tasks by status.
- Complete a workflow approval task of a given task ID and other parameters.
Source table: OWLS.
This service supports only the operations of approval tasks in this stage.
To use the task service, proceed as follows:
- Connect to a valid company.
- Call CompanyService, which is the main DI service that you must call before using any other service.
- Call the GetBusinessService method for the required service.


~274.gif)









