44 lines
1.8 KiB
Markdown
44 lines
1.8 KiB
Markdown
# 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](./assets/CheckFlows.gif)
|
|
|
|
**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](https://img.shields.io/badge/SPFx-1.9.1-green.svg)
|
|
![Node.js v10 | v8](https://img.shields.io/badge/Node.js-v10%20%7C%20v8-green.svg)
|
|
![Compatible with SharePoint Online](https://img.shields.io/badge/SharePoint%20Online-Compatible-green.svg)
|
|
![Does not work with SharePoint 2019](https://img.shields.io/badge/SharePoint%20Server%202019-Incompatible-red.svg)
|
|
![Does not work with SharePoint 2016 (Feature Pack 2)](https://img.shields.io/badge/SharePoint%20Server%202016%20(Feature%20Pack%202)-Incompatible-red.svg "SharePoint Server 2016 Feature Pack 2 requires SPFx 1.1")
|
|
![Local Workbench Compatible](https://img.shields.io/badge/Local%20Workbench-Compatible-green.svg)
|
|
![Hosted Workbench Compatible](https://img.shields.io/badge/Hosted%20Workbench-Compatible-green.svg)
|
|
|
|
## 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
|
|
|
|
## 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.**
|
|
|
|
|
|
<img src="https://telemetry.sharepointpnp.com/sp-dev-fx-webparts/samples/react-check-flows" />
|