Step 3. Create a new automation workflow
Last updated
Last updated
First, click on “New Workflow” at the top right corner.
Type in the name of your workflow and add a description, if needed, then click on “Next”.
Now, it’s time to select a trigger.
Our goal is to create a data bridge between two blockchain networks, and the trigger for this bridge is the successful execution of send
function within the NerifBridge
contract. When the send
function is called with the user-specified payload, it emits Send
event. This event will serve as the trigger for our workflow, initiating the data-bridging process.
To do so, choose the Event trigger by first clicking on “Event” and then pressing “Next”.
Now, our automation workflow is ready to be built!