Create Command Profile
Create reusable command behavior. Example: #bp# reply command for business-plan extraction.
Manage command profiles, channel bindings, business-plan outputs, and translation bridges.
Create reusable command behavior. Example: #bp# reply command for business-plan extraction.
Flag Definitions
#bp#) with no extra text.A command runs only when the source channel is in ingress. Output is sent to all enabled egress bindings.
| Direction | Service | Channel | Actions |
|---|---|---|---|
| {% if binding.direction == "ingress" %}Ingress (Accept Triggers) {% elif binding.direction == "egress" %}Egress (Post Results) {% else %}Scratchpad Mirror {% endif %} | {{ binding.service }} | {{ binding.channel_identifier }} | |
| No bindings yet. | |||
Enable/disable each step and set execution order with position.
| Type | Enabled | Order | Actions |
|---|---|---|---|
| {% if action_row.action_type == "extract_bp" %}Extract Business Plan {% elif action_row.action_type == "save_document" %}Save Document {% elif action_row.action_type == "post_result" %}Post Result {% else %}{{ action_row.action_type }} {% endif %} | {{ action_row.enabled }} | {{ forloop.counter }} | |
| No actions. | |||
| Title | Status | Source | Updated | Actions |
|---|---|---|---|---|
| {{ doc.title }} | {{ doc.status }} | {{ doc.source_service }} ยท {{ doc.source_channel_identifier }} | {{ doc.updated_at }} | Open |
| No business plan documents yet. | ||||