(name)
| 53 | } |
| 54 | |
| 55 | async function getWorkflow(name) { |
| 56 | const response = await api.fetchApi(`/pysssss/workflows/${encodeURIComponent(name)}`, { cache: "no-store" }); |
| 57 | return await response.json(); |
| 58 | } |
| 59 | |
| 60 | async function saveWorkflow(name, workflow, overwrite) { |
| 61 | try { |
no outgoing calls
no test coverage detected