Hi,
I'm working through my own process and using the Case_CloseActivity to close an activity. If I pass in the ActionId, I get the error message
The user is not allowed to close since the given Action is invalid: 1gc1d597-afdxa-4c9d-9513-5beddd62171b for the Case: 123
The GUID shown is the Id of my own Action Entity as well as the id in the System Generated CaseAction Entity.
I've also noticed the CaseActivityAction_Get action doesn't return an Action Id when passing in the expected CaseId, and ActivityId.
If I don't pass in an ActionId, I am able to close the Activity, albeit, I don't believe it is changing to the status of the button.
I'm sensing I've missed something obvious or configured something incorrectly.
Please could anybody point me in the right direction?
Edward
Update. I had duplicate values for the Order attribute in my entity. Mark as resolved