examples/

directory
v3.0.0-...-5c42574 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 10, 2024 License: MIT

README

Examples

These examples will help you learn basic Camunda use cases.

Before use:

Run Camunda:

docker run --rm --name camunda -p 8080:8080 camunda/camunda-bpm-platform

Examples use scenario

Deploy helloWorld.pbmn
cd deployment
go build
./deployment
Run external task processor
cd processor
go build
./processor
Start 1000 process
cd start-process
go build
./start-process
Show process history from history
  1. Open http://127.0.0.1:8080/camunda/
  2. Login demo/demo
  3. Find and copy Process Instance ID
cd history
go build
./history --id={Process_Instance_ID}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL