activepieces.navigate
and in the handler, it updates the URL of the browser.activepieces.navigate({ route: '/flows' })
this will tell the embedded sdk where to navigate to.
Here is the list for routes the sdk can navigate to:
Route | Description |
---|---|
/flows | Flows table |
/flows/{flowId} | Opens up a flow in the builder |
/runs | Runs table |
/runs/{runId} | Opens up a run in the builder |
/connections | Connections table |
/tables | Tables table |
/tables/{tableId} | Opens up a table |
todos | Todos table |
todos/{todoId} | Opens up a todo |
navigate
method after initializing the sdk using the configure
sdk: