Skip to content

Commit f802f84

Browse files
Merge branch 'main' into feature/cmemcCustomHeader-CMEM-7546
2 parents 005653b + 40ead1a commit f802f84

4 files changed

Lines changed: 11 additions & 222 deletions

File tree

docs/automate/cmemc-command-line-interface/command-reference/index.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -90,14 +90,6 @@ tags:
9090
| [graph validation](graph/validation/index.md) | [inspect](graph/validation/index.md#graph-validation-inspect) | List and inspect errors found with a validation process. |
9191
| [graph validation](graph/validation/index.md) | [cancel](graph/validation/index.md#graph-validation-cancel) | Cancel a running validation process. |
9292
| [graph validation](graph/validation/index.md) | [export](graph/validation/index.md#graph-validation-export) | Export a report of finished validations. |
93-
| [package](package/index.md) | [inspect](package/index.md#package-inspect) | Inspect the manifest of a package. |
94-
| [package](package/index.md) | [list](package/index.md#package-list) | List installed packages. |
95-
| [package](package/index.md) | [install](package/index.md#package-install) | Install packages. |
96-
| [package](package/index.md) | [uninstall](package/index.md#package-uninstall) | Uninstall installed packages. |
97-
| [package](package/index.md) | [export](package/index.md#package-export) | Export installed packages to package directories. |
98-
| [package](package/index.md) | [build](package/index.md#package-build) | Build a package archive from a package directory. |
99-
| [package](package/index.md) | [publish](package/index.md#package-publish) | Publish a package archive to the marketplace server. |
100-
| [package](package/index.md) | [search](package/index.md#package-search) | Search for available packages with a given search text. |
10193
| [project](project/index.md) | [open](project/index.md#project-open) | Open projects in the browser. |
10294
| [project](project/index.md) | [list](project/index.md#project-list) | List available projects. |
10395
| [project](project/index.md) | [export](project/index.md#project-export) | Export projects to files. |

docs/automate/cmemc-command-line-interface/command-reference/package/index.md

Lines changed: 0 additions & 213 deletions
This file was deleted.

docs/automate/cmemc-command-line-interface/command-reference/workflow/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,11 @@ cmemc workflow status [OPTIONS] [WORKFLOW_IDS]...
145145
--raw Output raw JSON info.
146146
--filter [idle|not executed|finished|cancelled|failed|successful|canceling|running|waiting]
147147
Show only workflows of a specific status.
148+
--activity-type [ExecuteDefaultWorkflow|ExecuteLocalWorkflow|ExecuteWorkflowWithPayload]
149+
Activity type to get the status from.
150+
Defaults to ExecuteDefaultWorkflow. When
151+
using the IO command, consider using
152+
ExecuteWorkflowWithPayload
148153
```
149154

150155
## workflow open

docs/release-notes/corporate-memory-26-1/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This release delivers the following component versions:
3434

3535
- eccenca DataIntegration v26.1.0
3636
- eccenca Explore v26.1.1
37-
- eccenca Corporate Memory Control (cmemc) v26.1.0
37+
- eccenca Corporate Memory Control (cmemc) v26.1.1
3838
- eccenca Graph Insights v19.2.0
3939

4040
We tested this release with the following dependency components:
@@ -225,6 +225,11 @@ We are pleased to announce the release of Explore v26.1, which introduces badges
225225

226226
We are excited to announce the release of cmemc v26.1, which expands access-condition administration, adds richer project and query catalog operations, and improves list and output consistency across the CLI.
227227

228+
**v26.1.1 of cmemc ships the following fixes:**
229+
230+
- `workflow status` command
231+
- add `--activity-type` option to provide missing functionality to get the status of io workflows
232+
228233
**v26.1.0 of cmemc adds the following new features:**
229234

230235
- `admin workspace thread-dump` command

0 commit comments

Comments
 (0)