Project

General

Profile

Feature #5187

Updated by Reynaud Sylvain over 10 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_'] &lt; 1"/> 
         <processor disabled="arguments()/*/*[@key='_processor_'] &lt; 2"/> 
     </processors> 
 </view> 
 </code></pre>

Back