11 #ifndef WRENCH_WORKFLOWEXECUTIONEVENT_H
12 #define WRENCH_WORKFLOWEXECUTIONEVENT_H
15 #include "wrench/workflow/failure_causes/FailureCause.h"
40 virtual std::string
toString() {
return "Generic WorkflowExecutionEvent"; }
61 #endif //WRENCH_WORKFLOWEXECUTIONEVENT_H
virtual std::string toString()
Get a textual description of the event.
Definition: WorkflowExecutionEvent.h:40
static std::shared_ptr< WorkflowExecutionEvent > waitForNextExecutionEvent(std::string)
Block the calling process until a WorkflowExecutionEvent is generated based on messages received on a...
Definition: WorkflowExecutionEvent.cpp:37
A class to represent the various execution events that are relevant to the execution of a workflow.
Definition: WorkflowExecutionEvent.h:26