WSO2 DSS 3.5.1创建基于文件的计划任务

时间:2017-01-06 11:46:49

标签: wso2 wso2dss

使用WSO2 DSS我们希望将计划任务创建为基于文件的配置(因此我们可以使用自动化工具来部署服务器)。有可能吗?

当我手动创建DSS计划任务时,我看不到任何新文件。

确实创建了一个注册表资源:

  • / _系统/治理/存储库/组件/ org.wso2.carbon.tasks /定义/ -1234 / DATA_SERVICE_TASK / api_agenda

-

<taskInfo>
    <locationResolverClass>org.wso2.carbon.ntask.core.impl.RoundRobinTaskLocationResolver</locationResolverClass>
    <locationResolverProperties/>
    <name>api_agenda</name>
    <properties>
        <entry>
            <key>DATA_SERVICE_TASK_NAME</key>
            <value>api_agenda</value>
        </entry>
        <entry>
            <key>DATA_TASK_CLASS_NAME</key>
            <value>com.company.AgendaApiSynchronize</value>
        </entry>
    </properties>
    <taskClass>org.wso2.carbon.dataservices.task.DSTaskExt</taskClass>
    <triggerInfo>
        <disallowConcurrentExecution>true</disallowConcurrentExecution>
        <intervalMillis>14400000</intervalMillis>
        <misfirePolicy>DEFAULT</misfirePolicy>
        <repeatCount>-1</repeatCount>
    </triggerInfo>
</taskInfo>

当我创建注册表资源并重新启动服务器时,将安排任务。但是 - 是否有基于文件的配置变体?

感谢您提供任何提示

0 个答案:

没有答案