HomeGuides
Try a DemoGet the Latest ReleaseSee the CHANGELOGCreate a Feature Request / Bug ReportJoin the Conversation
Guides

Test

Test transforms are used for testing the system.

test.message

Generates a test message when a control message is received.

This is intended to be used in config unit tests.

Settings

FieldTypeDescriptionRequired
valueanyValue used as data in the generated message.Yes

Example

sub.transform.test.message({ value: { a: 'b' })
sub.tf.test.message({ value: { a: 'b' })