Undeploy a Process Definition
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2006 11:22 AM
A fairly simple question : how can an administrator delete a Workflow Definition once it has been deployed ? I haven't seen any command to do that through the Workflow Console (although you can delete all the instances of a workflow definition), and I end up with an (obsolete) test definition showing up in the list everytime I start a Workflow.
Thanks in advance.
Rand
PS : A quick suggestion, shouldn't a "Workflow" category be created in the forum ? No one really seems to know where to post such questions.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2006 11:41 AM
I'll raise a JIRA issue.
Don't know if you want to dive into Java, but there is a WorkflowService.undeployDefinition() method that can be called.
A sneaky workaround might be to install the JBoss jBPM starterkit, point it at the Alfresco database, and use its web console to undeploy.
As for the Workflow forum, others have asked too, so I think it's time to add one.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-03-2006 12:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2006 03:32 AM
Rand

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2007 01:12 PM
Does anybody has an idea about the login / password that can be used ?
Regarding Jira AR-1072, what is the undeploy command syntax ? It does not appear in the command list returned by the workflow console help

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2007 02:56 AM
Rgrds, Rob

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2007 03:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2007 03:59 AM
Sorry, I have no other suggestion, Rob

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2007 04:11 AM
But i've been unable to figure out how to use the undeploy function from the workflow console (not in the help command list)
In another hand I wanted to have a look at the jbpm workflow console features to see if there are some usefull stuff that could help manage Alfresco workflows more easily

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2007 04:20 AM
The "undeploy" command is described here. Be aware that when you undeploy the latest definition the previous definition becomes active and so on. According the WIKI starting with version 2.1 all definitions can be undeployed at once (I did not try that one yet).
Use "show definitions" to look up the definition ID needed to undeploy.
Be also aware that as long as you automatically deploy on starting Alfresco your workflow will re-appear.
Rgrds, Rob
