The previous chapter, we implement
new hire process to create user and account.
This chapter will continues to implement next workflow. We have to call
Ticket System (by web services) and wait until hire date to enabling
user/account. This chapter, you will learn how to:
§
Calling web services inside workflow.
§
Implement delay in workflow.
§
Advanced event generating by Task Session.
§
Enable user.
§
Enable account by SynchronizeAttributesWithAccountsEvent.
§
Share data inside workflow by Job’s User Data.
1 Requirement
The requirements can be written as
steps:
Step 1: call Ticket System by
Web Services
o If
there are any fails, send email to IDM admin.
Step 2: Wait until hire date
Step 3: enable User and Account
Step 4: email to IDM admin
o Send
ticket number by email.
Step 5: Check location
o
If office is not US101, complete workflow.
o
If office is US101, wait until 6 am and send
ticket for facility system to generate badge.
END OF SAMPLE
No comments:
Post a Comment