Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: start marking plugins and features with Concord version #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/plugins-v2/asserts.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: Plugin makes it easy to add validation to your flows

# {{ page.title }}

_Available since version 2.19.0_

The `asserts` task allows you to verify conditions within your flows.
It ensures that required variables, inputs, or states are correctly set during process execution.
If a condition fails, the flow will terminate with an error, preventing further execution
Expand Down
2 changes: 2 additions & 0 deletions docs/plugins-v2/mocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ description: Safely and efficiently simulate behavior, verify interactions, and

# {{ page.title }}

_Available since version 2.19.0_

- [Usage](#usage)
- [How to mock a Task](#how-to-mock-a-task)
- [How to Mock a Task method](#how-to-mock-a-task-method)
Expand Down
2 changes: 2 additions & 0 deletions docs/processes-v2/flows.md
Original file line number Diff line number Diff line change
Expand Up @@ -1090,6 +1090,8 @@ flows:

### Testing in Concord

_Available since version 2.19.0_

Testing in Concord offers a comprehensive and flexible approach by leveraging powerful tools like
[mocks](../plugins-v2/mocks.html),
the [verify task](../plugins-v2/mocks.html#how-ot-verify-task-calls),
Expand Down
2 changes: 2 additions & 0 deletions docs/processes-v2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,8 @@ Any value type that can be represented as JSON is supported.

### Dry-run mode

_Available since version 2.19.0_

The dry-run mode allows you to execute a process without making any dangerous side-effects.
This is useful for testing and validating the flow logic before running it in production.

Expand Down