Hi, I am looking for one suggestion. Lets say we have one service which is connected to Active Directory. Whenever there is any new account getting created on this AD service, I am looking to run a workflow which internally should call my custom java program. How can I do this and where can I place my custom java jar file.
I guess that your java program also trying to connect to provision some thing,
in that case, use workflow in IDN to provision same.
(or) Develop a rule and invoke the rule from Workflow.
1 Like
Hi @hranjan3 ,
I believe we can follow the same process here what we follow in case of connector rules :
- Create AD afterCreate rule that triggers and passes all the needed variables to java code.
- Java Code is triggered and receives arguments from connector rule on IQ server.
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.