SchedulerTest_new_job.xaction 1.78 KB
Newer Older
Thitichaipun Wutthisak committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
<action-sequence>

  <name>SchedulerTest_new_job.xaction</name>
	<version>1</version>
	<title>Schedules a task</title>
	<logging-level>debug</logging-level>
	<documentation>
		<author>William E. Seyler</author>
		<description>..</description>
		<help>This is just a test...</help>
	</documentation>

	<inputs>
		<jobAction type="string">
		  <default-value>startJob</default-value>
		</jobAction>
		<solution type="string">
		  <default-value>test</default-value>
		</solution>
		<path type="string">
			<default-value>email</default-value>
		</path>
		<action type="string">
			<default-value>text_only_email.xaction</default-value>
		</action>
		<jobName type="string">
			<default-value>MyJob</default-value>
		</jobName>
		<triggerType type="string">
			<default-value>simple</default-value>
		</triggerType>
		<triggerName type="string">
			<default-value>MyTrigger</default-value>
		</triggerName>
		<repeatInterval type="string">
			<default-value>10</default-value>
		</repeatInterval>
		<repeatCount type="string">
			<default-value>1</default-value>
		</repeatCount>
		<misfirePolicy type="string">
			<default-value>INSTRUCTION_DELETE_TRIGGER</default-value>
		</misfirePolicy>
	</inputs>
	<outputs/>
	<resources/>
  
  <actions>
      <action-definition>
        <action-inputs>
			<jobAction type="string"/>
			<solution type="string"/>
			<path type="string"/>
			<action type="string"/>
			<jobName type="string"/>
			<triggerType type="string"/>
			<triggerName type="string"/>
			<repeatInterval type="string"/>
			<repeatCount type="string"/>
			<misfirePolicy type="string"/>
        </action-inputs>
        <component-name>JobSchedulerComponent</component-name>
        <action-type>schedule</action-type>
      	<component-definition/>
      </action-definition>
  </actions>
</action-sequence>