11-23-2011 10:48 AM
11-23-2011 03:26 PM
11-23-2011 04:17 PM
11-24-2011 03:38 AM
But it would not be ok to have it running on every node, for example of you have a job scheduled for x time and then you have multiple nodes trying to execute that job at the same time you'd have data corruption and concurrency issues. (i.e if you have a timer when fired runs some Java class to create a WF then suddenly it will create multiple WFs when only one should have been created)Activiti uses optimistic locking to ensure that no consistency issues occur. If you perform shared state modifications during those transactions that could fail you should probably participate in the transaction to ensure that your changes only survive if the transaction is committed successfully.
11-26-2011 04:58 AM
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.