broadinstitute / cromwell

Scientific workflow engine designed for simplicity & scalability. Trivially transition between one off use cases to massive scale production environments
http://cromwell.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1k stars 359 forks source link

provide warnings on recursive calls #2002

Open antonkulaga opened 7 years ago

antonkulaga commented 7 years ago

The call like:

  call stepB { input: in = stepB.out }

freezes cromwell without any recursion warnings.

cjllanwarne commented 7 years ago

Is this C24 or develop?

I fixed a similar bug in develop recently, so this bug might or might not be covered by that.

antonkulaga commented 7 years ago

It is C24, if it is fixed in develop, than I close

katevoss commented 7 years ago

Hi @antonkulaga, have you had a chance to checkout the latest develop branch and confirm whether this is fixed? If you have, then I'll close this out.