All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.batch-jobs.loopback-flow-to-flow.xml Maven / Gradle / Ivy

The newest version!
<?xml version="1.0" encoding="UTF-8"?>

<!--
 Copyright (c) 2013-2014 Red Hat, Inc. and/or its affiliates.

 This program and the accompanying materials are made
 available under the terms of the Eclipse Public License 2.0
 which is available at https://www.eclipse.org/legal/epl-2.0/

 SPDX-License-Identifier: EPL-2.0
-->

<job id="loopback-flow-to-flow" xmlns="http://xmlns.jcp.org/xml/ns/javaee"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/jobXML_1_0.xsd"
     version="1.0">
    <flow id="flow1">
        <step id="flow1.step1" parent="batchlet0-step" jsl-name="loopback-parent"/>
        <next on="*" to="flow2"/>
    </flow>

    <flow id="flow2" next="flow1">
        <step id="flow2.step1" parent="batchlet0-step" jsl-name="loopback-parent">
            <next on="*" to="flow2.step2"/>
        </step>

        <step id="flow2.step2" parent="batchlet0-step" jsl-name="loopback-parent"/>
    </flow>
</job>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy