How to Get the attribute values from the IDM to workflow

Hi .....am getting the external attribute values like department,location etc...i want to use that values to built a workflow , am not able to get that values ina workflow......please anybody help me ....
[239 byte] By [Sun_Java_Identuty_Manager@Suna] at [2007-11-27 5:46:52]
# 1
can you please explain in detail about your problem.rgds,Suren
Surinder_Singh_Boraa at 2007-7-12 15:30:33 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

Hi...

thank you for reply...

am trying to create the organizations in idm dynamically so i written a separate workflow which is....

<map>

<s>orgDisplayName</s>

<s>ACME</s>

<s>orgParentName</s>

<s>Top</s>

</map>

here am getting ACME org dynamically but it was hard coded this i want this value should come from flatfile via activeSync then i tried <ref>activeSync.myOrg</ref> instead of <s>ACME</s> but am not getting any value......if possible help here

then i tried another way when activeSync is performing am able to get the organization,department,location values for every account so,i want to get that values from the IDM in my workflow to create new oranization

but am not able to get that value also i tried

global.org

waveset.org

accounts[Lighthouse].org

Please help me........

Sun_Java_Identuty_Manager@Su at 2007-7-12 15:30:33 > top of Java-index,Web & Directory Servers,Directory Servers...
# 3

Hi,

For this you can attach a form with your active sync process and the variales you want to pass to the WF use processInputs.<variable name> and in the workflow create variable with similar name and check the input checkbox next to them you get the values in WF for these variables.

Regards,

Surinder

Surinder_Singh_Boraa at 2007-7-12 15:30:33 > top of Java-index,Web & Directory Servers,Directory Servers...