Flow class -> flow blueprint

This commit is contained in:
Cyber MacGeddon 2026-01-14 12:18:32 +00:00
parent 15c3363a40
commit c6c1fd051c
9 changed files with 38 additions and 38 deletions

View file

@ -426,5 +426,5 @@ echo "variable=value" | grep "="
tg-show-flows | grep "flow-id"
# Verify flow has prompt service
tg-get-flow-class -n "flow-class" | jq '.interfaces.prompt'
tg-get-flow-blueprint -n "flow-class" | jq '.interfaces.prompt'
```