Add TasksPage and ExecutorService for task and workflow handling:
- Introduce `TasksPage` with task listing, workflow initiation, and modal interactions. - Implement `ExecutorService` for task fetching and workflow start operations. - Update routing to include `/tasks` path. - Add `TaskDto` and `WorkflowInstanceDto` types for API data modeling. - Enhance `WorkflowsPage` with navigation link to `TasksPage`.
Loading
Please sign in to comment