From b7d5b514e7bffd3149a99bc7f1424f8251876d85 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Mon, 26 Apr 2021 14:07:28 -0700 Subject: Serialization for workflow stuff --- core/src/Model/Workflow/Evaluation.hpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'core/src/Model/Workflow/Evaluation.hpp') diff --git a/core/src/Model/Workflow/Evaluation.hpp b/core/src/Model/Workflow/Evaluation.hpp index be2e862..d068c45 100644 --- a/core/src/Model/Workflow/Evaluation.hpp +++ b/core/src/Model/Workflow/Evaluation.hpp @@ -26,6 +26,12 @@ public: int PinId; PinType PinType; MessageType Type; + +public: + static const char* FormatMessageType(enum MessageType messageType); + static const char* FormatPinType(enum PinType pinType); + + std::string Format() const; }; class WorkflowEvaluationContext { -- cgit v1.2.3-70-g09d2