Skip to main content Skip to footer

State Documentation

Version: 1.0.0 

Retrieved: 2025-10-09 15:16:22


State

The module will handle state (writing/reading) depending on data sent in

This module is designed to be in the middle of a flow.

Settings

Name Requirements Purpose Default
State Target Property String with length 1-64 The property holding the current state on the incoming message.  
Target Property String with length 1-64 If the state source property is not set on the incoming message (but state is set) the state will be written into this property.  
Always Pass Through Boolean If true the message will be passed through even if there is no state false

Input

Any message.

Output

The same as input including state if set by the module.