docs: clarify source concepts and platform bindings

This commit is contained in:
lda
2026-06-14 01:03:50 +07:00 Verified
parent d596898b96
commit 9c63ae1411
10 changed files with 29 additions and 30 deletions
@@ -179,14 +179,12 @@ uv run wf --config wf.python.config.json draft save python_echo_ws `
--version 1 `
--title "Python Echo" `
--outcome ok `
--binding local.ops=local.ops `
--binding wf.std=wf.std
--binding local.ops=local.ops
uv run wf --config wf.python.config.json deploy save python_echo.default `
--artifact python_echo `
--version 1 `
--binding local.ops=local.ops `
--binding wf.std=wf.std
--binding local.ops=local.ops
uv run wf --config wf.python.config.json run start python_echo.default `
--input '{"text":"hello workflow"}'