scailfin / flowserv-core

Reproducible and Reusable Data Analysis Workflow Server
MIT License
2 stars 1 forks source link

Avoid identical workflow and group identifier for applications #62

Closed heikomuller closed 4 years ago

heikomuller commented 4 years ago

When installing a workflow as a flowapp we should avoid having identical workflow identifier and group identifier (as it is currently the case). Instead, for each workflow run a new group should be created. This would allow to have application workflows with post-processing steps as we now have the equivalent of multiple workflow submissions. (although the number of submissions can grow substantially -> may need to limit the maximum number of runs in a the ranking that are considered as otherwise we will re-run the post-processing workflow for every submission).

This would also require us to have user-defined run and group identifier.

heikomuller commented 4 years ago

Closed by commit fee3d86b50c70584b470770ddfe2d27a16ec4452