Skip to content

Commit a6987da

Browse files
authored
Update lifecycle-workflow-tasks.md
1 parent 049f705 commit a6987da

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

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

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ For Microsoft Graph, the parameters for the **Send welcome email to new hire** t
9595
|displayName | Send Welcome Email (Customizable by user) |
9696
|description | Send welcome email to new hire (Customizable by user) |
9797
|taskDefinitionId | 70b29d51-b59a-4773-9280-8841dfd3f2ea |
98+
|arguments | The optional common email task parameters can be specified; if they are not included, the default behavior takes effect. |
9899

99100

100101

@@ -148,7 +149,7 @@ For Microsoft Graph, the parameters for the **Send onboarding reminder email** t
148149
|displayName | Send onboarding reminder email (Customizable by user) |
149150
|description | Send onboarding reminder email to user’s manager (Customizable by user) |
150151
|taskDefinitionId | 3C860712-2D37-42A4-928F-5C93935D26A1 |
151-
152+
|arguments | The optional common email task parameters can be specified; if they are not included, the default behavior takes effect. |
152153

153154

154155
```Example for usage within the workflow
@@ -210,7 +211,7 @@ For Microsoft Graph, the parameters for the **Generate Temporary Access Pass and
210211
|displayName | GenerateTAPAndSendEmail (Customizable by user) |
211212
|description | Generate Temporary Access Pass and send via email to user's manager (Customizable by user) |
212213
|taskDefinitionId | 1b555e50-7f65-41d5-b514-5894a026d10d |
213-
|arguments | Argument contains the name parameter "tapLifetimeInMinutes", which is the lifetime of the temporaryAccessPass in minutes starting at startDateTime. Minimum 10, Maximum 43200 (equivalent to 30 days). The argument also contains the tapIsUsableOnce parameter, which determines whether the passcode is limited to a one time use. If true, the pass can be used once; if false, the pass can be used multiple times within the temporaryAccessPass lifetime. |
214+
|arguments | Argument contains the name parameter "tapLifetimeInMinutes", which is the lifetime of the temporaryAccessPass in minutes starting at startDateTime. Minimum 10, Maximum 43200 (equivalent to 30 days). The argument also contains the tapIsUsableOnce parameter, which determines whether the passcode is limited to a one time use. If true, the pass can be used once; if false, the pass can be used multiple times within the temporaryAccessPass lifetime. Additionally, the optional common email task parameters can be specified; if they are not included, the default behavior takes effect. |
214215

215216

216217
```Example for usage within the workflow
@@ -269,6 +270,7 @@ For Microsoft Graph the parameters for the **Send email to notify manager of use
269270
|displayName | Send email to notify manager of user move (Customizable by user) |
270271
|description | Send email to notify user’s manager of user move (Customizable by user) |
271272
|taskDefinitionId | aab41899-9972-422a-9d97-f626014578b7 |
273+
|arguments | The optional common email task parameters can be specified; if they are not included, the default behavior takes effect. |
272274

273275
```Example for usage within the workflow
274276
{
@@ -831,6 +833,7 @@ For Microsoft Graph the parameters for the **Send email before user's last day**
831833
|displayName | Send email before user’s last day (Customizable by user) |
832834
|description | Send offboarding email to user’s manager before the last day of work (Customizable by user) |
833835
|taskDefinitionId | 52853a3e-f4e5-4eb8-bb24-1ac09a1da935 |
836+
|arguments | The optional common email task parameters can be specified; if they are not included, the default behavior takes effect. |
834837

835838
```Example for usage within the workflow
836839
{
@@ -879,6 +882,7 @@ For Microsoft Graph, the parameters for the **Send email on user last day** task
879882
|displayName | Send email on user’s last day (Customizable by user) |
880883
|description | Send offboarding email to user’s manager on the last day of work (Customizable by user) |
881884
|taskDefinitionId | 9c0a1eaf-5bda-4392-9d9e-6e155bb57411 |
885+
|arguments | The optional common email task parameters can be specified; if they are not included, the default behavior takes effect. |
882886

883887
```Example for usage within the workflow
884888
{
@@ -928,6 +932,7 @@ For Microsoft Graph, the parameters for the **Send email to users manager after
928932
|displayName | Send email to users manager after their last day |
929933
|description | Send offboarding email to user’s manager after the last day of work (Customizable by user) |
930934
|taskDefinitionId | 6f22ddd4-b3a5-47a4-a846-0d7c201a49ce |
935+
|arguments | The optional common email task parameters can be specified; if they are not included, the default behavior takes effect. |
931936

932937
```Example for usage within the workflow
933938
{

0 commit comments

Comments
 (0)