You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a database-backed reference of WorkflowService for local testing and to support integration with the execution and trigger services. This will mirror the architecture of DBBackedStudyDataService.
✅ Tasks
Design database schema for storing Workflow and WorkflowMetadata.
Create SQL migration / table creation scripts
Define a WorkflowRepository interface with needed operations
Implement a database-backed class DBBackedWorkflowService that satisfies WorkflowService
Add mapping functions between domain models and DB rows