This PR adds operationString to task reducer and subsequently to graphson file and visualization. If it is a string passed as command to shell it will be outputed to graphson, otherwise it will not be included and thus it will render undefined in visualization and will be absent from graphson.json. This behavior can be simplified but for now this is cool, I think.
This PR adds
operationString
to task reducer and subsequently to graphson file and visualization. If it is a string passed as command to shell it will be outputed tographson
, otherwise it will not be included and thus it will renderundefined
in visualization and will be absent fromgraphson.json
. This behavior can be simplified but for now this is cool, I think.