<?xml version="1.0" encoding="UTF-8"?>
<a:service xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" trace="true">
    <a:init-procedure>
        <p:echo/>
        <batch-apply sourcepath="/parameter">
            <a:model-delete model="wfl_screen.WORKFLOW_ASSIGN.hn_wfl_unit_assigned"/>
            <batch-apply sourcepath="/@current_parameter/details">
                <a:model-update model="wfl_screen.WORKFLOW_ASSIGN.hn_wfl_unit_assigned"/>
            </batch-apply>
            <a:model-execute model="wfl_screen.WORKFLOW_ASSIGN.hn_wfl_unit_assigned"/>
        </batch-apply>
    </a:init-procedure>
    <a:service-output output="/parameter"/>
</a:service>