Receive data or status sent through a channel.
This is the same as the set BPM step type, but with removeRequest defaulted to true.
The receive would typically be called with permit: false, or a limited set of property names, to ensure that the other channel can only set what was intended.
Node options
[
{
"reference": "receive",
"name": "Receive",
"properties": [
{
"reference": "removeRequest",
"dataType": "boolean",
"value": true
}
],
"subStepTypes": [
"set"
]
}
]