HI all,
I've read a few K2 documents on smartactions and I have a few questions that the documents didn't answer. I am not able to configure smart actions due to environment restrictions, so I am not able to test.
Question 1:
In one of the K2 documents I read, you had to configure the actions that your workflows had in the K2 host erver config file, in the <synonyms> tag. My question is,
example; If i had an action called "Approve with new date" in a workflow.
<action value="approve">
<synonym value="approved"></synonym>
</action>
<action value="decline">
<synonym value="declined"></synonym>
<synonym value="reject"></synonym>
<synonym value="rejected"></synonym>