Skip to content

Commit bae7e0b

Browse files
committed
updates
1 parent 8e1ed73 commit bae7e0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/governance/entitlement-management-logic-apps-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ A new update to the custom extensions feature is the ability to pause the access
9393

9494
This pause process allows admins to have control of workflows they’d like to run before continuing with access lifecycle tasks in entitlement management. The only exception to this is if a timeout occurs. Launch and wait processes require a timeout of up to 14 days noted in minutes, hours, or days. If a resume response isn't sent back to entitlement management by the time the “timeout” period elapses, the entitlement management process automatically continues.
9595

96-
Once the Logic App has completed, the admin is responsible for sending the **resume request** payload back to entitlement management, or configuring a separate automated process to do the same, so that the access package policy process can continue. To send back the resume request payload, follow the instructions here in the graph API documents. See information here on the [resume request](/graph/api/accesspackageassignmentrequest-resume)
96+
Once the Logic App has completed, The admin is responsible for configuring an automated process that is able to send the API **resume request** payload back to entitlement management, once the Logic App workflow has completed. To send back the resume request payload, follow the instructions here in the graph API documents. See information here on the [resume request](/graph/api/accesspackageassignmentrequest-resume)
9797

9898
Specifically, when an access package policy has been enabled to call out a custom extension and the request processing is waiting for the callback from the customer, the customer can initiate a resume action. It's performed on an [accessPackageAssignmentRequest](/graph/api/resources/accesspackageassignmentrequest) object whose **requestStatus** is in a **WaitingForCallback** state.
9999

@@ -154,7 +154,7 @@ Content-Type: application/json
154154
}
155155
```
156156

157-
## Edit a linked Logic App
157+
## Edit a linked Logic App's workflow definition 
158158

159159
**Prerequisite roles:** Global administrator, Identity Governance administrator, or Catalog owner
160160

0 commit comments

Comments
 (0)