Easily update either stage or action name.

I have a few maps that needs to be converted, but the migrate tool says I should change the names.

 

Is there a way one can make these changes from the database side instead of  from the map only? 

 

Thx

Tagged:

Comments

  • Mike,

    If you change Action and or Stage Names inside of the Metastorm database, they will be overridden the next time that your procedure is published. The most time efficient thing that you can do is open the application.xml file inside of your XEP and fix the names there. You may still have other places inside of the Procedure that will need to be fixed, but this method will give you a head start. Be aware that this could cause your procedure to become corrupt if you are not careful.

  • After posting I tried to update the database and redeploy - it did just as you said.  I think I'll go the old fashion update name by name route within the map itself.