botify-labs / simpleflow

Python library for dataflow programming.
https://botify-labs.github.com/simpleflow/
MIT License
68 stars 24 forks source link

Add python executable information to "identity" data #383

Closed ybastide closed 2 years ago

ybastide commented 3 years ago

PR #382 allows running simpleflow with pythonX.Y -m simpleflow ... One sometimes useful scenario is pythonX.Y -m simpleflow activity.rerun ..., where all the necessary rerun information is available in SWF—except pythonX.Y.

We could add this information to the identity JSON, which currently contains informative but not much actionable data.