Home  >  V-Agent  >  DML

Store

The store is used to store a variable in the current session.

Attributes:

Name Value
key The name of the variable.


Example:
<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>

© 2024 Complexity Intelligence, LLC