You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+28-25Lines changed: 28 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,35 @@
2
2
3
3
## Overview
4
4
5
-
You can use [Microsoft Graph API](https://developer.microsoft.com/en-us/graph/docs/concepts/v1-overview) to create some integration points between WorkflowGen and Office 365 applications such Outlook, Excel, Teams, OneDrive, SharePoint and Azure.
5
+
You can use the [Microsoft Graph API](https://developer.microsoft.com/en-us/graph/docs/concepts/v1-overview) to create integration points between WorkflowGen and Office 365 applications such Outlook, Excel, Teams, OneDrive, SharePoint, and Azure.
6
6
7
7
This repository includes the `Advantys.Workflow.Applications.MicrosoftGraph.dll` assembly and the associated Visual Studio project.
8
-
This assembly exposes multiples methods that can be used as WorkflowGen applications for each integration feature.
8
+
This assembly exposes multiple methods that can be used as WorkflowGen applications for each integration feature.
9
9
10
-
## Content
10
+
## Contents
11
11
12
-
`docs`: Workflow applications documentation.
12
+
`docs`: Workflow applications documentation
13
13
14
-
`processes`: Process definition file examples.
14
+
`processes`: Process definition file examples
15
15
16
-
`src`: Visual Studio solution.
16
+
`src`: Visual Studio solution
17
17
18
18
## Prerequisites
19
19
20
20
- Office 365 licences (one license for each user that will be accessing Office applications)
21
21
22
22
- Access to an Azure portal: https://portal.azure.com/
23
23
24
-
-Service account with an Office 365 licence (such as `workflowgen@YOUR_DOMAIN.com`)
24
+
-A service account with an Office 365 licence (such as `workflowgen@YOUR_DOMAIN.com`)
25
25
26
-
- Workflowgen.My.dll 4.2.0 (WorkflowGen 7.10 or later)
26
+
-`Workflowgen.My.dll` 4.2.0 and WorkflowGen Server version 7.10.0 or later
27
27
28
28
29
29
## Installation
30
30
31
31
### Application registration
32
32
33
-
1. Create an application on the https://apps.dev.microsoft.com/ site, such as `WorkflowGen`.
33
+
1. Create an application on the https://apps.dev.microsoft.com/ site (such as `WorkflowGen`).
34
34
35
35
2. In **Application Secret** section, generate a new password and save the secret.
36
36
@@ -40,39 +40,43 @@ This assembly exposes multiples methods that can be used as WorkflowGen applicat
40
40
41
41
5. Each [workflow application](#Workflow-applications-installation) requires specific permissions, so select these in **Application Permissions**, then save the application.
42
42
43
-
6. To activate permissions, go to the `https://login.microsoftonline.com/YOUR_TENANT_ID/adminconsent?client_id=YOUR_CLIENT_ID&redirect_uri=https://login.microsoftonline.com` URL (replacing `YOUR_TENANT_ID` and `YOUR_CLIENT_ID` with your tenant and client IDs, respectively), and connect using an Administrator account.
43
+
6. To activate permissions, go to the URL `https://login.microsoftonline.com/YOUR_TENANT_ID/adminconsent?client_id=YOUR_CLIENT_ID&redirect_uri=https://login.microsoftonline.com` (replacing `YOUR_TENANT_ID` and `YOUR_CLIENT_ID` with your tenant and client IDs, respectively), and connect using an Administrator account.
44
44
45
-
### Librairies installation on the WorkflowGen Server
45
+
### Libraries installation on the WorkflowGen Server
46
+
47
+
The following components will be installed in the WorkflowGen `\bin` folders (`\wfgen\bin`, `\wfgen\ws\bin`, `..\Program Files\Advantys\WorkflowGen\Service\bin`):
46
48
47
-
The following components will be installed in the WorkflowGen `/bin` folders (`/wfgen/bin`, `/wfgen/ws/bin`, `../Program Files/Advantys/WorkflowGen/Service/bin`):
0 commit comments