Skip to content

Commit 2eb5f76

Browse files
authored
Apply suggestions from code review
1 parent 5f33060 commit 2eb5f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/governance/lifecycle-workflow-tasks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ For Microsoft Graph the parameters for the **Run a Custom Task Extension** task
302302
|displayName | Run a Custom Task Extension (Customizable by user) |
303303
|description | Run a Custom Task Extension to call-out to an external system. (Customizable by user) |
304304
|taskDefinitionId | "d79d1fcc-16be-490c-a865-f4533b1639ee |
305-
|argument | Argument contains a name parameter that is the "LogicAppURL", and a value parameter that is the Logic App HTTP trigger. |
305+
|argument | Argument contains a name parameter that is the "customTaskExtensionID", and a value parameter that is the ID of the previously created extension that contains information about the Logic App. |
306306

307307

308308

@@ -317,7 +317,7 @@ For Microsoft Graph the parameters for the **Run a Custom Task Extension** task
317317
"taskDefinitionId": "d79d1fcc-16be-490c-a865-f4533b1639ee",
318318
"arguments": [
319319
{
320-
"name": "CustomTaskExtensionID",
320+
"name": "customTaskExtensionID",
321321
"value": ""<ID of your Custom Task Extension>""
322322
}
323323
]

0 commit comments

Comments
 (0)