Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Debugging using Swarm Saved States

hanshenSun edited this page Jan 20, 2022 · 1 revision

Intro

The saved state is a swarm functionality that allows users to save the input and output of each compute.

How to setup Swarm SDK for saved States

  1. Set swarmApp.saveCompute = true;
  2. Set your own swarm userId or CORESSO id as: swarmApp.userId = "5da0c032997b8c000432e6bf"; or swarmApp.ssoId = "595eb281604ca5f75fd3bd17";

Once saved, you can find your swarm user id from here: image

Checking your saved states online

Once your saved state is saved, you can see them here: image

Load your Saved State Input in Grasshopper

image

Download the sample here: Load Swarm Saved State_0120.zip

Once your saved state is loaded, connect the input to your grasshopper script and start debugging! image

Clone this wiki locally