How to change the default Initiator activity's name shown in the Workspace
Initiator activities have this name in the Workspace's Applications tab - [ApplicationName] processName vX.X. For example, if the application is named "HumanResourcesProject" and the process is named "EmployeeOnboarding" and the version is "2.5" then the user sees "[HumanResourcesProject] EmployeeOnboarding v2.5" in the Workspace's applications tab instead of the name of the initiator activity.
Is there a way to change this to the actual name of the initiator activity instead of this default?
Thing's I've checked out already:
- the Initiator activity has its title string set (this is ignored)
- the Human task has its title string set (this is ignored)
I've opened both the composite and the process's BPMN files and looked around for string to hard code but don't see anything there that might help me out.
Thanks for any help you can give me.