hyperflow
hyperflow copied to clipboard
HyperFlow: a scientific workflow engine
Unfortunate naming of vars in RESTServiceCommand can lead to problems. We need a prefix for vars to make names more distinct from common vars present in env.
As it turns out, it is possible to exceed redis memory size limit. When doing so simple operations like rcl.set() will report an error like 'Error: OOM command not allowed...
When running the example: https://github.com/dice-cyfronet/hyperflow/tree/feature/mm-example/examples/SplitAndGzip I get ``` Done processing workflow JSON. createInstance time: 10ms Wf id=1 [AMQP] Starting connection! ... Potentially unhandled rejection [1] TypeError: Object # has no...
Function `ins` and `outs` are now Array-like objects, so that you can refer to an input/ouput by its index `ins[0]` OR its name `ins.sig1` (they refer to the same object)....
This repo should contain only hyperflow npm package code as mentioned in #9, other files should be moved to other repositories. In particular, we should: - move `wfdsl` to separate...
- Set up a provenance store (database) suitable for the HyperFlow provenance model - Implement "flushing" provenance events logged during workflow execution to this store - The store needs to...
Bumps [ws](https://github.com/websockets/ws) from 7.3.1 to 7.5.9. Release notes Sourced from ws's releases. 7.5.9 Bug fixes Backported bc8bd34e to the 7.x release line (0435e6e1). 7.5.8 Bug fixes Backported 0fdcc0af to the...
Bumps [json-schema](https://github.com/kriszyp/json-schema) from 0.2.3 to 0.4.0. Commits f6f6a3b Use a little more robust method of checking instances ef60987 Update version b62f1da Protect against constructor modification, #84 fb427cd Link to json-schema-org...