We use Comala for our approval flow with in our Confluence SPACE.
One of our Document Management Workflows require some changing where approval people were concerned. I have made the change in the workflow code and also in the Confluence Parameters but this is still not using the amended names when a document invokes the workflow.
In the Workflow, I changed the code to amend a username - see example below:
{workflowparameter:CTO_Approvers|description=CTO List of Approvers|type=user}
username1,username2-changed,username3,username4
{workflowparameter}
I also made sure that the Parameters section was also updated too.
However, when a Confluence doc moves through the Comala Workflow, the list of users for CTO Approvers does not show :
username2-changed
but the original:
username2
I double-checked the Workflow code AND the Parameters and could only see username2.
Why is the Comala system NOT picking up the username changes?