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
Make verify-workflows.sh idempotent by reusing already-deployed workflows
Fusion has no delete API, so once verify deploys a workflow it stays in
the CID and a second run fails re-importing the same name — which made
verify effectively single-use. The duplicate check already returns the
existing definition's id; use it: when a workflow is already deployed,
mark deploy PASS and reuse that id for the execute/browser phases
instead of attempting a doomed re-import. Re-running verify now proves
the deployed state rather than false-failing on the duplicate.
0 commit comments