Operate a Workflow
Setup Requirements
Set up Inverter Network SDK: Refer to the Quick Start guide for detailed instructions.
Deploy a Workflow: Refer to the Deploy a Workflow guide for detailed instructions.
Retrieving a Workflow
Parameters
orchestratorAddress
(required): The address of the orchestrator responsible for managing the workflow. This parameter must always be provided.workflowOrientations
(optional): Suggested to be included for end-to-end TypeScript coverage. This parameter provides additional context or configuration for the workflow's orientation.
Reading Data
You can read data from any of the modules as shown below. In this example, we are retrieving the totalSupply
of the fundingToken:
Writing Data
You can write data to any of the modules as shown below. In this example, we are making a deposit to the funding manager:
Last updated