pnp / pnpassessment

Microsoft 365 SharePoint Assessment tool enabling various deprecation and adoption scenarios
https://aka.ms/microsoft365assessmenttool
MIT License
28 stars 14 forks source link

Make workflow report more actionable via a link to the workflow settings page #8

Closed jansenbe closed 2 years ago

jansenbe commented 2 years ago

The workflow reports table needs a column that links directly to the Workflow Settings for the list or site to which the workflow is associated.​

Without that, this table isn’t as actionable as it could be. For example, if a customer wants to remove a workflow definition from a list, they browse to the site, then the list, then List Settings, then Workflow Settings. But the cx should be able to get there with a single click since the Workflow Settings URL is parameterized by List ID, e.g. https://loremipsum.sharepoint.com/sites/wflab/_layouts/15/WrkSetng.aspx?List={51BD53C1-6D7D-44D7-9A97-5D7D04FD0DDC}. This link can be calculated and added as a column to the table.

jansenbe commented 2 years ago

For site workflows the url is https://bertonline.sharepoint.com/sites/temp3/_layouts/15/workflow.aspx

jansenbe commented 2 years ago

Implemented!