Dear All,
Within my taskspace application, I added a new basic action "rejectworkflowtask", by adding the following line to "ts_plain_actions.xml" file of my application
<plain-action id="rejectworkflowtask" desc="Reject a workflow task without calling form.save()" />
And added a new invoke button in my form that is calling this action, but, the issue is that the button is disabled.
I have also added in the input parameters of the invoke button a reference to the task ID to the parameter "objectId" but it still doesn't work.
Can any one elaborate on the cause/fix of this issue?
Thanks in advance.