This is another loose suggestion for extension: Often, I want to quickly submit a joint query between Fireworks and Workflows, i.e. get an overview on all FIZZLED Fireworks in a particular workflow. Here is an extension to the Launchpad and its command line interface to avoid the "detour" via direct MongoDB queries. One particular consideration for discussion would be how to distinguish between CLI options aimed at selecting Fireworks query and such aimed at selecting Workflows. I chose options prefixed with 'fw' and 'wf' respectively here, i.e.
lpad get_fws_in_wflows -wfi 38710 -fwq '{"state":"FIZZLED","name":{"$regex":"gmx_mdrun$"}}' -d all
would yield all Fireworks matching the 'fwq' query within the Workflow identified by 'wfi'.
This is another loose suggestion for extension: Often, I want to quickly submit a joint query between Fireworks and Workflows, i.e. get an overview on all FIZZLED Fireworks in a particular workflow. Here is an extension to the Launchpad and its command line interface to avoid the "detour" via direct MongoDB queries. One particular consideration for discussion would be how to distinguish between CLI options aimed at selecting Fireworks query and such aimed at selecting Workflows. I chose options prefixed with 'fw' and 'wf' respectively here, i.e.
would yield all Fireworks matching the 'fwq' query within the Workflow identified by 'wfi'.