[jbpm-users] [JBoss jBPM] - Re: JBPM 3.2.2 Timer Example

csplrj do-not-reply at jboss.com
Mon Jul 20 09:07:44 EDT 2009


The XML is not being displayed properly and so the correct XML is 

<task-node name="legalDept">
  | 		<task name="task3">
  | 			<assignment class="com.process.jbpm.ActorAssignmentHandler"></assignment>
  | 		</task>
  | 		<event type="task-assign">
  | 			<action class="com.process.jbpm.JbpmActionListener">
  | 				<actionListener>
  | 					com.zycus.contract.authoring.process.ContractStageUpdateEvent1
  | 				</actionListener>
  | 			</action>
  | 		</event>
  | 		<timer name="timer1" transition="LegalApprove" duedate="3 business minutes">
  | 			<script>
  | 				System.out.println("Timer Fired");
  | 			</script>
  | 		</timer>
  | 		<transition to="join2" name="LegalApprove">
  | 			<action class="com.process.jbpm.JbpmPollingActionListener"></action>
  | 		</transition>
  | 		<transition to="join2" name="raiseSomeConcern">
  | 			<action class="com.process.jbpm.JbpmPollingActionListener"></action>
  | 		</transition>
  | 	</task-node>

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

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


More information about the jbpm-users mailing list