1#ifndef BPMNOS_Execution_MessageDeliveryEvent_H
2#define BPMNOS_Execution_MessageDeliveryEvent_H
21 nlohmann::ordered_json
jsonify()
const override;
Represents a token running through a (sub)process.
Represents the event of a message from the message pool being delivered.
nlohmann::ordered_json jsonify() const override
std::weak_ptr< const Message > message
MessageDeliveryEvent(const Token *token, const Message *message)
void processBy(Engine *engine) const override