View • Attachments (1) • Info
Create a batch step job that can read in Kuali Workflow XML documents and feed them to the ingester. This tool will be used primarily by the systems and conversion teams to automate the creation of new environments. See XML_Ingestion_Batch_Job_Technical_Spec.doc![]()
${staging.directory}/ingester.edu.iu.uis.eden.KEWServiceLocator
edu.iu.uis.eden.batch.CompositeXmlDocCollection;
edu.iu.uis.eden.batch.FileXmlDocCollection
edu.iu.uis.eden.batch.XmlDoc
edu.iu.uis.eden.batch.XmlDocCollection
edu.iu.uis.eden.util.Utilities
edu.iu.uis.eden.web.UserLoginFilter
org.apache.log4j.Logger
None.
None.
This is it.
None.
None.
Some of this information taken from KFS Batch 3 Documentation![]()
Pieces used to create the functionality.
<bean id="workflowXmlIngestionJob" parent="scheduledJobDescriptor"> ... </bean>
<bean id="workflowXmlIngestionJob" parent="scheduledJobDescriptor"> <property name="steps"> <list> <ref bean="workflowXmlIngestionStep" /> </list> <property> </bean>
<bean id="workflowXmlIngestionTrigger" parent="simpleTrigger"> <property name="jobName" value="workflowXmlIngestionJob" /> </bean>
<property name="startDelay" value="300000" /> <property name="repeatCount" value="0" />
|
Browse Space |
Explore Confluence |
Your Account |
Add Content |