broadinstitute / cromshell

CLI for interacting with Cromwell servers
BSD 3-Clause "New" or "Revised" License
53 stars 15 forks source link

QueuedInCromwell task status not recognized #280

Open notestaff opened 8 months ago

notestaff commented 8 months ago

With Cromwell 86, I got the following message from cromshell:

WARNING Cromshell found the following unknown task status(es) ['QueuedInCromwell'], an unknown task status is a status that does not match the following known task statuses: ['Failed', 'Running', 'Done', 'RetryableFailure'] . Please report all relevant info to Cromshell git repository so we can improve our code. Thank You.

lbergelson commented 8 months ago

@notestaff Thanks for the report! It seems like they added another status. Or you hit a case we had never seen before.