Deploy a Workflow
Last updated
Last updated
Set up Inverter Network SDK: Refer to the Guide for detailed instructions.
To deploy your initial workflow, you will need to retrieve the deployment functions. Please ensure that you adjust the to match the ones you want to include in your workflow. Retrieve the deployWorkflow
function as shown below:
Parameters
requestedModules
(required):
This parameter defines the modules which will be deployed.
tagConfig
(optional):
This parameter is to provide the deployment with parser metadata.
After setting up your deployment with the deployWorkflow
function, you can proceed to deploy the workflow with the specified modules by calling the run
function and passing the configuration arguments, as shown below:
Parameters
args
(required):
These arguments will be strongly typed by the inverter types library, you need to prove the arguments required by the modules.
options
(optional):
These are contract executions options, i.e. which can define the number of confirmations...