"""New workflow config.""" import os SWF_DOMAIN = os.environ.get('NEW_FLOW_SWF_DOMAIN', 'dev') SWF_FLOW_NAME = 'new_flow' SWF_FLOW_VERSION = '1.0'