Get the To Do List for the Query configurations - HxGN SDx - Update 63 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

A To Do List displays workflow steps assigned to a user in the Ready to Start status. You can retrieve a user’s To Do List using a procedure that filters the list to only show those workflow steps related to the selected Query configurations. This procedure is located at:

. . /api/v2/SDA/User/ToDoList

  • The response lists all instances of workflow steps assigned to the user directly or indirectly through the user's role.

  • The request header can specify a column set. If a column set is not specified, the default column set for the workflow step is used.

  • The paging, order by, and filtering options are all supported. Navigations from the To Do List are not supported.

  • The DynWorkflowItemConfig property is added to each workflow step in the response. This shows the related workflow item’s configuration value, regardless of the column set used. This is used in client applications to present any relevant actions to the user.

For more information on configuring workflows in the Desktop Client, see Workflow template configuration.