Feature #5187
Updated by Reynaud Sylvain about 11 years ago
Should be available from both "lavoisier-standalone-execute" and web service.
Should be available without restarting the engine.
+Solution+:
<pre><code class="xml">
<view name="stoppoint">
<argument name="view"/>
<argument name="processor">999</argument>
<connector type="XMLConnector">
<parameter name="content" eval="view($view, arguments() | entry('_processor_', $processor))"/>
</connector>
</view>
<view name="example">
<connector type="..."/>
<processors>
<processor disabled="arguments()/*/*[@key='_processor_'] < 1"/>
<processor disabled="arguments()/*/*[@key='_processor_'] < 2"/>
</processors>
</view>
</code></pre>