FNNDSC / pflink

A FastAPI application to interact with CUBE and pfdcm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Investigate what's causing 'started' flag in workflow to false

Sandip117 opened this issue · comments

Some bg process might be updating the flag of a current workflow to false in the DB while a workflow is still in progress. This behavior is erroneous and must be investigated.

Fixed-- A workflow status is updated inside the workflow-manager loop.