Deploy a Workflow
Setup Requirements
Set up Inverter Network SDK: Refer to the Quick Start Guide for detailed instructions.
Retrieve the Deployment Functions
To deploy your initial workflow, you will need to retrieve the deployment functions. Please ensure that you adjust the requestedModules
to match the ones you want to include in your workflow. Retrieve the getDeploy
function as shown below:
Deploying the Workflow
After setting up your deployment with the getDeploy
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:
Last updated