提升工作流权限,打开designer的App step功能

 当工作流发生一些401验证问题时,可以通过提升工作流权限解决。
1.Site settings>>Manage site features>>Active Workflows can use app permissions

2. Site settings>>Site app permissions>> Copy the client section of the App Identifier(workflow). This is the identifier between the last "|" and the "@" sign, as shown in the figure.>>Go to the Grant permission to an app page. This must be done by browsing to the appinv.aspx page of the site.

Example: http://{hostname}/{the Site Collection}/_layouts/15/appinv.aspx >> Paste the client ID in the App Id field, and then select Lookup, as shown in the previous figure. >> Paste the following code in the Permission Request XML(below) field to grant full control permission

<AppPermissionRequests AllowAppOnlyPolicy="true">
<AppPermissionRequest Scope="http://sharepoint/content/sitecollection/web" Right="FullControl" />
</AppPermissionRequests>

>>Create. >> Trust It.

posted on 2019-04-16 18:28  赢在当下_Victor  阅读(213)  评论(0编辑  收藏  举报

导航