-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Module: flowService
self.flowSourceConnection['connectionSpec']['name'] is always returning null value - this was working in previous version inside flowService init()
Code sample:
flowMgr = flowservice.FlowManager(flow.get('flow_id'))
flowsrc_conn = flowMgr.flowSourceConnection
src_conn_param = flowsrc_conn['params']
if 'connectionSpec' in flowsrc_conn:
src_name = flowsrc_conn['connectionSpec'].get('name')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working