Data Generators
Modules for generating test-data for your Flows
These are modules for generating test data during Flow innovation.
Data GeneratorThis module generates test data based on a JSON template. Static, sequential and random values can be generated. |
|
Message TemplateThis module is used for creation of messages based on a JSON template. Dynamic values can be assigned by referencing incoming message data. Anything surrounded by {} will be treated as a reference to a message property and will be replaced by the corresponding value in the output message. With this module it is easy to add complex message structures anywhere in a flow. |