You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a minimal plan to kickoff DM workflow that is beamline agnostic.
What dm workflows are running:
In [2]: from dm.proc_web_service.api.procApiFactory import ProcApiFactory
...: api = ProcApiFactory.getWorkflowProcApi()
...: jobs = api.listProcessingJobs()
...: for j in jobs:
...: if j["status"] not in ("done", "failed"):
...: print(f"{j['id']=!r} {j.get('submissionTimestamp')=!r} {j['status']=!r}")
Any other dm aspects that are needed to execute and then can be combined with other plans.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: