flowdetails meta is not visible publicly from the engine
Bug #1511086 reported by
Greg Hill
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.
@property
def flowdetail(self):
return self._flowdetail
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.
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' ]