Skip to content

WireComposer

Name Mandatory Description Default Type
⬅️ Input The input of this shard is ignored. Wire
Output ➡️ Returns "OK" if the wire was successfully composed, otherwise returns an error message. String
MutableVariables No A table with extra {name: type} mutable variable types to add to the wire. {} {Type}Var({Type})
ImmutableVariables No A table with extra {name: type} immutable variable types to add to the wire. {} {Type}Var({Type})

Attempts to compose the specified wire and outputs "OK" if successful, or an error message if the composition fails.