Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

User Create and Update Workflows attributes and variables debugging

yogesh
Regular Contributor III
Regular Contributor III

Is there a way to check all the available attributes / variables in scope of the workflow along with their values when working with workflows?

That will make workflow development and debugging much easier. So we know what attributes we can use in the if-else conditions and in the custom assignment queries.

The workflow documentation is good but doesn't have a comprehensive list of attributes available.

Also apparently dynamic attributes can only be used if mapped to some custom properties of the user / account getting created / updated. But what if we want to access dynamic attributes which are not mapped to any attribute/customproperty ? (We cannot have mapped dynamic attributes pull default values on the update user form as the value stored on profile is given preference, problems if we map, problems when we dont.)

2 REPLIES 2

sahajranajee
Saviynt Employee
Saviynt Employee

Hello,

On the Workflow editor, click on 'Help' on the top . It will give you a list of available variables and examples :

sahajranajee_0-1653580508424.png

 


Regards,
Sahaj Ranajee
Sr. Product Specialist

rushikeshvartak
All-Star
All-Star

All Workflow Attributes available under 

Admin - > Workflow -> Workflow List 

rushikeshvartak_0-1653584443898.png

 

 

2. If you dont want to store Dynamic attribute value in Account's Customproperty

  • Make Dynamic attribute hidden on create & update 
  • Enable Global Config to use hidden dynamic Attributes in workflow (under Misc)
  • rushikeshvartak_1-1653584546980.png

     


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.