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
Rather than having Workflow depend on WorkflowConfig via from_config(), we should have a WorkflowConfig.create_workflow() method. This will mean that Workflow does not need to be generic on the config type.