1#ifndef BPMNOS_Execution_ChoiceEvent_H
2#define BPMNOS_Execution_ChoiceEvent_H
20 nlohmann::ordered_json
jsonify()
const override;
Represents a token running through a (sub)process.
Represents the event that choices are made for a DecisionTask.
std::vector< number > choices
ChoiceEvent(const Token *token, std::vector< number > choices)
void processBy(Engine *engine) const
nlohmann::ordered_json jsonify() const override