Skip to content

Commit 1a18bf3

Browse files
authored
Merge pull request #102397 from AlexFilipin/patch-13
Minor fix for custom task extension task
2 parents 618acc7 + fa5b055 commit 1a18bf3

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
@@ -309,7 +309,7 @@ For Microsoft Graph the parameters for the **Run a Custom Task Extension** task
309309

310310
```Example for usage within the workflow
311311
{
312-
"category": "joiner,leaver",
312+
"category": "joiner,leaver",
313313
"description": "Run a Custom Task Extension to call-out to an external system.",
314314
"displayName": "Run a Custom Task Extension",
315315
"isEnabled": true,
@@ -318,7 +318,7 @@ For Microsoft Graph the parameters for the **Run a Custom Task Extension** task
318318
"arguments": [
319319
{
320320
"name": "customTaskExtensionID",
321-
"value": ""<ID of your Custom Task Extension>""
321+
"value": "<ID of your Custom Task Extension>"
322322
}
323323
]
324324
}

0 commit comments

Comments
 (0)