Hello!
I am trying to get an attribute ("Hierarchy Number") of an object ("BPMN Task") using a query. Therefore, what I want is to know how can I get the value using the instruction QUERY_ATTRIBUTE. I have seen other attributes like
=QUERY_ATTRIBUTE("AT_DESC")
=QUERY_ATTRIBUTE("AT_NAME")
=QUERY_ATTRIBUTE("AT_LAST_CHNG_2")
=QUERY_ATTRIBUTE("AT_BPMN_TASK_TYPE_2")
Also, I am wondering how can I get that attribute list
Thanks!