In this quick tutorial, we will cover Working with the Asset Export Outcome Node in Run-Time Mode. In this tutorial, we will create a flow containing the Asset Export Outcome Node in Run-Time Mode.
In this video we will cover:
Prerequisite
After watching Working with the Asset Export Outcome Node in Run-Time Mode, feel free to watch the next video, Working with the Asset Export Outcome Node in Interactive Mode, to further expand your knowledge.
Subscribe to our channel for more Bitcoin Blockchain building videos! https://www.youtube.com/c/BlockchainofThings
Links from this video for easy access:
To sign up for your free account, head to our website www.blockchainofthings.com.
Join our community forum for the quickest response time to all your questions and concerns. This forum is our customer support. https://forum.blockchainofthings.com/
[Music]
Hi, this is Claire for Blockchain of Things.
In this tutorial, we’ll create a flow containing the Asset Export Outcome Node in RunTime Mode.
If you don’t know what an Asset Export Outcome Node is,
make sure you check out the previous tutorial,
titled “Understanding the Asset Export Outcome Node”.
Great!
Let’s go!
First, drag-and-drop the Asset Export Outcome Node into your workspace.
Double-click the node to display the properties slide-out panel.
On the device drop-down field of the properties slide-out panel,
choose a Catenis Virtual Device.
Add the node’s configuration information to each field of
the property slide-out panel, based on your needs.
Then, wire this node, to a Debug Node.
Next, drag-and-drop an Inject Node into the Node-RED workspace.
Wire the Inject Node to the Asset Export Outcome Node
and double-click the Inject Node to open its properties slide-out panel.
Alter the information in the Inject Node’s properties slide-out panel by
selecting the drop-down payload field and choose the JSON type.
An ellipse button will appear to the right of the field.
Click this ellipse button to display a JSON edit box.
Enter the JSON information you wish to pass as an input to the Catenis Node.
For example, something like this:
After entering your JSON text entry,
click the red done button.
Click the done button again to exit the properties dialog box.
Click the red deploy button on the upper right-hand side
of the Node-RED dashboard to deploy this flow.
Now, let’s test the flow!
Click the Inject Node button to send the input from the Inject Node through the flow.
The Debug Sidebar should display the returned JSON object,
containing the API call results to the right side of the workspace.
Excellent!
Now, you should be able to use the Asset Export Outcome Node in your own flow in RunTime Mode.
In our next tutorial, you’ll learn how to use this node in Interactive Mode.
[Music]