lanl / BEE

Other
13 stars 3 forks source link

Pausing or Resuming a Stopped Workflow #740

Open rstyd opened 8 months ago

rstyd commented 8 months ago

Currently, if we try to pause or resume a stopped workflow it causes an error because the REST endpoint relies on wfi.get_workflow_state which only works as long as the workflow database is up. We should change this code to use the wfm db instead.