sp-dev-fx-webparts/samples/js-myflows/README.md

99 lines
3.3 KiB
Markdown
Raw Normal View History

2020-11-08 23:09:18 -05:00
# My Flows
2019-08-24 14:13:03 -04:00
## Summary
Manage current user flows in SharePoint or Teams Tab, this web part use the msflowsdk-1.1.js
##
2021-04-26 02:08:59 -04:00
2019-08-24 14:13:03 -04:00
![directory](/samples/js-myflows/assets/MyFlows.gif)
![directory](/samples/js-myflows/assets/Screenshot1.png)
![directory](/samples/js-myflows/assets/Screenshot2.png)
![directory](/samples/js-myflows/assets/Screenshot3.png)
![directory](/samples/js-myflows/assets/Screenshot4.png)
2022-02-14 02:52:18 -05:00
## Compatibility
2021-11-07 01:43:55 -04:00
| :warning: Important |
|:---------------------------|
| Every SPFx version is only compatible with specific version(s) of Node.js. In order to be able to build this sample, please ensure that the version of Node on your workstation matches one of the versions listed in this section. This sample will not work on a different version of Node.|
|Refer to <https://aka.ms/spfx-matrix> for more information on SPFx compatibility. |
This sample is designed to be used in the following environments:
2022-10-17 10:21:52 -04:00
2021-11-07 01:43:55 -04:00
![SPFx 1.8.2](https://img.shields.io/badge/SPFx-1.8.2-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)
2022-02-16 00:00:27 -05:00
![Compatible with Remote Containers](https://img.shields.io/badge/Remote%20Containers-Compatible-green.svg)
2019-08-24 14:13:03 -04:00
2022-10-17 10:21:52 -04:00
For more information about SPFx compatibility, please refer to https://aka.ms/spfx-matrix
2019-08-24 14:13:03 -04:00
## Applies to
2022-10-24 09:42:45 -04:00
* [SharePoint Online](https://learn.microsoft.com/sharepoint/dev/spfx/sharepoint-framework-overview)
2019-08-24 14:13:03 -04:00
* [Microsoft Teams](https://products.office.com/en-US/microsoft-teams/group-chat-software)
2022-10-24 09:42:45 -04:00
* [Microsoft 365 tenant](https://learn.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
2019-08-24 14:13:03 -04:00
2021-04-26 02:08:59 -04:00
## Web Part Properties
2019-08-24 14:13:03 -04:00
Property |Type|Required| comments
--------------------|----|--------|----------
Web Part Title | Text| no|
## Solution
The web part Use msflowsdk-1.1.js library
Solution|Author(s)
--------|---------
My FLows Web Part|João Mendes
## Version history
Version|Date|Comments
-------|----|--------
1.0.0|August 13, 2019|Initial release
## Minimal Path to Awesome
- Clone this repository
- in the command line run:
- `npm install`
- `gulp build`
- `gulp bundle --ship`
- `gulp package-solution --ship`
2021-11-07 01:54:14 -05:00
- Add to AppCatalog and deploy
2022-02-16 00:00:27 -05:00
> This sample can also be opened with [VS Code Remote Development](https://code.visualstudio.com/docs/remote/remote-overview). Visit https://aka.ms/spfx-devcontainer for further instructions.
2021-11-07 01:54:14 -05:00
## 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.**
2019-08-24 14:13:03 -04:00
2021-12-20 10:25:30 -05:00
<img src="https://pnptelemetry.azurewebsites.net/sp-dev-fx-webparts/samples/js-myflows" />
2019-08-24 14:13:03 -04:00