Hi All,
In DFC 6.7 SP2, I was able to update the running workflow name by using a dql query or dfc followed by a save. After upgrading to DFC 7.1, updating by dql is no longer supported and throws an error "[DM_WORKFLOW_E_SAVE_ONCE] ". If I try updating the name using DFC, the name doesn't get updated. workflow.setObjectName("new name"), if I run a workflow.save() after the set command, I get the same error as I get with DQL.
Thanks in advance for any assistance.