Hi 
The pause node doesn't allow to to change anything, 
How can I set the event id and the script execution interval time directly in the eb file?
Thanks,
Xiaoli
			
									
						pause node set event id and script execution time?
Moderators: Jon, Steve, Ian, Dave
- 
				
				xren
 - Ebase User
 - Posts: 272
 - Joined: Fri Dec 14, 2012 2:55 pm
 - Location: Ottawa
 
- 
				
				Jon
 - Moderator

 - Posts: 1342
 - Joined: Wed Sep 12, 2007 12:49 pm
 
Here is an XML snippet showing the pause node scheduling fields:
This shows scheduling option "minutes". For other options replace "minutes" with e.g.
hours="1"
time="12:30" (this is the daily option)
For info, we are targeting the end of March for a Version 5 service pack (V5.0.2) containing a fix for this problem.
			
									
						Code: Select all
<pause event="sdf" minutes="12" id="1" name="Node 1" descriptionTextRef="Txt60uPMP">
<script contentType="Javascript">importPackage(com.ebasetech.xi.api);
importPackage(com.ebasetech.xi.services);
system.variables.$PAUSE_COMPLETED.value= "Y";</script>
</pause>
hours="1"
time="12:30" (this is the daily option)
For info, we are targeting the end of March for a Version 5 service pack (V5.0.2) containing a fix for this problem.
	0 x
	
			
						Who is online
Users browsing this forum: No registered users and 27 guests