Tags are properties acquired during a flow and they are stored in the flow session. Tags can be used to control the flow and act as guards ensuring particular steps have successfully completed.
- The following attributes are stored in the flow session for each tag:
- name
- issue date
- timeout (optional)
- Currently, the following timeouts are supported:
- Tag Lifetime – the tag expires after a configurable amount of time after it was issued.
- Tag Idle Timeout – the tag expires after a configurable amount of time the HTTP session on the Airlock Gateway was idle.
Typical examples of tag names are PASSWORD_VERIFIED or MTAN_VERIFIED.