flowdetails meta is not visible publicly from the engine

Bug #1511086 reported by Greg Hill
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
taskflow
Confirmed
Undecided
Greg Hill

Bug Description

We have need to get at the flowdetails 'meta' field from objects that only have access to engine.storage. We *can* do engine.storage._flowdetail.meta to get it, but relying on a private attribute seems problematic. I propose that the Storage object should expose the underlying flowdetail object as a public attribute.

@property
def flowdetail(self):
    return self._flowdetail

Revision history for this message
Greg Hill (greg-hill) wrote :

Is there something I'm not considering here? The use-case we have is to get some flow metadata from a Listener object that will get the flow_factory information from flowdetail.meta['factory']

description: updated
Greg Hill (greg-hill)
Changed in taskflow:
status: New → In Progress
assignee: nobody → Greg Hill (greg-hill)
Changed in taskflow:
status: In Progress → Confirmed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.