Name | Value |
---|---|
key | The name of the variable. |
<task>
<say>Hello</say>
<store key="status">active</store>
<if cond="${status} == 'active'">
<say>Ok, the if condition was satisfied</say>
<run>task:main</run>
</if>
</task>