From 6e85096f23330d930f829fd06038524cc6ed2e7c Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 08:09:37 +0000 Subject: [PATCH 1/2] Add global task center command documentation Generated-By: mintlify-agent --- ar/features/data-management.mdx | 4 +++ ar/features/skills.mdx | 46 ++++++++++++++++++++++++++++ de/features/data-management.mdx | 4 +++ de/features/skills.mdx | 46 ++++++++++++++++++++++++++++ en/features/data-management.mdx | 4 +++ en/features/skills.mdx | 46 ++++++++++++++++++++++++++++ es/features/data-management.mdx | 4 +++ es/features/skills.mdx | 46 ++++++++++++++++++++++++++++ fr/features/data-management.mdx | 4 +++ fr/features/skills.mdx | 46 ++++++++++++++++++++++++++++ hi/features/data-management.mdx | 4 +++ hi/features/skills.mdx | 46 ++++++++++++++++++++++++++++ ja/features/data-management.mdx | 4 +++ ja/features/skills.mdx | 46 ++++++++++++++++++++++++++++ ko/features/data-management.mdx | 4 +++ ko/features/skills.mdx | 46 ++++++++++++++++++++++++++++ pt/features/data-management.mdx | 4 +++ pt/features/skills.mdx | 46 ++++++++++++++++++++++++++++ vi/features/data-management.mdx | 4 +++ vi/features/skills.mdx | 46 ++++++++++++++++++++++++++++ zh-Hant/features/data-management.mdx | 4 +++ zh-Hant/features/skills.mdx | 46 ++++++++++++++++++++++++++++ zh/features/data-management.mdx | 4 +++ zh/features/skills.mdx | 46 ++++++++++++++++++++++++++++ 24 files changed, 600 insertions(+) diff --git a/ar/features/data-management.mdx b/ar/features/data-management.mdx index 13f3bce..5b50601 100644 --- a/ar/features/data-management.mdx +++ b/ar/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## إدارة المهام + + للاستعلام عن بيانات مركز المهام العالمي دون تحديد `appType`، استخدم أمر `openyida task-center`. راجع [مرجع CLI](/ar/features/skills#مركز-المهام-العالمي). + + ### استعلام قائمة المهام ```bash diff --git a/ar/features/skills.mdx b/ar/features/skills.mdx index 58d55aa..93696a1 100644 --- a/ar/features/skills.mdx +++ b/ar/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## مركز المهام العالمي + +استعلم عن بيانات مركز المهام العالمي للمستخدم الحالي دون تحديد `appType`. + +```bash +# المهام المعلقة +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# أنشأتها +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# المعالجة +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# نسخة إلي +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# تقديم بالنيابة +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### أنواع المهام + +| النوع | الوصف | نقطة نهاية API | +|-------|-------|---------------| +| `todo` | مهام معلقة تحتاج إلى إجراء | `getTodoTasksInCorp` | +| `created` | عمليات بدأتها أنت | `getMyCreateInCorp` | +| `done` | مهام تمت معالجتها | `getDoneTasksInCorp` | +| `cc` | مهام تم نسخك فيها | `getNotifyMeInCorp` | +| `proxy` | عمليات قُدمت بالنيابة | `getSubmitAgentInCorp` | + +### المعلمات الاختيارية + +| المعلمة | الوصف | القيمة الافتراضية | +|---------|-------|-----------------| +| `--page N` | رقم الصفحة | `1` | +| `--size N` | عناصر لكل صفحة (الحد الأقصى 100) | `20` | +| `--keyword TEXT` | كلمة البحث | — | +| `--no-detail` | حذف التفاصيل (فقط لنوع `created`) | — | + + + على عكس `openyida data query tasks`، يستعلم أمر `task-center` عن بيانات مركز المهام العالمي ولا يتطلب معلمة `appType`. + + +--- + ## إدارة العمليات ```bash diff --git a/de/features/data-management.mdx b/de/features/data-management.mdx index c080a2c..f86d7be 100644 --- a/de/features/data-management.mdx +++ b/de/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## Aufgabenverwaltung + + Um globale Aufgabenzentrumsdaten ohne Angabe eines `appType` abzufragen, verwenden Sie den Befehl `openyida task-center`. Siehe [CLI-Referenz](/de/features/skills#globales-aufgabenzentrum). + + ### Aufgabenliste abfragen ```bash diff --git a/de/features/skills.mdx b/de/features/skills.mdx index f0f68b6..d429df8 100644 --- a/de/features/skills.mdx +++ b/de/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## Globales Aufgabenzentrum + +Fragen Sie die globalen Aufgabenzentrumsdaten des aktuellen Benutzers ab, ohne einen `appType` anzugeben. + +```bash +# Offene Aufgaben +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# Von mir erstellt +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# Erledigt +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# In Kopie +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# Stellvertretend eingereicht +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### Aufgabentypen + +| Typ | Beschreibung | API-Endpunkt | +|-----|-------------|-------------| +| `todo` | Ausstehende Aufgaben | `getTodoTasksInCorp` | +| `created` | Von Ihnen gestartete Prozesse | `getMyCreateInCorp` | +| `done` | Bereits bearbeitete Aufgaben | `getDoneTasksInCorp` | +| `cc` | Aufgaben in Kopie | `getNotifyMeInCorp` | +| `proxy` | Stellvertretend eingereichte Prozesse | `getSubmitAgentInCorp` | + +### Optionale Parameter + +| Parameter | Beschreibung | Standardwert | +|-----------|-------------|-------------| +| `--page N` | Seitennummer | `1` | +| `--size N` | Einträge pro Seite (max. 100) | `20` | +| `--keyword TEXT` | Suchbegriff | — | +| `--no-detail` | Details weglassen (nur für Typ `created`) | — | + + + Im Gegensatz zu `openyida data query tasks` fragt der Befehl `task-center` globale Aufgabenzentrumsdaten ab und benötigt keinen `appType`-Parameter. + + +--- + ## Prozessverwaltung ```bash diff --git a/en/features/data-management.mdx b/en/features/data-management.mdx index 19aff2c..27c5783 100644 --- a/en/features/data-management.mdx +++ b/en/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## Task management + + To query global task center data across all applications without specifying an `appType`, use the `openyida task-center` command. See [CLI reference](/en/features/skills#global-task-center). + + ### Query task list ```bash diff --git a/en/features/skills.mdx b/en/features/skills.mdx index 79a6010..1b33cc8 100644 --- a/en/features/skills.mdx +++ b/en/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## Global task center + +Query the current user's global task center data without specifying an `appType`. + +```bash +# Todo tasks +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# Created by me +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# Done tasks +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# CC'd to me +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# Submitted by proxy +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### Task types + +| Type | Description | API endpoint | +|------|-------------|--------------| +| `todo` | Tasks pending your action | `getTodoTasksInCorp` | +| `created` | Tasks you initiated | `getMyCreateInCorp` | +| `done` | Tasks you have processed | `getDoneTasksInCorp` | +| `cc` | Tasks CC'd to you | `getNotifyMeInCorp` | +| `proxy` | Tasks submitted on your behalf | `getSubmitAgentInCorp` | + +### Optional parameters + +| Parameter | Description | Default | +|-----------|-------------|---------| +| `--page N` | Page number | `1` | +| `--size N` | Items per page (max 100) | `20` | +| `--keyword TEXT` | Search keyword | — | +| `--no-detail` | Omit detail data (only supported for `created` type) | — | + + + Unlike `openyida data query tasks`, the `task-center` command queries global task center data and does not require an `appType` parameter. + + +--- + ## Process management ```bash diff --git a/es/features/data-management.mdx b/es/features/data-management.mdx index 305595e..dbcc1cb 100644 --- a/es/features/data-management.mdx +++ b/es/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## Gestión de tareas + + Para consultar los datos del centro de tareas global sin especificar un `appType`, use el comando `openyida task-center`. Consulte la [referencia CLI](/es/features/skills#centro-de-tareas-global). + + ### Consultar lista de tareas ```bash diff --git a/es/features/skills.mdx b/es/features/skills.mdx index c4a6a33..bc101d1 100644 --- a/es/features/skills.mdx +++ b/es/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## Centro de tareas global + +Consulte los datos del centro de tareas global del usuario actual sin especificar un `appType`. + +```bash +# Tareas pendientes +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# Creadas por mí +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# Procesadas +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# Con copia +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# Enviadas por delegación +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### Tipos de tareas + +| Tipo | Descripción | Endpoint API | +|------|-------------|-------------| +| `todo` | Tareas pendientes de acción | `getTodoTasksInCorp` | +| `created` | Procesos que usted inició | `getMyCreateInCorp` | +| `done` | Tareas ya procesadas | `getDoneTasksInCorp` | +| `cc` | Tareas en copia | `getNotifyMeInCorp` | +| `proxy` | Procesos enviados por delegación | `getSubmitAgentInCorp` | + +### Parámetros opcionales + +| Parámetro | Descripción | Valor predeterminado | +|-----------|-------------|---------------------| +| `--page N` | Número de página | `1` | +| `--size N` | Elementos por página (máx. 100) | `20` | +| `--keyword TEXT` | Palabra clave de búsqueda | — | +| `--no-detail` | Omitir detalles (solo para tipo `created`) | — | + + + A diferencia de `openyida data query tasks`, el comando `task-center` consulta datos del centro de tareas global y no requiere un parámetro `appType`. + + +--- + ## Gestión de procesos ```bash diff --git a/fr/features/data-management.mdx b/fr/features/data-management.mdx index bae48ee..67ae0d8 100644 --- a/fr/features/data-management.mdx +++ b/fr/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## Gestion des tâches + + Pour interroger les données du centre de tâches global sans spécifier d'`appType`, utilisez la commande `openyida task-center`. Voir la [référence CLI](/fr/features/skills#centre-de-tâches-global). + + ### Interroger la liste des tâches ```bash diff --git a/fr/features/skills.mdx b/fr/features/skills.mdx index 713a8bc..574ef37 100644 --- a/fr/features/skills.mdx +++ b/fr/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## Centre de tâches global + +Interrogez les données du centre de tâches global de l'utilisateur actuel sans spécifier d'`appType`. + +```bash +# Tâches à faire +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# Créées par moi +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# Traitées +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# En copie +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# Soumises par délégation +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### Types de tâches + +| Type | Description | Point de terminaison API | +|------|-------------|------------------------| +| `todo` | Tâches en attente de traitement | `getTodoTasksInCorp` | +| `created` | Processus que vous avez initiés | `getMyCreateInCorp` | +| `done` | Tâches que vous avez traitées | `getDoneTasksInCorp` | +| `cc` | Tâches en copie | `getNotifyMeInCorp` | +| `proxy` | Processus soumis par délégation | `getSubmitAgentInCorp` | + +### Paramètres optionnels + +| Paramètre | Description | Valeur par défaut | +|-----------|-------------|-------------------| +| `--page N` | Numéro de page | `1` | +| `--size N` | Éléments par page (max 100) | `20` | +| `--keyword TEXT` | Mot-clé de recherche | — | +| `--no-detail` | Omettre les détails (uniquement pour le type `created`) | — | + + + Contrairement à `openyida data query tasks`, la commande `task-center` interroge les données du centre de tâches global et ne nécessite pas de paramètre `appType`. + + +--- + ## Gestion des processus ```bash diff --git a/hi/features/data-management.mdx b/hi/features/data-management.mdx index af3bf62..316dfd4 100644 --- a/hi/features/data-management.mdx +++ b/hi/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## कार्य प्रबंधन + + `appType` निर्दिष्ट किए बिना सभी अनुप्रयोगों में वैश्विक कार्य केंद्र डेटा की क्वेरी करने के लिए, `openyida task-center` कमांड का उपयोग करें। [CLI संदर्भ](/hi/features/skills#वैश्विक-कार्य-केंद्र) देखें। + + ### कार्य सूची क्वेरी ```bash diff --git a/hi/features/skills.mdx b/hi/features/skills.mdx index ce6b7c7..1f691aa 100644 --- a/hi/features/skills.mdx +++ b/hi/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## वैश्विक कार्य केंद्र + +`appType` निर्दिष्ट किए बिना वर्तमान उपयोगकर्ता के वैश्विक कार्य केंद्र डेटा की क्वेरी करें। + +```bash +# लंबित कार्य +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# मेरे द्वारा बनाए गए +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# पूर्ण किए गए +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# CC किए गए +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# प्रतिनिधि प्रस्तुतिकरण +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### कार्य प्रकार + +| प्रकार | विवरण | API एंडपॉइंट | +|--------|-------|--------------| +| `todo` | लंबित कार्य | `getTodoTasksInCorp` | +| `created` | आपके द्वारा शुरू की गई प्रक्रियाएं | `getMyCreateInCorp` | +| `done` | पहले से संसाधित कार्य | `getDoneTasksInCorp` | +| `cc` | CC किए गए कार्य | `getNotifyMeInCorp` | +| `proxy` | प्रतिनिधि द्वारा प्रस्तुत प्रक्रियाएं | `getSubmitAgentInCorp` | + +### वैकल्पिक पैरामीटर + +| पैरामीटर | विवरण | डिफ़ॉल्ट | +|----------|-------|---------| +| `--page N` | पृष्ठ संख्या | `1` | +| `--size N` | प्रति पृष्ठ आइटम (अधिकतम 100) | `20` | +| `--keyword TEXT` | खोज कीवर्ड | — | +| `--no-detail` | विवरण छोड़ें (केवल `created` प्रकार के लिए) | — | + + + `openyida data query tasks` के विपरीत, `task-center` कमांड वैश्विक कार्य केंद्र डेटा की क्वेरी करता है और `appType` पैरामीटर की आवश्यकता नहीं है। + + +--- + ## प्रक्रिया प्रबंधन ```bash diff --git a/ja/features/data-management.mdx b/ja/features/data-management.mdx index 7b03c49..1f4e463 100644 --- a/ja/features/data-management.mdx +++ b/ja/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## タスク管理 + + `appType` を指定せずにすべてのアプリケーションのグローバルタスクセンターデータを照会するには、`openyida task-center` コマンドを使用してください。[CLI リファレンス](/ja/features/skills#グローバルタスクセンター) を参照してください。 + + ### タスクリストのクエリ ```bash diff --git a/ja/features/skills.mdx b/ja/features/skills.mdx index 359d115..bd66f9c 100644 --- a/ja/features/skills.mdx +++ b/ja/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## グローバルタスクセンター + +`appType` を指定せずに、現在のユーザーのグローバルタスクセンターデータを照会します。 + +```bash +# 未処理タスク +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# 自分が作成した +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# 処理済み +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# CC されたタスク +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# 代理提出 +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### タスクタイプ + +| タイプ | 説明 | API エンドポイント | +|--------|------|-------------------| +| `todo` | 未処理タスク(対応が必要なもの) | `getTodoTasksInCorp` | +| `created` | 自分が作成した(自分が開始したプロセス) | `getMyCreateInCorp` | +| `done` | 処理済み(既に処理したもの) | `getDoneTasksInCorp` | +| `cc` | CC されたタスク | `getNotifyMeInCorp` | +| `proxy` | 代理提出(代理で提出したプロセス) | `getSubmitAgentInCorp` | + +### オプションパラメータ + +| パラメータ | 説明 | デフォルト | +|-----------|------|-----------| +| `--page N` | ページ番号 | `1` | +| `--size N` | 1ページあたりの件数(最大 100) | `20` | +| `--keyword TEXT` | 検索キーワード | — | +| `--no-detail` | 詳細を返さない(`created` タイプのみ対応) | — | + + + `openyida data query tasks` とは異なり、`task-center` コマンドはグローバルタスクセンターデータを照会し、`appType` パラメータは不要です。 + + +--- + ## プロセス管理 ```bash diff --git a/ko/features/data-management.mdx b/ko/features/data-management.mdx index 2a0ae44..97836dd 100644 --- a/ko/features/data-management.mdx +++ b/ko/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## 작업 관리 + + `appType`을 지정하지 않고 모든 애플리케이션의 글로벌 작업 센터 데이터를 조회하려면 `openyida task-center` 명령을 사용하세요. [CLI 참조](/ko/features/skills#글로벌-작업-센터)를 확인하세요. + + ### 작업 목록 쿼리 ```bash diff --git a/ko/features/skills.mdx b/ko/features/skills.mdx index 91c84c8..0749410 100644 --- a/ko/features/skills.mdx +++ b/ko/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## 글로벌 작업 센터 + +`appType`을 지정하지 않고 현재 사용자의 글로벌 작업 센터 데이터를 조회합니다. + +```bash +# 할 일 작업 +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# 내가 생성한 작업 +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# 처리 완료 +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# 참조로 받은 작업 +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# 대리 제출 +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### 작업 유형 + +| 유형 | 설명 | API 엔드포인트 | +|------|------|---------------| +| `todo` | 처리 대기 작업 | `getTodoTasksInCorp` | +| `created` | 내가 시작한 프로세스 | `getMyCreateInCorp` | +| `done` | 이미 처리한 작업 | `getDoneTasksInCorp` | +| `cc` | 참조로 받은 작업 | `getNotifyMeInCorp` | +| `proxy` | 대리 제출한 프로세스 | `getSubmitAgentInCorp` | + +### 선택적 매개변수 + +| 매개변수 | 설명 | 기본값 | +|----------|------|--------| +| `--page N` | 페이지 번호 | `1` | +| `--size N` | 페이지당 항목 수 (최대 100) | `20` | +| `--keyword TEXT` | 검색 키워드 | — | +| `--no-detail` | 상세 정보 생략 (`created` 유형만 지원) | — | + + + `openyida data query tasks`와 달리 `task-center` 명령은 글로벌 작업 센터 데이터를 조회하며 `appType` 매개변수가 필요하지 않습니다. + + +--- + ## 프로세스 관리 ```bash diff --git a/pt/features/data-management.mdx b/pt/features/data-management.mdx index dd62703..e32cf02 100644 --- a/pt/features/data-management.mdx +++ b/pt/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## Gestão de tarefas + + Para consultar dados do centro de tarefas global sem especificar um `appType`, use o comando `openyida task-center`. Veja a [referência CLI](/pt/features/skills#centro-de-tarefas-global). + + ### Consultar lista de tarefas ```bash diff --git a/pt/features/skills.mdx b/pt/features/skills.mdx index 15ff642..a7b04bb 100644 --- a/pt/features/skills.mdx +++ b/pt/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## Centro de tarefas global + +Consulte os dados do centro de tarefas global do usuário atual sem especificar um `appType`. + +```bash +# Tarefas pendentes +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# Criadas por mim +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# Processadas +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# Com cópia +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# Enviadas por delegação +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### Tipos de tarefas + +| Tipo | Descrição | Endpoint da API | +|------|-----------|----------------| +| `todo` | Tarefas pendentes de ação | `getTodoTasksInCorp` | +| `created` | Processos que você iniciou | `getMyCreateInCorp` | +| `done` | Tarefas já processadas | `getDoneTasksInCorp` | +| `cc` | Tarefas em cópia | `getNotifyMeInCorp` | +| `proxy` | Processos enviados por delegação | `getSubmitAgentInCorp` | + +### Parâmetros opcionais + +| Parâmetro | Descrição | Padrão | +|-----------|-----------|--------| +| `--page N` | Número da página | `1` | +| `--size N` | Itens por página (máx. 100) | `20` | +| `--keyword TEXT` | Palavra-chave de pesquisa | — | +| `--no-detail` | Omitir detalhes (apenas para tipo `created`) | — | + + + Diferente de `openyida data query tasks`, o comando `task-center` consulta dados do centro de tarefas global e não requer um parâmetro `appType`. + + +--- + ## Gestão de processos ```bash diff --git a/vi/features/data-management.mdx b/vi/features/data-management.mdx index f024cab..e08858e 100644 --- a/vi/features/data-management.mdx +++ b/vi/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## Quản lý tác vụ + + Để truy vấn dữ liệu trung tâm tác vụ toàn cục mà không cần chỉ định `appType`, hãy sử dụng lệnh `openyida task-center`. Xem [tham chiếu CLI](/vi/features/skills#trung-tâm-tác-vụ-toàn-cục). + + ### Truy vấn danh sách tác vụ ```bash diff --git a/vi/features/skills.mdx b/vi/features/skills.mdx index fa54b33..d5c8ac8 100644 --- a/vi/features/skills.mdx +++ b/vi/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## Trung tâm tác vụ toàn cục + +Truy vấn dữ liệu trung tâm tác vụ toàn cục của người dùng hiện tại mà không cần chỉ định `appType`. + +```bash +# Tác vụ cần làm +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# Do tôi tạo +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# Đã xử lý +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# Được CC +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# Gửi thay +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### Loại tác vụ + +| Loại | Mô tả | Endpoint API | +|------|-------|-------------| +| `todo` | Tác vụ đang chờ xử lý | `getTodoTasksInCorp` | +| `created` | Quy trình bạn đã khởi tạo | `getMyCreateInCorp` | +| `done` | Tác vụ đã xử lý | `getDoneTasksInCorp` | +| `cc` | Tác vụ được CC | `getNotifyMeInCorp` | +| `proxy` | Quy trình gửi thay | `getSubmitAgentInCorp` | + +### Tham số tùy chọn + +| Tham số | Mô tả | Mặc định | +|---------|-------|----------| +| `--page N` | Số trang | `1` | +| `--size N` | Số mục mỗi trang (tối đa 100) | `20` | +| `--keyword TEXT` | Từ khóa tìm kiếm | — | +| `--no-detail` | Bỏ qua chi tiết (chỉ hỗ trợ loại `created`) | — | + + + Khác với `openyida data query tasks`, lệnh `task-center` truy vấn dữ liệu trung tâm tác vụ toàn cục và không yêu cầu tham số `appType`. + + +--- + ## Quản lý quy trình ```bash diff --git a/zh-Hant/features/data-management.mdx b/zh-Hant/features/data-management.mdx index 8153c92..ca3aadf 100644 --- a/zh-Hant/features/data-management.mdx +++ b/zh-Hant/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## 任務管理 + + 如果你需要查詢跨應用的全域任務中心資料(無需指定 `appType`),請使用 `openyida task-center` 命令。詳見 [CLI 參考](/zh-Hant/features/skills#全域任務中心)。 + + ### 查詢任務列表 ```bash diff --git a/zh-Hant/features/skills.mdx b/zh-Hant/features/skills.mdx index 96125ea..ff94251 100644 --- a/zh-Hant/features/skills.mdx +++ b/zh-Hant/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## 全域任務中心 + +查詢當前使用者的全域任務中心資料,無需指定 `appType`。 + +```bash +# 待辦任務 +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# 我創建的 +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# 我已處理 +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# 抄送我的 +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# 我代提交的 +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### 任務類型 + +| 類型 | 說明 | API 介面 | +|------|------|----------| +| `todo` | 待辦任務(需要我處理的) | `getTodoTasksInCorp` | +| `created` | 我創建的(我發起的流程) | `getMyCreateInCorp` | +| `done` | 我已處理(我已經處理過的) | `getDoneTasksInCorp` | +| `cc` | 抄送我的 | `getNotifyMeInCorp` | +| `proxy` | 我代提交的(代理提交的流程) | `getSubmitAgentInCorp` | + +### 可選參數 + +| 參數 | 說明 | 預設值 | +|------|------|--------| +| `--page N` | 頁碼 | `1` | +| `--size N` | 每頁筆數(最大 100) | `20` | +| `--keyword TEXT` | 搜尋關鍵詞 | — | +| `--no-detail` | 不回傳詳情(僅 `created` 類型支援) | — | + + + 與 `openyida data query tasks` 不同,`task-center` 命令查詢的是全域任務中心資料,不需要傳入 `appType` 參數。 + + +--- + ## 流程管理 ```bash diff --git a/zh/features/data-management.mdx b/zh/features/data-management.mdx index c33596b..219a1f8 100644 --- a/zh/features/data-management.mdx +++ b/zh/features/data-management.mdx @@ -135,6 +135,10 @@ openyida data query operation-records \ ## 任务管理 + + 如果你需要查询跨应用的全局任务中心数据(无需指定 `appType`),请使用 `openyida task-center` 命令。详见 [CLI 参考](/zh/features/skills#全局任务中心)。 + + ### 查询任务列表 ```bash diff --git a/zh/features/skills.mdx b/zh/features/skills.mdx index 4e8b5ff..f75f9af 100644 --- a/zh/features/skills.mdx +++ b/zh/features/skills.mdx @@ -188,6 +188,52 @@ openyida data query subform --inst-id --table-field-id --- +## 全局任务中心 + +查询当前用户的全局任务中心数据,无需指定 `appType`。 + +```bash +# 待办任务 +openyida task-center todo [--page N] [--size N] [--keyword TEXT] + +# 我创建的 +openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] + +# 我已处理 +openyida task-center done [--page N] [--size N] [--keyword TEXT] + +# 抄送我的 +openyida task-center cc [--page N] [--size N] [--keyword TEXT] + +# 我代提交的 +openyida task-center proxy [--page N] [--size N] [--keyword TEXT] +``` + +### 任务类型 + +| 类型 | 说明 | API 接口 | +|------|------|----------| +| `todo` | 待办任务(需要我处理的) | `getTodoTasksInCorp` | +| `created` | 我创建的(我发起的流程) | `getMyCreateInCorp` | +| `done` | 我已处理(我已经处理过的) | `getDoneTasksInCorp` | +| `cc` | 抄送我的 | `getNotifyMeInCorp` | +| `proxy` | 我代提交的(代理提交的流程) | `getSubmitAgentInCorp` | + +### 可选参数 + +| 参数 | 说明 | 默认值 | +|------|------|--------| +| `--page N` | 页码 | `1` | +| `--size N` | 每页条数(最大 100) | `20` | +| `--keyword TEXT` | 搜索关键词 | — | +| `--no-detail` | 不返回详情(仅 `created` 类型支持) | — | + + + 与 `openyida data query tasks` 不同,`task-center` 命令查询的是全局任务中心数据,不需要传入 `appType` 参数。 + + +--- + ## 流程管理 ```bash From 69332f4854b08dc0663ab996918a33ff20c9a29f Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 08:24:21 +0000 Subject: [PATCH 2/2] Add DingTalk CLI, task center, and conversation export to CLI reference --- ar/features/skills.mdx | 116 ++++++++++++++++++++++-------------- de/features/skills.mdx | 116 ++++++++++++++++++++++-------------- en/features/skills.mdx | 116 ++++++++++++++++++++++-------------- es/features/skills.mdx | 116 ++++++++++++++++++++++-------------- fr/features/skills.mdx | 116 ++++++++++++++++++++++-------------- hi/features/skills.mdx | 116 ++++++++++++++++++++++-------------- ja/features/skills.mdx | 116 ++++++++++++++++++++++-------------- ko/features/skills.mdx | 116 ++++++++++++++++++++++-------------- pt/features/skills.mdx | 116 ++++++++++++++++++++++-------------- vi/features/skills.mdx | 116 ++++++++++++++++++++++-------------- zh-Hant/features/skills.mdx | 116 ++++++++++++++++++++++-------------- zh/features/skills.mdx | 116 ++++++++++++++++++++++-------------- 12 files changed, 840 insertions(+), 552 deletions(-) diff --git a/ar/features/skills.mdx b/ar/features/skills.mdx index 93696a1..9078b3c 100644 --- a/ar/features/skills.mdx +++ b/ar/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## مركز المهام العالمي - -استعلم عن بيانات مركز المهام العالمي للمستخدم الحالي دون تحديد `appType`. - -```bash -# المهام المعلقة -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# أنشأتها -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# المعالجة -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# نسخة إلي -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# تقديم بالنيابة -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### أنواع المهام - -| النوع | الوصف | نقطة نهاية API | -|-------|-------|---------------| -| `todo` | مهام معلقة تحتاج إلى إجراء | `getTodoTasksInCorp` | -| `created` | عمليات بدأتها أنت | `getMyCreateInCorp` | -| `done` | مهام تمت معالجتها | `getDoneTasksInCorp` | -| `cc` | مهام تم نسخك فيها | `getNotifyMeInCorp` | -| `proxy` | عمليات قُدمت بالنيابة | `getSubmitAgentInCorp` | - -### المعلمات الاختيارية - -| المعلمة | الوصف | القيمة الافتراضية | -|---------|-------|-----------------| -| `--page N` | رقم الصفحة | `1` | -| `--size N` | عناصر لكل صفحة (الحد الأقصى 100) | `20` | -| `--keyword TEXT` | كلمة البحث | — | -| `--no-detail` | حذف التفاصيل (فقط لنوع `created`) | — | - - - على عكس `openyida data query tasks`، يستعلم أمر `task-center` عن بيانات مركز المهام العالمي ولا يتطلب معلمة `appType`. - - ---- - ## إدارة العمليات ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh <المسار> --- +## تكامل DingTalk CLI + +```bash +# تمرير أوامر DingTalk CLI (dws) +openyida dws [args] + +# تثبيت DingTalk CLI +openyida dws install + +# عرض مساعدة dws +openyida dws help + +# أمثلة +openyida dws contact user search --keyword "اسم" # البحث عن جهات الاتصال +openyida dws calendar event list # عرض أحداث التقويم +openyida dws todo task create --title "مهمة" # إنشاء مهمة +openyida dws approval instance list # عرض حالات الموافقة +openyida dws attendance record list # الاستعلام عن سجلات الحضور +openyida dws chat robot send --content "رسالة" # إرسال رسالة روبوت +``` + +أضف `-f json` لإخراج JSON (مفيد لوكلاء الذكاء الاصطناعي). + + +يجب تثبيت DingTalk CLI (`dws`) بشكل منفصل. قم بتشغيل `openyida dws install` للتثبيت الموجّه، أو قم بزيارة [مستودع DingTalk CLI](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) للإعداد اليدوي. + + +### الخدمات المدعومة + +| الخدمة | بادئة الأمر | الوصف | +|--------|-----------|-------| +| جهات الاتصال | `contact` | إدارة المستخدمين/الأقسام | +| التقويم | `calendar` | إنشاء الأحداث، استعلامات التوفر | +| المهام | `todo` | إنشاء وتعيين المهام | +| الموافقة | `approval` | إدارة حالات العملية | +| الحضور | `attendance` | استعلام سجلات الحضور | +| الدردشة | `chat` | إرسال رسائل الروبوت | +| DING | `ding` | إرسال رسائل DING | +| التقارير | `report` | إدارة التقارير | +| مساحة العمل | `workbench` | استعلامات التطبيقات | +| وثائق المطورين | `devdoc` | البحث في الوثائق | + +--- + +## مركز المهام + +```bash +# الاستعلام عن مركز المهام +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +الأنواع المدعومة: `todo` (قيد الانتظار)، `created` (أنشأتها)، `done` (تمت معالجتها)، `cc` (نسخة)، `pre-submit` (إرسال بالنيابة). + +--- + +## تصدير المحادثات + +```bash +# تصدير سجلات محادثات الذكاء الاصطناعي +openyida export-conversation [خيارات] + +# الخيارات +openyida export-conversation --output # تحديد مسار ملف الإخراج +openyida export-conversation --input # تحديد ملف المحادثة المدخل +openyida export-conversation --latest # تصدير أحدث محادثة فقط (افتراضي) +openyida export-conversation --list # عرض المحادثات المتاحة +``` + +--- + ## الخيارات العامة | الخيار | الوصف | diff --git a/de/features/skills.mdx b/de/features/skills.mdx index d429df8..f26298d 100644 --- a/de/features/skills.mdx +++ b/de/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## Globales Aufgabenzentrum - -Fragen Sie die globalen Aufgabenzentrumsdaten des aktuellen Benutzers ab, ohne einen `appType` anzugeben. - -```bash -# Offene Aufgaben -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# Von mir erstellt -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# Erledigt -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# In Kopie -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# Stellvertretend eingereicht -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### Aufgabentypen - -| Typ | Beschreibung | API-Endpunkt | -|-----|-------------|-------------| -| `todo` | Ausstehende Aufgaben | `getTodoTasksInCorp` | -| `created` | Von Ihnen gestartete Prozesse | `getMyCreateInCorp` | -| `done` | Bereits bearbeitete Aufgaben | `getDoneTasksInCorp` | -| `cc` | Aufgaben in Kopie | `getNotifyMeInCorp` | -| `proxy` | Stellvertretend eingereichte Prozesse | `getSubmitAgentInCorp` | - -### Optionale Parameter - -| Parameter | Beschreibung | Standardwert | -|-----------|-------------|-------------| -| `--page N` | Seitennummer | `1` | -| `--size N` | Einträge pro Seite (max. 100) | `20` | -| `--keyword TEXT` | Suchbegriff | — | -| `--no-detail` | Details weglassen (nur für Typ `created`) | — | - - - Im Gegensatz zu `openyida data query tasks` fragt der Befehl `task-center` globale Aufgabenzentrumsdaten ab und benötigt keinen `appType`-Parameter. - - ---- - ## Prozessverwaltung ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh --- +## DingTalk CLI-Integration + +```bash +# DingTalk CLI (dws) Befehle durchreichen +openyida dws [args] + +# DingTalk CLI installieren +openyida dws install + +# dws-Hilfe anzeigen +openyida dws help + +# Beispiele +openyida dws contact user search --keyword "Name" # Kontakte suchen +openyida dws calendar event list # Kalendertermine auflisten +openyida dws todo task create --title "Aufgabe" # Aufgabe erstellen +openyida dws approval instance list # Genehmigungsinstanzen auflisten +openyida dws attendance record list # Anwesenheitsdaten abfragen +openyida dws chat robot send --content "Nachricht" # Roboter-Nachricht senden +``` + +Fügen Sie `-f json` für JSON-Ausgabe hinzu (nützlich für KI-Agenten). + + +DingTalk CLI (`dws`) muss separat installiert werden. Führen Sie `openyida dws install` für eine geführte Installation aus, oder besuchen Sie das [DingTalk CLI-Repository](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) für die manuelle Einrichtung. + + +### Unterstützte Dienste + +| Dienst | Befehlspräfix | Beschreibung | +|--------|--------------|--------------| +| Kontakte | `contact` | Benutzer-/Abteilungsverwaltung | +| Kalender | `calendar` | Terminerstellung, Verfügbarkeitsabfragen | +| Aufgaben | `todo` | Aufgabenerstellung und -zuweisung | +| Genehmigung | `approval` | Prozessinstanzverwaltung | +| Anwesenheit | `attendance` | Stempeluhr-Abfragen | +| Chat | `chat` | Roboter-Nachrichtenversand | +| DING | `ding` | DING-Nachrichtenversand | +| Berichte | `report` | Berichtsverwaltung | +| Arbeitsbereich | `workbench` | Anwendungsabfragen | +| Entwickler-Docs | `devdoc` | Dokumentationssuche | + +--- + +## Aufgabenzentrum + +```bash +# Aufgabenzentrum abfragen +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +Unterstützte Typen: `todo` (zu erledigen), `created` (von mir erstellt), `done` (erledigt), `cc` (in Kopie), `pre-submit` (Stellvertretende Einreichung). + +--- + +## Konversationsexport + +```bash +# KI-Konversationsaufzeichnungen exportieren +openyida export-conversation [Optionen] + +# Optionen +openyida export-conversation --output # Ausgabedateipfad angeben +openyida export-conversation --input # Eingabe-Konversationsdatei angeben +openyida export-conversation --latest # Nur neueste Konversation exportieren (Standard) +openyida export-conversation --list # Verfügbare Konversationen auflisten +``` + +--- + ## Globale Optionen | Option | Beschreibung | diff --git a/en/features/skills.mdx b/en/features/skills.mdx index 1b33cc8..d105f3c 100644 --- a/en/features/skills.mdx +++ b/en/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## Global task center - -Query the current user's global task center data without specifying an `appType`. - -```bash -# Todo tasks -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# Created by me -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# Done tasks -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# CC'd to me -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# Submitted by proxy -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### Task types - -| Type | Description | API endpoint | -|------|-------------|--------------| -| `todo` | Tasks pending your action | `getTodoTasksInCorp` | -| `created` | Tasks you initiated | `getMyCreateInCorp` | -| `done` | Tasks you have processed | `getDoneTasksInCorp` | -| `cc` | Tasks CC'd to you | `getNotifyMeInCorp` | -| `proxy` | Tasks submitted on your behalf | `getSubmitAgentInCorp` | - -### Optional parameters - -| Parameter | Description | Default | -|-----------|-------------|---------| -| `--page N` | Page number | `1` | -| `--size N` | Items per page (max 100) | `20` | -| `--keyword TEXT` | Search keyword | — | -| `--no-detail` | Omit detail data (only supported for `created` type) | — | - - - Unlike `openyida data query tasks`, the `task-center` command queries global task center data and does not require an `appType` parameter. - - ---- - ## Process management ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh --- +## DingTalk CLI integration + +```bash +# Pass-through to DingTalk CLI (dws) +openyida dws [args] + +# Install DingTalk CLI +openyida dws install + +# Show dws help +openyida dws help + +# Examples +openyida dws contact user search --keyword "name" # Search contacts +openyida dws calendar event list # List calendar events +openyida dws todo task create --title "task" # Create a todo +openyida dws approval instance list # List approval instances +openyida dws attendance record list # Query attendance records +openyida dws chat robot send --content "message" # Send robot message +``` + +Use `-f json` for JSON output (useful for AI agents). + + +DingTalk CLI (`dws`) must be installed separately. Run `openyida dws install` for guided installation, or visit the [DingTalk CLI repository](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) for manual setup. + + +### Supported services + +| Service | Command prefix | Description | +|---------|---------------|-------------| +| Contacts | `contact` | User and department management | +| Calendar | `calendar` | Event creation, availability queries | +| Todo | `todo` | Task creation and assignment | +| Approval | `approval` | Process instance management | +| Attendance | `attendance` | Clock-in record queries | +| Chat | `chat` | Robot message sending | +| DING | `ding` | DING message sending | +| Report | `report` | Report management | +| Workbench | `workbench` | Application queries | +| Dev docs | `devdoc` | Documentation search | + +--- + +## Task center + +```bash +# Query task center +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +Supported types: `todo`, `created`, `done`, `cc`, `pre-submit`. + +--- + +## Conversation export + +```bash +# Export AI conversation records +openyida export-conversation [options] + +# Options +openyida export-conversation --output # Specify output file path +openyida export-conversation --input # Specify input conversation file +openyida export-conversation --latest # Export latest conversation only (default) +openyida export-conversation --list # List available conversations +``` + +--- + ## Global options | Option | Description | diff --git a/es/features/skills.mdx b/es/features/skills.mdx index bc101d1..b7a3f06 100644 --- a/es/features/skills.mdx +++ b/es/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## Centro de tareas global - -Consulte los datos del centro de tareas global del usuario actual sin especificar un `appType`. - -```bash -# Tareas pendientes -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# Creadas por mí -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# Procesadas -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# Con copia -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# Enviadas por delegación -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### Tipos de tareas - -| Tipo | Descripción | Endpoint API | -|------|-------------|-------------| -| `todo` | Tareas pendientes de acción | `getTodoTasksInCorp` | -| `created` | Procesos que usted inició | `getMyCreateInCorp` | -| `done` | Tareas ya procesadas | `getDoneTasksInCorp` | -| `cc` | Tareas en copia | `getNotifyMeInCorp` | -| `proxy` | Procesos enviados por delegación | `getSubmitAgentInCorp` | - -### Parámetros opcionales - -| Parámetro | Descripción | Valor predeterminado | -|-----------|-------------|---------------------| -| `--page N` | Número de página | `1` | -| `--size N` | Elementos por página (máx. 100) | `20` | -| `--keyword TEXT` | Palabra clave de búsqueda | — | -| `--no-detail` | Omitir detalles (solo para tipo `created`) | — | - - - A diferencia de `openyida data query tasks`, el comando `task-center` consulta datos del centro de tareas global y no requiere un parámetro `appType`. - - ---- - ## Gestión de procesos ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh --- +## Integración de DingTalk CLI + +```bash +# Pasar comandos al DingTalk CLI (dws) +openyida dws [args] + +# Instalar DingTalk CLI +openyida dws install + +# Mostrar ayuda de dws +openyida dws help + +# Ejemplos +openyida dws contact user search --keyword "nombre" # Buscar contactos +openyida dws calendar event list # Listar eventos del calendario +openyida dws todo task create --title "tarea" # Crear una tarea pendiente +openyida dws approval instance list # Listar instancias de aprobación +openyida dws attendance record list # Consultar registros de asistencia +openyida dws chat robot send --content "mensaje" # Enviar mensaje de robot +``` + +Agregue `-f json` para salida JSON (útil para agentes de IA). + + +DingTalk CLI (`dws`) debe instalarse por separado. Ejecute `openyida dws install` para una instalación guiada, o visite el [repositorio de DingTalk CLI](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) para la configuración manual. + + +### Servicios soportados + +| Servicio | Prefijo de comando | Descripción | +|----------|-------------------|-------------| +| Contactos | `contact` | Gestión de usuarios/departamentos | +| Calendario | `calendar` | Creación de eventos, consultas de disponibilidad | +| Pendientes | `todo` | Creación y asignación de tareas | +| Aprobación | `approval` | Gestión de instancias de proceso | +| Asistencia | `attendance` | Consulta de registros de fichaje | +| Chat | `chat` | Envío de mensajes de robot | +| DING | `ding` | Envío de mensajes DING | +| Informes | `report` | Gestión de informes | +| Espacio de trabajo | `workbench` | Consultas de aplicaciones | +| Docs de desarrollo | `devdoc` | Búsqueda de documentación | + +--- + +## Centro de tareas + +```bash +# Consultar el centro de tareas +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +Tipos soportados: `todo` (pendientes), `created` (creadas por mí), `done` (procesadas), `cc` (en copia), `pre-submit` (envío por delegación). + +--- + +## Exportación de conversaciones + +```bash +# Exportar registros de conversaciones de IA +openyida export-conversation [opciones] + +# Opciones +openyida export-conversation --output # Especificar ruta del archivo de salida +openyida export-conversation --input # Especificar archivo de conversación de entrada +openyida export-conversation --latest # Exportar solo la última conversación (predeterminado) +openyida export-conversation --list # Listar conversaciones disponibles +``` + +--- + ## Opciones globales | Opción | Descripción | diff --git a/fr/features/skills.mdx b/fr/features/skills.mdx index 574ef37..f4da649 100644 --- a/fr/features/skills.mdx +++ b/fr/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## Centre de tâches global - -Interrogez les données du centre de tâches global de l'utilisateur actuel sans spécifier d'`appType`. - -```bash -# Tâches à faire -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# Créées par moi -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# Traitées -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# En copie -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# Soumises par délégation -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### Types de tâches - -| Type | Description | Point de terminaison API | -|------|-------------|------------------------| -| `todo` | Tâches en attente de traitement | `getTodoTasksInCorp` | -| `created` | Processus que vous avez initiés | `getMyCreateInCorp` | -| `done` | Tâches que vous avez traitées | `getDoneTasksInCorp` | -| `cc` | Tâches en copie | `getNotifyMeInCorp` | -| `proxy` | Processus soumis par délégation | `getSubmitAgentInCorp` | - -### Paramètres optionnels - -| Paramètre | Description | Valeur par défaut | -|-----------|-------------|-------------------| -| `--page N` | Numéro de page | `1` | -| `--size N` | Éléments par page (max 100) | `20` | -| `--keyword TEXT` | Mot-clé de recherche | — | -| `--no-detail` | Omettre les détails (uniquement pour le type `created`) | — | - - - Contrairement à `openyida data query tasks`, la commande `task-center` interroge les données du centre de tâches global et ne nécessite pas de paramètre `appType`. - - ---- - ## Gestion des processus ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh --- +## Intégration DingTalk CLI + +```bash +# Passer des commandes au DingTalk CLI (dws) +openyida dws [args] + +# Installer DingTalk CLI +openyida dws install + +# Afficher l'aide dws +openyida dws help + +# Exemples +openyida dws contact user search --keyword "nom" # Rechercher des contacts +openyida dws calendar event list # Lister les événements du calendrier +openyida dws todo task create --title "tâche" # Créer une tâche +openyida dws approval instance list # Lister les instances d'approbation +openyida dws attendance record list # Consulter les relevés de présence +openyida dws chat robot send --content "message" # Envoyer un message robot +``` + +Ajoutez `-f json` pour une sortie JSON (utile pour les agents IA). + + +DingTalk CLI (`dws`) doit être installé séparément. Exécutez `openyida dws install` pour une installation guidée, ou visitez le [dépôt DingTalk CLI](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) pour une installation manuelle. + + +### Services pris en charge + +| Service | Préfixe de commande | Description | +|---------|---------------------|-------------| +| Contacts | `contact` | Gestion des utilisateurs/départements | +| Calendrier | `calendar` | Création d'événements, requêtes de disponibilité | +| Tâches | `todo` | Création et attribution de tâches | +| Approbation | `approval` | Gestion des instances de processus | +| Présence | `attendance` | Consultation des relevés de pointage | +| Chat | `chat` | Envoi de messages robot | +| DING | `ding` | Envoi de messages DING | +| Rapports | `report` | Gestion des rapports | +| Espace de travail | `workbench` | Requêtes d'applications | +| Documentation dev | `devdoc` | Recherche de documentation | + +--- + +## Centre de tâches + +```bash +# Consulter le centre de tâches +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +Types pris en charge : `todo` (à faire), `created` (créées par moi), `done` (traitées), `cc` (en copie), `pre-submit` (soumission par procuration). + +--- + +## Export de conversations + +```bash +# Exporter les enregistrements de conversations IA +openyida export-conversation [options] + +# Options +openyida export-conversation --output # Spécifier le chemin du fichier de sortie +openyida export-conversation --input # Spécifier le fichier de conversation en entrée +openyida export-conversation --latest # Exporter uniquement la dernière conversation (par défaut) +openyida export-conversation --list # Lister les conversations disponibles +``` + +--- + ## Options globales | Option | Description | diff --git a/hi/features/skills.mdx b/hi/features/skills.mdx index 1f691aa..c814b35 100644 --- a/hi/features/skills.mdx +++ b/hi/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## वैश्विक कार्य केंद्र - -`appType` निर्दिष्ट किए बिना वर्तमान उपयोगकर्ता के वैश्विक कार्य केंद्र डेटा की क्वेरी करें। - -```bash -# लंबित कार्य -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# मेरे द्वारा बनाए गए -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# पूर्ण किए गए -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# CC किए गए -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# प्रतिनिधि प्रस्तुतिकरण -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### कार्य प्रकार - -| प्रकार | विवरण | API एंडपॉइंट | -|--------|-------|--------------| -| `todo` | लंबित कार्य | `getTodoTasksInCorp` | -| `created` | आपके द्वारा शुरू की गई प्रक्रियाएं | `getMyCreateInCorp` | -| `done` | पहले से संसाधित कार्य | `getDoneTasksInCorp` | -| `cc` | CC किए गए कार्य | `getNotifyMeInCorp` | -| `proxy` | प्रतिनिधि द्वारा प्रस्तुत प्रक्रियाएं | `getSubmitAgentInCorp` | - -### वैकल्पिक पैरामीटर - -| पैरामीटर | विवरण | डिफ़ॉल्ट | -|----------|-------|---------| -| `--page N` | पृष्ठ संख्या | `1` | -| `--size N` | प्रति पृष्ठ आइटम (अधिकतम 100) | `20` | -| `--keyword TEXT` | खोज कीवर्ड | — | -| `--no-detail` | विवरण छोड़ें (केवल `created` प्रकार के लिए) | — | - - - `openyida data query tasks` के विपरीत, `task-center` कमांड वैश्विक कार्य केंद्र डेटा की क्वेरी करता है और `appType` पैरामीटर की आवश्यकता नहीं है। - - ---- - ## प्रक्रिया प्रबंधन ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh <पथ> --- +## DingTalk CLI एकीकरण + +```bash +# DingTalk CLI (dws) कमांड पास-थ्रू +openyida dws [args] + +# DingTalk CLI इंस्टॉल करें +openyida dws install + +# dws सहायता दिखाएं +openyida dws help + +# उदाहरण +openyida dws contact user search --keyword "नाम" # संपर्क खोजें +openyida dws calendar event list # कैलेंडर इवेंट सूचीबद्ध करें +openyida dws todo task create --title "कार्य" # टू-डू बनाएं +openyida dws approval instance list # अनुमोदन इंस्टेंस सूचीबद्ध करें +openyida dws attendance record list # उपस्थिति रिकॉर्ड क्वेरी करें +openyida dws chat robot send --content "संदेश" # रोबोट संदेश भेजें +``` + +JSON आउटपुट के लिए `-f json` जोड़ें (AI एजेंट के लिए उपयोगी)। + + +DingTalk CLI (`dws`) को अलग से इंस्टॉल करना होगा। गाइडेड इंस्टॉलेशन के लिए `openyida dws install` चलाएं, या मैनुअल सेटअप के लिए [DingTalk CLI रिपॉजिटरी](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) पर जाएं। + + +### समर्थित सेवाएं + +| सेवा | कमांड प्रीफ़िक्स | विवरण | +|------|----------------|-------| +| संपर्क | `contact` | उपयोगकर्ता/विभाग प्रबंधन | +| कैलेंडर | `calendar` | इवेंट निर्माण, उपलब्धता क्वेरी | +| टू-डू | `todo` | कार्य निर्माण और असाइनमेंट | +| अनुमोदन | `approval` | प्रक्रिया इंस्टेंस प्रबंधन | +| उपस्थिति | `attendance` | पंचिंग रिकॉर्ड क्वेरी | +| चैट | `chat` | रोबोट संदेश भेजना | +| DING | `ding` | DING संदेश भेजना | +| रिपोर्ट | `report` | रिपोर्ट प्रबंधन | +| वर्कबेंच | `workbench` | एप्लिकेशन क्वेरी | +| डेव डॉक्स | `devdoc` | दस्तावेज़ खोज | + +--- + +## कार्य केंद्र + +```bash +# कार्य केंद्र क्वेरी करें +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +समर्थित प्रकार: `todo` (लंबित), `created` (मेरे द्वारा बनाए गए), `done` (संसाधित), `cc` (कॉपी), `pre-submit` (प्रतिनिधि सबमिशन)। + +--- + +## वार्तालाप निर्यात + +```bash +# AI वार्तालाप रिकॉर्ड निर्यात करें +openyida export-conversation [विकल्प] + +# विकल्प +openyida export-conversation --output # आउटपुट फ़ाइल पथ निर्दिष्ट करें +openyida export-conversation --input # इनपुट वार्तालाप फ़ाइल निर्दिष्ट करें +openyida export-conversation --latest # केवल नवीनतम वार्तालाप निर्यात करें (डिफ़ॉल्ट) +openyida export-conversation --list # उपलब्ध वार्तालाप सूचीबद्ध करें +``` + +--- + ## वैश्विक विकल्प | विकल्प | विवरण | diff --git a/ja/features/skills.mdx b/ja/features/skills.mdx index bd66f9c..b7c7354 100644 --- a/ja/features/skills.mdx +++ b/ja/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## グローバルタスクセンター - -`appType` を指定せずに、現在のユーザーのグローバルタスクセンターデータを照会します。 - -```bash -# 未処理タスク -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# 自分が作成した -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# 処理済み -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# CC されたタスク -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# 代理提出 -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### タスクタイプ - -| タイプ | 説明 | API エンドポイント | -|--------|------|-------------------| -| `todo` | 未処理タスク(対応が必要なもの) | `getTodoTasksInCorp` | -| `created` | 自分が作成した(自分が開始したプロセス) | `getMyCreateInCorp` | -| `done` | 処理済み(既に処理したもの) | `getDoneTasksInCorp` | -| `cc` | CC されたタスク | `getNotifyMeInCorp` | -| `proxy` | 代理提出(代理で提出したプロセス) | `getSubmitAgentInCorp` | - -### オプションパラメータ - -| パラメータ | 説明 | デフォルト | -|-----------|------|-----------| -| `--page N` | ページ番号 | `1` | -| `--size N` | 1ページあたりの件数(最大 100) | `20` | -| `--keyword TEXT` | 検索キーワード | — | -| `--no-detail` | 詳細を返さない(`created` タイプのみ対応) | — | - - - `openyida data query tasks` とは異なり、`task-center` コマンドはグローバルタスクセンターデータを照会し、`appType` パラメータは不要です。 - - ---- - ## プロセス管理 ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh <路径> --- +## DingTalk CLI統合 + +```bash +# DingTalk CLI (dws) コマンドのパススルー +openyida dws [args] + +# DingTalk CLIのインストール +openyida dws install + +# dwsヘルプの表示 +openyida dws help + +# 例 +openyida dws contact user search --keyword "悟空" # 連絡先を検索 +openyida dws calendar event list # カレンダーイベント一覧 +openyida dws todo task create --title "タスク" # ToDoを作成 +openyida dws approval instance list # 承認インスタンス一覧 +openyida dws attendance record list # 勤怠記録を照会 +openyida dws chat robot send --content "メッセージ" # ロボットメッセージを送信 +``` + +`-f json` を追加するとJSON出力になります(AIエージェント向け)。 + + +DingTalk CLI (`dws`) は別途インストールが必要です。`openyida dws install` でガイド付きインストールを実行するか、[DingTalk CLIリポジトリ](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli)から手動でセットアップしてください。 + + +### サポートされるサービス + +| サービス | コマンドプレフィックス | 説明 | +|---------|---------------------|------| +| 連絡先 | `contact` | ユーザー/部門管理 | +| カレンダー | `calendar` | イベント作成/空き状況照会 | +| ToDo | `todo` | タスク作成/割り当て | +| 承認 | `approval` | プロセスインスタンス管理 | +| 勤怠 | `attendance` | 打刻記録照会 | +| チャット | `chat` | ロボットメッセージ送信 | +| DING | `ding` | DINGメッセージ送信 | +| レポート | `report` | レポート管理 | +| ワークベンチ | `workbench` | アプリケーション照会 | +| 開発者ドキュメント | `devdoc` | ドキュメント検索 | + +--- + +## タスクセンター + +```bash +# タスクセンターを照会 +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +サポートされるタイプ:`todo`(未処理)、`created`(作成済み)、`done`(処理済み)、`cc`(CC)、`pre-submit`(代理提出)。 + +--- + +## 会話エクスポート + +```bash +# AI会話記録をエクスポート +openyida export-conversation [オプション] + +# オプション +openyida export-conversation --output # 出力ファイルパスを指定 +openyida export-conversation --input # 入力会話ファイルを指定 +openyida export-conversation --latest # 最新の会話のみエクスポート(デフォルト) +openyida export-conversation --list # 利用可能な会話を一覧表示 +``` + +--- + ## グローバルオプション | オプション | 説明 | diff --git a/ko/features/skills.mdx b/ko/features/skills.mdx index 0749410..ad0ab9b 100644 --- a/ko/features/skills.mdx +++ b/ko/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## 글로벌 작업 센터 - -`appType`을 지정하지 않고 현재 사용자의 글로벌 작업 센터 데이터를 조회합니다. - -```bash -# 할 일 작업 -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# 내가 생성한 작업 -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# 처리 완료 -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# 참조로 받은 작업 -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# 대리 제출 -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### 작업 유형 - -| 유형 | 설명 | API 엔드포인트 | -|------|------|---------------| -| `todo` | 처리 대기 작업 | `getTodoTasksInCorp` | -| `created` | 내가 시작한 프로세스 | `getMyCreateInCorp` | -| `done` | 이미 처리한 작업 | `getDoneTasksInCorp` | -| `cc` | 참조로 받은 작업 | `getNotifyMeInCorp` | -| `proxy` | 대리 제출한 프로세스 | `getSubmitAgentInCorp` | - -### 선택적 매개변수 - -| 매개변수 | 설명 | 기본값 | -|----------|------|--------| -| `--page N` | 페이지 번호 | `1` | -| `--size N` | 페이지당 항목 수 (최대 100) | `20` | -| `--keyword TEXT` | 검색 키워드 | — | -| `--no-detail` | 상세 정보 생략 (`created` 유형만 지원) | — | - - - `openyida data query tasks`와 달리 `task-center` 명령은 글로벌 작업 센터 데이터를 조회하며 `appType` 매개변수가 필요하지 않습니다. - - ---- - ## 프로세스 관리 ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh <路径> --- +## DingTalk CLI 통합 + +```bash +# DingTalk CLI (dws) 명령어 패스스루 +openyida dws [args] + +# DingTalk CLI 설치 +openyida dws install + +# dws 도움말 표시 +openyida dws help + +# 예시 +openyida dws contact user search --keyword "이름" # 연락처 검색 +openyida dws calendar event list # 캘린더 이벤트 목록 +openyida dws todo task create --title "작업" # 할 일 생성 +openyida dws approval instance list # 결재 인스턴스 목록 +openyida dws attendance record list # 근태 기록 조회 +openyida dws chat robot send --content "메시지" # 로봇 메시지 전송 +``` + +`-f json`을 추가하면 JSON 출력을 사용합니다 (AI 에이전트용). + + +DingTalk CLI (`dws`)는 별도 설치가 필요합니다. `openyida dws install`로 안내에 따라 설치하거나, [DingTalk CLI 리포지토리](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli)에서 수동 설치하세요. + + +### 지원되는 서비스 + +| 서비스 | 명령어 접두사 | 설명 | +|--------|-------------|------| +| 연락처 | `contact` | 사용자/부서 관리 | +| 캘린더 | `calendar` | 일정 생성/가용성 조회 | +| 할 일 | `todo` | 작업 생성/할당 | +| 결재 | `approval` | 프로세스 인스턴스 관리 | +| 근태 | `attendance` | 출퇴근 기록 조회 | +| 채팅 | `chat` | 로봇 메시지 전송 | +| DING | `ding` | DING 메시지 전송 | +| 보고서 | `report` | 보고서 관리 | +| 워크벤치 | `workbench` | 애플리케이션 조회 | +| 개발자 문서 | `devdoc` | 문서 검색 | + +--- + +## 작업 센터 + +```bash +# 작업 센터 조회 +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +지원되는 유형: `todo` (할 일), `created` (내가 생성한), `done` (처리 완료), `cc` (참조), `pre-submit` (대리 제출). + +--- + +## 대화 내보내기 + +```bash +# AI 대화 기록 내보내기 +openyida export-conversation [옵션] + +# 옵션 +openyida export-conversation --output # 출력 파일 경로 지정 +openyida export-conversation --input # 입력 대화 파일 지정 +openyida export-conversation --latest # 최신 대화만 내보내기 (기본값) +openyida export-conversation --list # 사용 가능한 대화 목록 표시 +``` + +--- + ## 전역 옵션 | 옵션 | 설명 | diff --git a/pt/features/skills.mdx b/pt/features/skills.mdx index a7b04bb..bb1e91f 100644 --- a/pt/features/skills.mdx +++ b/pt/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## Centro de tarefas global - -Consulte os dados do centro de tarefas global do usuário atual sem especificar um `appType`. - -```bash -# Tarefas pendentes -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# Criadas por mim -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# Processadas -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# Com cópia -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# Enviadas por delegação -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### Tipos de tarefas - -| Tipo | Descrição | Endpoint da API | -|------|-----------|----------------| -| `todo` | Tarefas pendentes de ação | `getTodoTasksInCorp` | -| `created` | Processos que você iniciou | `getMyCreateInCorp` | -| `done` | Tarefas já processadas | `getDoneTasksInCorp` | -| `cc` | Tarefas em cópia | `getNotifyMeInCorp` | -| `proxy` | Processos enviados por delegação | `getSubmitAgentInCorp` | - -### Parâmetros opcionais - -| Parâmetro | Descrição | Padrão | -|-----------|-----------|--------| -| `--page N` | Número da página | `1` | -| `--size N` | Itens por página (máx. 100) | `20` | -| `--keyword TEXT` | Palavra-chave de pesquisa | — | -| `--no-detail` | Omitir detalhes (apenas para tipo `created`) | — | - - - Diferente de `openyida data query tasks`, o comando `task-center` consulta dados do centro de tarefas global e não requer um parâmetro `appType`. - - ---- - ## Gestão de processos ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh --- +## Integração com DingTalk CLI + +```bash +# Passar comandos para o DingTalk CLI (dws) +openyida dws [args] + +# Instalar DingTalk CLI +openyida dws install + +# Mostrar ajuda do dws +openyida dws help + +# Exemplos +openyida dws contact user search --keyword "nome" # Pesquisar contatos +openyida dws calendar event list # Listar eventos do calendário +openyida dws todo task create --title "tarefa" # Criar uma tarefa +openyida dws approval instance list # Listar instâncias de aprovação +openyida dws attendance record list # Consultar registros de presença +openyida dws chat robot send --content "mensagem" # Enviar mensagem de robô +``` + +Adicione `-f json` para saída JSON (útil para agentes de IA). + + +O DingTalk CLI (`dws`) deve ser instalado separadamente. Execute `openyida dws install` para instalação guiada, ou visite o [repositório do DingTalk CLI](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) para configuração manual. + + +### Serviços suportados + +| Serviço | Prefixo de comando | Descrição | +|---------|-------------------|-----------| +| Contatos | `contact` | Gerenciamento de usuários/departamentos | +| Calendário | `calendar` | Criação de eventos, consultas de disponibilidade | +| Tarefas | `todo` | Criação e atribuição de tarefas | +| Aprovação | `approval` | Gerenciamento de instâncias de processo | +| Presença | `attendance` | Consulta de registros de ponto | +| Chat | `chat` | Envio de mensagens de robô | +| DING | `ding` | Envio de mensagens DING | +| Relatórios | `report` | Gerenciamento de relatórios | +| Área de trabalho | `workbench` | Consultas de aplicativos | +| Docs de desenvolvimento | `devdoc` | Pesquisa de documentação | + +--- + +## Central de tarefas + +```bash +# Consultar a central de tarefas +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +Tipos suportados: `todo` (pendentes), `created` (criadas por mim), `done` (processadas), `cc` (em cópia), `pre-submit` (envio por delegação). + +--- + +## Exportação de conversas + +```bash +# Exportar registros de conversas de IA +openyida export-conversation [opções] + +# Opções +openyida export-conversation --output # Especificar caminho do arquivo de saída +openyida export-conversation --input # Especificar arquivo de conversa de entrada +openyida export-conversation --latest # Exportar apenas a conversa mais recente (padrão) +openyida export-conversation --list # Listar conversas disponíveis +``` + +--- + ## Opções globais | Opção | Descrição | diff --git a/vi/features/skills.mdx b/vi/features/skills.mdx index d5c8ac8..2db400b 100644 --- a/vi/features/skills.mdx +++ b/vi/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## Trung tâm tác vụ toàn cục - -Truy vấn dữ liệu trung tâm tác vụ toàn cục của người dùng hiện tại mà không cần chỉ định `appType`. - -```bash -# Tác vụ cần làm -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# Do tôi tạo -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# Đã xử lý -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# Được CC -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# Gửi thay -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### Loại tác vụ - -| Loại | Mô tả | Endpoint API | -|------|-------|-------------| -| `todo` | Tác vụ đang chờ xử lý | `getTodoTasksInCorp` | -| `created` | Quy trình bạn đã khởi tạo | `getMyCreateInCorp` | -| `done` | Tác vụ đã xử lý | `getDoneTasksInCorp` | -| `cc` | Tác vụ được CC | `getNotifyMeInCorp` | -| `proxy` | Quy trình gửi thay | `getSubmitAgentInCorp` | - -### Tham số tùy chọn - -| Tham số | Mô tả | Mặc định | -|---------|-------|----------| -| `--page N` | Số trang | `1` | -| `--size N` | Số mục mỗi trang (tối đa 100) | `20` | -| `--keyword TEXT` | Từ khóa tìm kiếm | — | -| `--no-detail` | Bỏ qua chi tiết (chỉ hỗ trợ loại `created`) | — | - - - Khác với `openyida data query tasks`, lệnh `task-center` truy vấn dữ liệu trung tâm tác vụ toàn cục và không yêu cầu tham số `appType`. - - ---- - ## Quản lý quy trình ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh <đường_dẫn> --- +## Tích hợp DingTalk CLI + +```bash +# Chuyển tiếp lệnh đến DingTalk CLI (dws) +openyida dws [args] + +# Cài đặt DingTalk CLI +openyida dws install + +# Hiển thị trợ giúp dws +openyida dws help + +# Ví dụ +openyida dws contact user search --keyword "tên" # Tìm kiếm liên hệ +openyida dws calendar event list # Liệt kê sự kiện lịch +openyida dws todo task create --title "công việc" # Tạo việc cần làm +openyida dws approval instance list # Liệt kê phiên bản phê duyệt +openyida dws attendance record list # Truy vấn hồ sơ chấm công +openyida dws chat robot send --content "tin nhắn" # Gửi tin nhắn robot +``` + +Thêm `-f json` để xuất dạng JSON (hữu ích cho AI agent). + + +DingTalk CLI (`dws`) cần được cài đặt riêng. Chạy `openyida dws install` để cài đặt có hướng dẫn, hoặc truy cập [kho DingTalk CLI](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) để thiết lập thủ công. + + +### Dịch vụ được hỗ trợ + +| Dịch vụ | Tiền tố lệnh | Mô tả | +|---------|--------------|-------| +| Danh bạ | `contact` | Quản lý người dùng/phòng ban | +| Lịch | `calendar` | Tạo sự kiện, truy vấn lịch rảnh | +| Việc cần làm | `todo` | Tạo và phân công công việc | +| Phê duyệt | `approval` | Quản lý phiên bản quy trình | +| Chấm công | `attendance` | Truy vấn hồ sơ chấm công | +| Trò chuyện | `chat` | Gửi tin nhắn robot | +| DING | `ding` | Gửi tin nhắn DING | +| Báo cáo | `report` | Quản lý báo cáo | +| Bàn làm việc | `workbench` | Truy vấn ứng dụng | +| Tài liệu dev | `devdoc` | Tìm kiếm tài liệu | + +--- + +## Trung tâm công việc + +```bash +# Truy vấn trung tâm công việc +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +Các loại được hỗ trợ: `todo` (cần làm), `created` (tôi tạo), `done` (đã xử lý), `cc` (bản sao), `pre-submit` (gửi thay). + +--- + +## Xuất cuộc hội thoại + +```bash +# Xuất bản ghi cuộc hội thoại AI +openyida export-conversation [tùy chọn] + +# Tùy chọn +openyida export-conversation --output # Chỉ định đường dẫn tệp đầu ra +openyida export-conversation --input # Chỉ định tệp cuộc hội thoại đầu vào +openyida export-conversation --latest # Chỉ xuất cuộc hội thoại mới nhất (mặc định) +openyida export-conversation --list # Liệt kê các cuộc hội thoại có sẵn +``` + +--- + ## Tùy chọn toàn cục | Tùy chọn | Mô tả | diff --git a/zh-Hant/features/skills.mdx b/zh-Hant/features/skills.mdx index ff94251..1a1b4ec 100644 --- a/zh-Hant/features/skills.mdx +++ b/zh-Hant/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## 全域任務中心 - -查詢當前使用者的全域任務中心資料,無需指定 `appType`。 - -```bash -# 待辦任務 -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# 我創建的 -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# 我已處理 -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# 抄送我的 -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# 我代提交的 -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### 任務類型 - -| 類型 | 說明 | API 介面 | -|------|------|----------| -| `todo` | 待辦任務(需要我處理的) | `getTodoTasksInCorp` | -| `created` | 我創建的(我發起的流程) | `getMyCreateInCorp` | -| `done` | 我已處理(我已經處理過的) | `getDoneTasksInCorp` | -| `cc` | 抄送我的 | `getNotifyMeInCorp` | -| `proxy` | 我代提交的(代理提交的流程) | `getSubmitAgentInCorp` | - -### 可選參數 - -| 參數 | 說明 | 預設值 | -|------|------|--------| -| `--page N` | 頁碼 | `1` | -| `--size N` | 每頁筆數(最大 100) | `20` | -| `--keyword TEXT` | 搜尋關鍵詞 | — | -| `--no-detail` | 不回傳詳情(僅 `created` 類型支援) | — | - - - 與 `openyida data query tasks` 不同,`task-center` 命令查詢的是全域任務中心資料,不需要傳入 `appType` 參數。 - - ---- - ## 流程管理 ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh <路徑> --- +## 釘釘 CLI 整合 + +```bash +# 透傳釘釘 CLI (dws) 命令 +openyida dws [args] + +# 安裝釘釘 CLI +openyida dws install + +# 顯示 dws 幫助 +openyida dws help + +# 範例 +openyida dws contact user search --keyword "悟空" # 搜尋聯絡人 +openyida dws calendar event list # 列出日曆事件 +openyida dws todo task create --title "任務" # 建立待辦 +openyida dws approval instance list # 列出審批實例 +openyida dws attendance record list # 查詢考勤記錄 +openyida dws chat robot send --content "訊息" # 發送機器人訊息 +``` + +添加 `-f json` 參數使用 JSON 輸出(適合 AI Agent)。 + + +釘釘 CLI (`dws`) 需要單獨安裝。執行 `openyida dws install` 進行引導安裝,或訪問 [釘釘 CLI 倉庫](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) 手動安裝。 + + +### 支援的服務 + +| 服務 | 命令前綴 | 說明 | +|------|---------|------| +| 通訊錄 | `contact` | 用戶/部門管理 | +| 日曆 | `calendar` | 日程建立/閒忙查詢 | +| 待辦 | `todo` | 任務建立/分配 | +| 審批 | `approval` | 流程實例管理 | +| 考勤 | `attendance` | 打卡記錄查詢 | +| 群聊 | `chat` | 機器人訊息發送 | +| DING | `ding` | DING 訊息發送 | +| 日誌 | `report` | 日誌管理 | +| 工作台 | `workbench` | 應用查詢 | +| 開發者文件 | `devdoc` | 文件搜尋 | + +--- + +## 任務中心 + +```bash +# 查詢任務中心 +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +支援的類型:`todo`(待辦)、`created`(我建立的)、`done`(我已處理)、`cc`(抄送)、`pre-submit`(代提交)。 + +--- + +## 對話匯出 + +```bash +# 匯出 AI 對話記錄 +openyida export-conversation [選項] + +# 選項 +openyida export-conversation --output # 指定輸出檔案路徑 +openyida export-conversation --input # 指定輸入對話檔案 +openyida export-conversation --latest # 只匯出最新對話(預設) +openyida export-conversation --list # 列出可用的對話記錄 +``` + +--- + ## 全局選項 | 選項 | 說明 | diff --git a/zh/features/skills.mdx b/zh/features/skills.mdx index f75f9af..84f82d4 100644 --- a/zh/features/skills.mdx +++ b/zh/features/skills.mdx @@ -188,52 +188,6 @@ openyida data query subform --inst-id --table-field-id --- -## 全局任务中心 - -查询当前用户的全局任务中心数据,无需指定 `appType`。 - -```bash -# 待办任务 -openyida task-center todo [--page N] [--size N] [--keyword TEXT] - -# 我创建的 -openyida task-center created [--page N] [--size N] [--keyword TEXT] [--no-detail] - -# 我已处理 -openyida task-center done [--page N] [--size N] [--keyword TEXT] - -# 抄送我的 -openyida task-center cc [--page N] [--size N] [--keyword TEXT] - -# 我代提交的 -openyida task-center proxy [--page N] [--size N] [--keyword TEXT] -``` - -### 任务类型 - -| 类型 | 说明 | API 接口 | -|------|------|----------| -| `todo` | 待办任务(需要我处理的) | `getTodoTasksInCorp` | -| `created` | 我创建的(我发起的流程) | `getMyCreateInCorp` | -| `done` | 我已处理(我已经处理过的) | `getDoneTasksInCorp` | -| `cc` | 抄送我的 | `getNotifyMeInCorp` | -| `proxy` | 我代提交的(代理提交的流程) | `getSubmitAgentInCorp` | - -### 可选参数 - -| 参数 | 说明 | 默认值 | -|------|------|--------| -| `--page N` | 页码 | `1` | -| `--size N` | 每页条数(最大 100) | `20` | -| `--keyword TEXT` | 搜索关键词 | — | -| `--no-detail` | 不返回详情(仅 `created` 类型支持) | — | - - - 与 `openyida data query tasks` 不同,`task-center` 命令查询的是全局任务中心数据,不需要传入 `appType` 参数。 - - ---- - ## 流程管理 ```bash @@ -322,6 +276,76 @@ openyida cdn-refresh <路径> --- +## 钉钉 CLI 集成 + +```bash +# 透传钉钉 CLI (dws) 命令 +openyida dws [args] + +# 安装钉钉 CLI +openyida dws install + +# 显示 dws 帮助 +openyida dws help + +# 示例 +openyida dws contact user search --keyword "悟空" # 搜索联系人 +openyida dws calendar event list # 列出日历事件 +openyida dws todo task create --title "任务" # 创建待办 +openyida dws approval instance list # 列出审批实例 +openyida dws attendance record list # 查询考勤记录 +openyida dws chat robot send --content "消息" # 发送机器人消息 +``` + +添加 `-f json` 参数使用 JSON 输出(适合 AI Agent)。 + + +钉钉 CLI (`dws`) 需要单独安装。运行 `openyida dws install` 进行引导安装,或访问 [钉钉 CLI 仓库](https://github.com/DingTalk-Real-AI/dingtalk-workspace-cli) 手动安装。 + + +### 支持的服务 + +| 服务 | 命令前缀 | 说明 | +|------|---------|------| +| 通讯录 | `contact` | 用户/部门管理 | +| 日历 | `calendar` | 日程创建/闲忙查询 | +| 待办 | `todo` | 任务创建/分配 | +| 审批 | `approval` | 流程实例管理 | +| 考勤 | `attendance` | 打卡记录查询 | +| 群聊 | `chat` | 机器人消息发送 | +| DING | `ding` | DING 消息发送 | +| 日志 | `report` | 日志管理 | +| 工作台 | `workbench` | 应用查询 | +| 开发者文档 | `devdoc` | 文档搜索 | + +--- + +## 任务中心 + +```bash +# 查询任务中心 +openyida task-center [--page N] [--size N] [--keyword TEXT] +``` + +支持的类型:`todo`(待办)、`created`(我创建的)、`done`(我已处理)、`cc`(抄送)、`pre-submit`(代提交)。 + +--- + +## 对话导出 + +```bash +# 导出 AI 对话记录 +openyida export-conversation [选项] + +# 选项 +openyida export-conversation --output # 指定输出文件路径 +openyida export-conversation --input # 指定输入对话文件 +openyida export-conversation --latest # 只导出最新对话(默认) +openyida export-conversation --list # 列出可用的对话记录 +``` + +--- + ## 全局选项 | 选项 | 说明 |