diff options
Diffstat (limited to 'core/src/Model/Workflow/Evaluation.hpp')
-rw-r--r-- | core/src/Model/Workflow/Evaluation.hpp | 6 |
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 { |