This folder contains a BPMN process for SpaceTraders to monitor the player status, for example, current credits, contract fulfillment, and ship details. The status is sent via Slack message to the player.
The process uses the SDK to automate the collect the status data.
Requires a Camunda cluster in version 8.3+.
- Set the following connector secrets:
SLACK_TOKEN // the Slack token to publish the messages with
SLACK_CHANNEL // the Slack channel to publish the messages to
- Deploy the process
- Create a new instance of the process via the start form:
- Fill in your game token
- Optionally, configure the update interval
- Submit the form
- Set the following connector secrets:
SLACK_TOKEN // the Slack token to publish the messages with
SLACK_CHANNEL // the Slack channel to publish the messages to
- Deploy the process
- Create a new instance of the process with the following variables:
{
"token": "Your SpaceTraders token that is returned on creating your agent.",
"interval": 5
}