from core_shared import ServiceSettings class WorkflowServiceSettings(ServiceSettings): service_name: str = "workflow-service" service_port: int = 8002