FWAction stored_data question

Hi

How do I access stored_data for when a Firework returns a FWAction and stores the data?

Thanks !

Hi Zachary,

This feature was never built out too much, and I don’t use it personally (maybe for that reason):

  • You can see the stored data when querying for a Firework, just make sure you use the option to show all details. e.g., “lpad get_fws -i 1 -d all”

  • There is no way in the FWS software to query on stored data. However, since the data is all stored in MongoDB, you can use Mongo tools (the Mongo shell, Mongo adapters to programming languages like pymongo, or frontends like MongoHub) to query the “launches” collection and run arbitrary queries over the stored_data field.

We would certainly welcome any additions to FWS that made this feature better.

···

On Wednesday, February 24, 2016 at 9:12:14 PM UTC-8, Zachary Ball wrote:

Hi

How do I access stored_data for when a Firework returns a FWAction and stores the data?

Thanks !