Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas committed Oct 24, 2023
1 parent 4b3c97d commit bc8966b
Show file tree
Hide file tree
Showing 12 changed files with 515 additions and 343 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ Example BPMN with service task:
* available context/variables in script:
* `job` (ActivatedJob) - the current job
* `zeebeClient` (ZeebeClient) - the client of the worker
* the result of the evaluation is passed as `result` variable
* the result of the evaluation is passed as `result` variable

Available script languages:
* javascript (Oracle Nashorn)
* javascript (graalvm)
* [groovy](http://groovy-lang.org/)
* [feel](https://github.com/camunda/feel-scala)
* [mustache](http://mustache.github.io/mustache.5.html)
Expand All @@ -55,9 +55,9 @@ The docker image for the worker is published on [GitHub Packages](https://github
```
docker pull ghcr.io/camunda-community-hub/zeebe-script-worker:1.2.0
```
* configure the connection to the Zeebe broker by setting `zeebe.client.broker.contactPoint` (default: `localhost:26500`)
* configure the connection to the Zeebe broker by setting `zeebe.client.broker.contactPoint` (default: `localhost:26500`)

For a local setup, the repository contains a [docker-compose file](docker/docker-compose.yml). It starts a Zeebe broker and the worker.
For a local setup, the repository contains a [docker-compose file](docker/docker-compose.yml). It starts a Zeebe broker and the worker.

```
cd docker
Expand Down
Loading

0 comments on commit bc8966b

Please sign in to comment.