How to call custom "Query AD" workflow action only from the server script

ramesh_r
Mega Sage

Hi All,

 

I want to check is possible to trigger the custom workflow action "Query AD"  from the server script by passing the input (Ex : Script include).

ramesh_r_0-1702267747839.png

 

 

Thanks

 

1 ACCEPTED SOLUTION

yes after your AD qurey runs, you can use the script activity to do your validation and you can always use the g_scratchpad variables all across the workflow to pass and store the values.

also the AD Qurey must already have output transaction which returns the output which you can store it in g_scratchpad variable. 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect

View solution in original post

6 REPLIES 6

I going to query the user from AD using the below highlighted action, once i get the user details i want to do some validation

 

ramesh_r_0-1702285586912.png

 

yes after your AD qurey runs, you can use the script activity to do your validation and you can always use the g_scratchpad variables all across the workflow to pass and store the values.

also the AD Qurey must already have output transaction which returns the output which you can store it in g_scratchpad variable. 


☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

LinkedIn - Lets Connect