Chapter 8: scheduling job and calling task

DEMO


https://www.youtube.com/watch?v=27bIH0gaKYE&list=PL6B0E7rAu9t41_BdyFXg0CutDC2Q6wDtD&index=4


                The complete requirement of provisioning process is getting data from web services. We get list of new employee from web services’ HR System and then perform provisioning for each employee by calling provision process from previous chapters: new hire and re-hire.
This chapter, you will learn how to:
  • Save task configuration.
  • Access other admin task’s configuration.
  • Create schedule task
  • Calling other admin task by internal API.



8.1 Requirement

                The requirements of schedule can be written as steps:
  • Step 1: configure web services endpoint of HR web services.
  • Step 2: run schedule.
  • Step 3: calling web services to get employees’ list.
  • Step 4: calling admin task: provisioning task
  • Exception Handling: show result in View Submitted Task screen.
END OF SAMPLE

No comments:

Post a Comment