-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* modeler renaming * rename modeler page * resolve comments
- Loading branch information
1 parent
2c2c6c6
commit 3ac432b
Showing
113 changed files
with
215 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,12 +47,12 @@ For [Tasklist](/components/tasklist/introduction-to-tasklist.md) to claim the ta | |
the value of the `assignee` must be the user's **unique identifier**. | ||
The unique identifier depends on the authentication method used to login to Tasklist: | ||
|
||
- Camunda Platform 8 (login with email, Google, GitHub): `email` | ||
- Camunda 8 (login with email, Google, GitHub): `email` | ||
- Default Basic Auth (elasticsearch): `username` | ||
- IAM: `username` | ||
|
||
:::note | ||
For example, say you log into Tasklist using Camunda Platform 8 login with email using your email address `[email protected]`. Every time a user task activates with `assignee` set to value `[email protected]`, Tasklist automatically assigns it to you. You'll be able to find your new task under the task dropdown option `Claimed by me`. | ||
For example, say you log into Tasklist using Camunda 8 login with email using your email address `[email protected]`. Every time a user task activates with `assignee` set to value `[email protected]`, Tasklist automatically assigns it to you. You'll be able to find your new task under the task dropdown option `Claimed by me`. | ||
::: | ||
|
||
## Scheduling | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
--- | ||
id: c7-defining-templates | ||
title: Defining templates in Camunda Platform 7 | ||
title: Defining templates in Camunda 7 | ||
description: "Learn about JSON schema compatibility, supported BPMN types, defining template properties, and more." | ||
--- | ||
|
||
<span class="badge badge--platform">Camunda Platform 7 only</span> | ||
<span class="badge badge--platform">Camunda 7 only</span> | ||
|
||
Templates are defined in template descriptor files as a JSON array: | ||
|
||
|
@@ -64,7 +64,7 @@ For example, given the following `$schema` definition, the application takes `0. | |
"$schema": "https://unpkg.com/@camunda/[email protected]/resources/schema.json" | ||
``` | ||
|
||
The JSON schema versioning is backward-compatible, meaning all versions including or below the current one are supported. In case no `$schema` is defined, Camunda Modeler assumes the latest JSON schema version for Camunda Platform 7 element templates. | ||
The JSON schema versioning is backward-compatible, meaning all versions including or below the current one are supported. In case no `$schema` is defined, Camunda Modeler assumes the latest JSON schema version for Camunda 7 element templates. | ||
|
||
## Supported BPMN types | ||
|
||
|
@@ -215,7 +215,7 @@ The resulting properties panel control looks like this: | |
#### Omitted type | ||
|
||
:::note | ||
Omitting the type is supported in Camunda Platform 7 element templates only. | ||
Omitting the type is supported in Camunda 7 element templates only. | ||
::: | ||
|
||
By omitting the `type` configuration, the default UI component is rendered for the respective binding. | ||
|
@@ -328,7 +328,7 @@ Notice that adherence to the following configuration options is enforced by desi | |
|
||
### Scoped bindings | ||
|
||
Scoped bindings allow you to configure nested elements, such as [Camunda Platform 7 Connectors](https://docs.camunda.org/manual/latest/user-guide/process-engine/connectors/#use-connectors). | ||
Scoped bindings allow you to configure nested elements, such as [Camunda 7 Connectors](https://docs.camunda.org/manual/latest/user-guide/process-engine/connectors/#use-connectors). | ||
|
||
```json | ||
{ | ||
|
@@ -366,7 +366,7 @@ exposed to the user in a separate custom fields section. | |
|
||
#### Supported scopes | ||
|
||
Camunda Platform 7 supports the following scope bindings: | ||
Camunda 7 supports the following scope bindings: | ||
|
||
| Name | Target | | ||
| ------------------- | ------------------------------------------------------------------------------------------ | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.