Oracle with Asset tokenisation
Last updated
Was this helpful?
Last updated
Was this helpful?
Oracles can be used with asset tokenisation in workflows as triggers or action blocks (to fetch external data).
Learn more about Workflow
An oracle scheduler can be used as a to initiate a workflow. Every time the selected oracle scheduler fetches data from an external source, the workflow is triggered. To use oracle scheduler as a trigger.
Select workflow trigger type 'On Oracle Schedule'
Then, select an oracle scheduler from list active oracle schedulers defined in the selected application's channel.
Select 'Add Action' block.
In the select action type 'Get External data (oracle)'
Based on the oracle param type, enter the arguments
if the param type is path : one key-value
if the param type is query: multiple key-values
if the param type is body: an input box for user to enter JSON, XML etc
if the param type is none: no arguments needed
An oracle can be called from a workflow as an block to fetch external data which can be used at any point in the workflow. To use oracle in workflow.