Skip to content

Latest commit

 

History

History

quickstart

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

SpaceTraders Quickstart Process

This folder contains a BPMN process for the SpaceTraders Quickstart tutorial. It uses the SDK to automate the steps in the process.

Usage

Requires a Camunda cluster in version 8.3+.

Via start form

  1. Deploy the process
  2. Create a new instance of the process via the start form:
    • Fill in your agent's name
    • Submit the form

Screenshot from 2023-11-14 06-28-46

Manually

  1. Deploy the process
  2. Create a new instance of the process with the following variables:
{
  "agent_name": "The unique name of your agent (i.e. player name)."
}