08-16-2012 04:10 AM
SetProcessDefinitionVersionCmd
and have decided to build a production grade solution around this. 08-16-2012 07:49 AM
VerifyProcessDefinitionsCmd command = new VerifyProcessDefinitionsCmd(new String[]{"123"});
CommandContextFactory factory = engineConfiguration.getCommandContextFactory();
CommandContext context = factory.createCommandContext(command);
command.execute(context);
VerifyProcessDefinitionsCmd command = new VerifyProcessDefinitionsCmd(new String[]{"123"});
engineConfiguration.getCommandExecutorTxRequired().execute(command);
08-16-2012 10:53 AM
I am sure these are beginner questions, but I could not find any answers to this.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.