How do I set :complete variable
Is this the right way of setting :complete variable.
<Field name=':complete'>
<Default>
<s>true</s>
</Default>
<Derivation>
<s>true</s>
</Derivation>
</Field>
I have created a workflow that displays a search form (customized Find User Form). When the user enters the search details and hits on Search button the control doesn't seem to go to the next activity. The form is sent for approval. I tries setting ":complete " variable as mentioed above in my form. But still, it doesen't work.
Also, I tried setting complete variable in following way, but this too didn't work:
<Field name='complete'>
<Default>
<s>true</s>
</Default>
<Derivation>
<s>true</s>
</Derivation>
</Field>

