wrench::FileCopyFailedEvent Class Reference

A "file copy has failed" WorkflowExecutionEvent. More...

#include <WorkflowExecutionEvent.h>

Inheritance diagram for wrench::FileCopyFailedEvent:
wrench::WorkflowExecutionEvent

Public Attributes

std::shared_ptr< FailureCausefailure_cause
 The cause of the failure.
 
WorkflowFilefile
 The workflow file that has failed to be copied.
 
StorageServicestorage_service
 The storage service on which it was supposed to be copied.
 
- Public Attributes inherited from wrench::WorkflowExecutionEvent
WorkflowExecutionEvent::EventType type
 The event type.
 

Additional Inherited Members

- Public Types inherited from wrench::WorkflowExecutionEvent
enum  EventType {
  UNDEFINED, STANDARD_JOB_COMPLETION, STANDARD_JOB_FAILURE, PILOT_JOB_START,
  PILOT_JOB_EXPIRATION, FILE_COPY_COMPLETION, FILE_COPY_FAILURE
}
 Workflow execution event types. More...
 
- Static Public Member Functions inherited from wrench::WorkflowExecutionEvent
static std::unique_ptr< WorkflowExecutionEventwaitForNextExecutionEvent (std::string)
 Block the calling process until a WorkflowExecutionEvent is generated based on messages received on a mailbox. More...
 
- Protected Member Functions inherited from wrench::WorkflowExecutionEvent
 WorkflowExecutionEvent (EventType type)
 Constructor. More...
 

Detailed Description

A "file copy has failed" WorkflowExecutionEvent.


The documentation for this class was generated from the following file:
  • /Users/rafsilva/Documents/isi/workspace/wrench/wrench/include/wrench/workflow/execution_events/WorkflowExecutionEvent.h