hidden attribute in Workflow?

ejeong
All-Star
All-Star

ejeong_0-1693292753656.png

does anyone know about what this option is about?

"Expose hidden dynamic attributes in workflow" Do you need to expose hidden dynamic attributes in workflow?

Please let me know sample use case

2 REPLIES 2

armaanzahir
Valued Contributor
Valued Contributor

Hi @ejeong 

 

This would help you to pass dynamic attributes that are hidden from the request form and have a default value set as a query/string etc as per the explanation provided in doc. 

Use Case: If the workflow components like if else and custom assignment do not support some binding variable or would require an advanced expression to obtain a value, you could utilize a hidden dynamic attribute and evaluate the value using a single select query, make it hidden in the form and could reference it from the dynamic attribute at the workflow (Single select query on a dynamic attribute allows you to reference data from any table of Saviynt's database, whereas there are only a few select binding variables present in workflows)

Additional Configurations (saviyntcloud.com)

Workflow Components (saviyntcloud.com)

Regards,
Md Armaan Zahir

pmahalle
Valued Contributor II
Valued Contributor II

Hi @ejeong,

From the description seems like it is used to allow hidden dynamic attribute to be allowed to use in workflow. 

Sometime we hide the dynamic attributes using option Hide on Create and Hide on Update. Once checked the configurations Expose hidden dynamic attributes in workflow, those attributes would be available to use in workflow. 

pmahalle_0-1693295177046.png

You can try this.


Regards,

Pandharinath Mahalle(Paddy)
If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.