File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/active-directory/governance Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ For Microsoft Graph the parameters for the **Run a Custom Task Extension** task
309
309
310
310
``` Example for usage within the workflow
311
311
{
312
- "category": "joiner,leaver",
312
+ "category": "joiner,leaver",
313
313
"description": "Run a Custom Task Extension to call-out to an external system.",
314
314
"displayName": "Run a Custom Task Extension",
315
315
"isEnabled": true,
@@ -318,7 +318,7 @@ For Microsoft Graph the parameters for the **Run a Custom Task Extension** task
318
318
"arguments": [
319
319
{
320
320
"name": "customTaskExtensionID",
321
- "value": "" <ID of your Custom Task Extension>" "
321
+ "value": "<ID of your Custom Task Extension>"
322
322
}
323
323
]
324
324
}
You can’t perform that action at this time.
0 commit comments