galaxy icon indicating copy to clipboard operation
galaxy copied to clipboard

Toggling `published` flag via API should also make workflow importable

Open mvdbeek opened this issue 7 months ago • 2 comments

That's not currently the case for PUT api/workflows/{workflow_id}. MIght want to refactor that to use the manager layer, which implements this correctly.

mvdbeek avatar Apr 25 '25 14:04 mvdbeek

Running this locally, and it seems to be working:

Before
Image
Toggling the published flag
Image

ahmedhamidawan avatar Jun 09 '25 21:06 ahmedhamidawan

PUT api/workflows/{workflow_id}

not /publish, which does indeed use the manager lay I mentioned.

mvdbeek avatar Jun 10 '25 06:06 mvdbeek