snow-flow 3.4.18 → 3.4.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -326,8 +326,12 @@ Change management, Virtual Agent, and Performance Analytics
|
|
|
326
326
|
|
|
327
327
|
### 14. 📱 **Flow, Workspace & Mobile Server** (20+ tools)
|
|
328
328
|
Flow Designer, Workspace, and Mobile app management
|
|
329
|
-
- `
|
|
330
|
-
- `
|
|
329
|
+
- `snow_list_flows` - List and discover flows
|
|
330
|
+
- `snow_execute_flow` - Execute existing flows
|
|
331
|
+
- `snow_get_flow_execution_status` - Monitor flow execution
|
|
332
|
+
- `snow_get_flow_execution_history` - View execution history
|
|
333
|
+
- `snow_get_flow_details` - Get flow configuration details
|
|
334
|
+
- `snow_import_flow_from_xml` - Import flows from XML (only programmatic creation method)
|
|
331
335
|
- `snow_create_workspace` - Create workspaces
|
|
332
336
|
- `snow_configure_mobile_app` - Mobile config
|
|
333
337
|
- `snow_send_push_notification` - Push notifications
|