sp-dev-fx-webparts/samples/react-check-flows
dependabot[bot] 05db4f6556
Bump thenify from 3.3.0 to 3.3.1 in /samples/react-check-flows
Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/thenables/thenify/releases)
- [Changelog](https://github.com/thenables/thenify/blob/master/History.md)
- [Commits](https://github.com/thenables/thenify/compare/3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: thenify
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-18 21:53:04 +00:00
..
.devcontainer Added spfx 1.9.1 containers 2022-02-15 23:34:24 -05:00
assets Removing unnecessary office product from the sample metadata 2021-12-10 19:55:32 +02:00
config React Check Flows associated to a SharePoint List 2019-09-17 13:51:09 +05:30
src React Check Flows associated to a SharePoint List 2019-09-17 13:51:09 +05:30
teams React Check Flows associated to a SharePoint List 2019-09-17 13:51:09 +05:30
README.md Added spfx 1.9.1 containers 2022-02-15 23:34:24 -05:00
gulpfile.js React Check Flows associated to a SharePoint List 2019-09-17 13:51:09 +05:30
package-lock.json Bump thenify from 3.3.0 to 3.3.1 in /samples/react-check-flows 2022-07-18 21:53:04 +00:00
package.json React Check Flows associated to a SharePoint List 2019-09-17 13:51:09 +05:30
tsconfig.json React Check Flows associated to a SharePoint List 2019-09-17 13:51:09 +05:30
tslint.json React Check Flows associated to a SharePoint List 2019-09-17 13:51:09 +05:30

README.md

Check Associated Flows

Summary

This web part lists all the automated Flows associated with a SharePoint List/ Library. Basic flow information like Flow Name, Flow Trigger, Flow shared Type and Flow URL are displayed.

Check List Flows

Note: The web part only displays the flows which are shared with the current user and reside in the default environment.

Compatibility

SPFx 1.9.1 Node.js v10 | v8 Compatible with SharePoint Online Does not work with SharePoint 2019 Does not work with SharePoint 2016 (Feature Pack 2) Local Workbench Compatible Hosted Workbench Compatible Compatible with Remote Containers

Minimal Path to Awesome

  • git clone the repo
  • npm i
  • gulp bundle --ship
  • gulp package-solution --ship
  • Add to Site Collection App Catalog and Install the App
  • Add the web part to any page in the Site Collection

This sample can also be opened with VS Code Remote Development. Visit https://aka.ms/spfx-devcontainer for further instructions.

Solution

Solution Author(s)
react-check-flows Aakash Bhardwaj

Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING ANY IMPLIED WARRANTIES OF FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABILITY, OR NON-INFRINGEMENT.