Symantec IGA

 View Only
  • 1.  Trigger A Task After A Task In CA IDM

    Posted Oct 22, 2015 11:27 AM

    Hello Members,

     

    We have created a custom task in our implementation which enables the user by modifying the %ENABLED_STATE% attribute of the user. But this information is not captured by the Audit- De provisioning report. To be able to capture the audit information, we would have to trigger OOTB Enable/Disable user task on the particular user.

     

    So, to achieve this we want a way where we can trigger OOTB enable/disable user task right after our custom task gets completed.

     

    Can this be achieved through some Px , BLTH or LAH ?

     

    Any help here will be highly appreciated.

     

    Thanks,

    Shashank Agarwal



  • 2.  Re: Trigger A Task After A Task In CA IDM

    Broadcom Employee
    Posted Oct 23, 2015 05:10 AM

    Hello,

     

    Only Px and Event listeners could be triggered after task completion.

    Neither LAH nor BLTH provide such possibility.

     

    So you could try to implement PX or Event Listener to invoke task (OOTB enable/disable user task) through TEWS.

     

    Best regards

    Laurent Bekaert

    Sr Support Engineer

    CA Technologies



  • 3.  Re: Trigger A Task After A Task In CA IDM
    Best Answer

    Posted Oct 29, 2015 06:56 AM

    Hello Laurent,

     

    Thanks for the response.

     

    We initially tried to trigger a task using Px , but unfortunately we could not find the specific event listener to trigger a task.

     

    As a work around, we were able to trigger a task after a task by scheduling bulk tasks to execute in specific order. This way, we were able to achieve our requirement.

     

    Thanks,

    Shashank