Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
545
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.22 KB | None | 0 0
  1. <appSchedule>
  2. <xs:schema id="appSchedule" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
  3. <xs:element name="appSchedule" msdata:IsDataSet="true" msdata:Locale="en-US">
  4. <xs:complexType>
  5. <xs:choice minOccurs="0" maxOccurs="unbounded">
  6. <xs:element name="task">
  7. <xs:complexType>
  8. <xs:attribute name="name" type="xs:string" />
  9. <xs:attribute name="loginUrl" type="xs:string" />
  10. <xs:attribute name="taskUrl" type="xs:string" />
  11. <xs:attribute name="ScheduleType" type="xs:string" />
  12. <xs:attribute name="FixedInterval" type="xs:string" />
  13. <xs:attribute name="FixedDayOfTheMonth" type="xs:string" />
  14. <xs:attribute name="FixedTime" type="xs:string" />
  15. <xs:attribute name="lastruntime" type="xs:string" />
  16. <xs:attribute name="nextruntime" type="xs:string" />
  17. <xs:attribute name="repeat" type="xs:string" />
  18. <xs:attribute name="unit" type="xs:string" />
  19. <xs:attribute name="blocking" type="xs:string" />
  20. </xs:complexType>
  21. </xs:element>
  22. </xs:choice>
  23. </xs:complexType>
  24. </xs:element>
  25. </xs:schema>
  26. <task name="RunAutomaticActivities" loginUrl="http://localhost/Azur.SWIFT.Web.UI/Desktop/Login/Authenticate?txtUsername=palessard+wf_engine@azurgroup.ca&amp;txtPassword=Welcome01!&amp;txtDomain=TEST_NOAD&amp;popupForm=false&amp;chkRememberMeOnThisComputer=False" taskUrl="http://localhost/Azur.SWIFT.Web.UI/api/Workflow/RunAutomaticActivities" nextruntime="2012-03-26T20:06:06" repeat="3" unit="SS" blocking="Off" />
  27. <task name="ImportIncomingFiles" loginUrl="http://localhost/Azur.SWIFT.Web.UI/Desktop/Login/Authenticate?txtUsername=palessard+wf_engine@azurgroup.ca&amp;txtPassword=Welcome01!&amp;txtDomain=TEST_NOAD&amp;popupForm=false&amp;chkRememberMeOnThisComputer=False" taskUrl="http://localhost/Azur.SWIFT.Web.UI/api/Workflow/ImportIncomingFiles" nextruntime="2012-03-26T20:06:06" repeat="30" unit="SS" blocking="PerTask" />
  28. <task name="FetchExchangeRates" loginUrl="http://localhost/Azur.SWIFT.Web.UI/Desktop/Login/Authenticate?txtUsername=palessard+wf_engine@azurgroup.ca&amp;txtPassword=Welcome01!&amp;txtDomain=TEST_NOAD&amp;popupForm=false&amp;chkRememberMeOnThisComputer=False" taskUrl="http://localhost/Azur.SWIFT.Web.UI/api/Admin/FetchExchangeRates" nextruntime="2012-03-26T20:06:06" repeat="1" unit="HH" blocking="Off" />
  29. <task name="CheckTimeSensitivePolicies" loginUrl="http://localhost/Azur.SWIFT.Web.UI/Desktop/Login/Authenticate?txtUsername=palessard+wf_engine@azurgroup.ca&amp;txtPassword=Welcome01!&amp;txtDomain=TEST_NOAD&amp;popupForm=false&amp;chkRememberMeOnThisComputer=False" taskUrl="http://localhost/Azur.SWIFT.Web.UI/api/Admin/CheckTimeSensitivePolicies" nextruntime="2012-03-26T20:06:06" repeat="3" unit="SS" blocking="Off" />
  30. <task name="SendNotificationMessages" loginUrl="http://localhost/Azur.SWIFT.Web.UI/Login/Authenticate?txtUsername=AZUR_wf_engine@azurgroup.ca&amp;txtPassword=Welcome01&amp;txtDomain=TEST_NOAD&amp;popupForm=false&amp;chkRememberMeOnThisComputer=False" taskUrl="http://localhost/Azur.SWIFT.Web.UI/api/Notifications/SendNotificationMessages" nextruntime="2012-03-26T20:06:06" repeat="10" unit="SS" blocking="Off" />
  31. </appSchedule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement