Symantec IGA

  • 1.  Initiate a workflow (Submit admin task) programmatically within IdM

    Posted Apr 06, 2016 11:44 AM

    I've been pouring over CA API documentation, programming guides, and code samples. Yet I've not found a clear cut answer if it is possible to initiate a workflow outside of WorkPoint designer in IdM. Is this possible and what options are available?



  • 2.  Re: Initiate a workflow (Submit admin task) programmatically within IdM

    Broadcom Employee
    Posted Apr 06, 2016 02:09 PM

    Hi Emmanuel,

    Can you please give some more information of what you are trying to do?

    Would like to trigger a WF outside of IDM?



  • 3.  Re: Initiate a workflow (Submit admin task) programmatically within IdM

    Posted Apr 06, 2016 03:57 PM

    Chen,

    Basically, we're needing to submit an admin task for a specific user upon entry of a user record into the system via the bulk loader. So when a new user is entered some code is executed to kick off a different admin task. It's figuring out how to submit an admin task from code that has us stumped.

     

    Thanks



  • 4.  Re: Initiate a workflow (Submit admin task) programmatically within IdM

    Broadcom Employee
    Posted Apr 06, 2016 04:02 PM

    OK so you're talking about business workflow and not approval workflow, am I right?



  • 5.  Re: Initiate a workflow (Submit admin task) programmatically within IdM

    Posted Apr 06, 2016 04:12 PM

    In this case it would be a business workflow, but it could be an approval workflow for another process in the future.



  • 6.  Re: Initiate a workflow (Submit admin task) programmatically within IdM
    Best Answer

    Posted Apr 07, 2016 03:49 PM

    Emmanuel,

                      If you are ussing IDM 12.6 you can create an admin task and mark it as webservice enabled. Then you can create a policy express to call this task as a soap webservice call (using TEWS6 functionality). Then you asing this policy to execute on primary (entry of user record) completition task.

                        When first task is compleated the policy kicks off the secondone by webservice. Yuo can even send parameters to this task, if you want.

     

    regards

    Fernando



  • 7.  Re: Initiate a workflow (Submit admin task) programmatically within IdM

    Posted Apr 12, 2016 04:15 PM

    This is exactly what we were looking for. Thank you!