Remote Task¶
Available only for remote flows, the Remote Task node receives a trigger from the cloud to proceed to process its downstream nodes in the remote flow. Remote flows without this node will process the nodes in the flow automatically as and when triggered by nodes such as the Timer node or when information comes in via the HTTP Server node.
To trigger the remote flow, click its Trigger at the Integration Agent page. For more information, see Triggering a Deployed Remote Flow.
Node Type¶
System.
Input and Output Ability¶
This node has multiple entry points and 1 exit point. Both the input and output are JSON.
Node Properties¶
Name
The name for this node.
Description
The description for this node.
Samples¶
Input Sample¶
{
"assetId":"assetId",
"timestamp":24214324324,
"measurepoints":{
"temperature":22.4,
"humidity":78
}
}
Output Sample¶
The output will be the script used to trigger the node.