Is there a way to deploy a workflow (programmatically) only when the latest definition is
different or doesn't exist yet?
So something like:
| if (!newProcessDefinition.equals(latestDeployedDefinition)){
| s_logger.info("Deploy Process Definition");
| context.deployProcessDefinition(newProcessDefinition);
| }
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232984#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...