📚 SAP Business One SDK Help

WorkflowTaskService Object
See Also  Members 

Description

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.

Object Model






Remarks

This service supports only the operations of approval tasks in this stage.

To use the task service, proceed as follows:

  1. Connect to a valid company.
  2. Call CompanyService, which is the main DI service that you must call before using any other service.
  3. Call the GetBusinessService method for the required service.

See Also