draft: REALLY ergonomic, not full impl
things that stop it from being complete: workflow builder route needs work is this the call for normal branch/PR styled work?
This commit is contained in:
@@ -257,11 +257,9 @@ arguments:
|
||||
"required": ["echoed"]
|
||||
},
|
||||
"start": "echo",
|
||||
"steps": [
|
||||
{
|
||||
"id": "echo",
|
||||
"kind": "use",
|
||||
"capability": "demo.personal.echo_tool",
|
||||
"steps": {
|
||||
"echo": {
|
||||
"use": "demo.personal.echo_tool",
|
||||
"in": {
|
||||
"input.text": "text"
|
||||
},
|
||||
@@ -269,14 +267,12 @@ arguments:
|
||||
"echoed": "state.echoed"
|
||||
}
|
||||
}
|
||||
],
|
||||
"edges": [
|
||||
{
|
||||
"from": "echo",
|
||||
"outcome": "ok",
|
||||
"to": "__end__"
|
||||
},
|
||||
"routes": {
|
||||
"echo": {
|
||||
"ok": "__end__"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user