ExamplesSmart Links
Smart Links
Creating smart links with SDK
Configure a task to auto-execute from a URL
Demo here: Create a New Operator
- Import the components
- Check for a task definition in url
- Add useEffect to start a task
i.e.
src/app/(app)/(user)/dashboard/page.tsx
- Create a task definition
i.e.
src/app/(app)/(user)/dashboard/page.tsx
- Serve http://localhost:3000 or development port to see results.