Skip to content

Latest commit

 

History

History

mining-loop

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

SpaceTraders Mining Loop Process

This folder contains a BPMN process for SpaceTraders that mines resources in a loop until the contract is fulfilled.

The process uses the SDK and process blocks to automate the mining.

The diagram of the mining process.

Usage

Requires a Camunda cluster in version 8.3+.

Via start form

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

Process start form

Manually

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