Skip to main content
Nintex Community Menu Bar

Is there a way to assign a property to a Role and use it in decision branch in workflow?

  • September 27, 2019
  • 1 reply
  • 8 views

I'd like to save a threhold as a property associated to a Role and be able to compare an Amount from a K2 smartobject against this threshold in a Decision rule? Is this possible ?

1 reply

Forum|alt.badge.img+15

Hi,


 


K2 currently does not have such functionality where you can attach a property to a role. However, I don't think it is difficult to create one yourself. I imagine you just need another database and table to store the property and its values, and relate them back to the role name. In your SmartObject, you just need to pass in the role name, and list out all the properties.