1#ifndef BPMNOS_Execution_ExitEvent_H
2#define BPMNOS_Execution_ExitEvent_H
20 nlohmann::ordered_json
jsonify()
const override;
Represents a token running through a (sub)process.
Represents the event of a token exiting a node.
nlohmann::ordered_json jsonify() const override
ExitEvent(const Token *token, std::optional< Values > exitStatus=std::nullopt)
std::optional< Values > exitStatus
void processBy(Engine *engine) const override