[jbpm-dev] [Design of JBoss jBPM] - added suspend and resume on deployments

tom.baeyens@jboss.com do-not-reply at jboss.com
Wed May 13 11:20:25 EDT 2009


To implement suspend and resume on deployments and cascade it to executions, jobs and tasks, I started with synchronizing following properties:

* Deployment.state
* Execution.state
* Job.state
* Task.state

(some of those had an isSuspended boolean)  So i switched to all state (String) properties.

Two operations are added to the repository service: suspendDeployment and resumeDeployment.  This cascades to all the related executions, jobs and tasks.

see also: https://jira.jboss.org/jira/browse/JBPM-2242

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4230880#4230880

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4230880



More information about the jbpm-dev mailing list