aboutsummaryrefslogtreecommitdiff
path: root/core/src/Model/Workflow/Evaluation.hpp
diff options
context:
space:
mode:
authorrtk0c <[email protected]>2021-04-26 14:07:28 -0700
committerrtk0c <[email protected]>2021-04-26 14:07:28 -0700
commitb7d5b514e7bffd3149a99bc7f1424f8251876d85 (patch)
tree42f2867875c0b367fab2a6db7be395f8c777eb41 /core/src/Model/Workflow/Evaluation.hpp
parente7afe82857ac3ccc3e10b40cee60ea94cc59232b (diff)
Serialization for workflow stuff
Diffstat (limited to 'core/src/Model/Workflow/Evaluation.hpp')
-rw-r--r--core/src/Model/Workflow/Evaluation.hpp6
1 files changed, 6 insertions, 0 deletions
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 {