Hello.<br><br>I try build little application with WATasks&#39;s. And I find strange behaviour.<br>When I call some WATask inside another WATask like this:<br><br>MyMainTask&gt;&gt;go<br>   self call: MySubtask new<br><br>I got error due to method:<br>

<br>WATask&gt;&gt;renderContentOn: html<br>    &quot;Tasks define behaviour and should not render themselves directly. Behaviour is defined<br>    in the #go method, which can use #call: and other methods to display components.<br>

    <br>    In general, if this method is called, it means that the application has not been configured<br>    properly to use Flow and the task was never executed.&quot;<br><br>    WATaskNotDelegated signal: &#39;This task has no delegation.&#39;    <br>

<br>Which means that #go method not executed for callable MySubtask (I put halt on it).<br>Is this known restriction or it is just bug?<br><br>Best regards,<br>Denis<br><br>