org.embl.ebi.escience.scufl.enactor.event
Class NestedWorkflowFailureEvent
java.lang.Object
org.embl.ebi.escience.scufl.enactor.event.WorkflowInstanceEvent
org.embl.ebi.escience.scufl.enactor.event.NestedWorkflowFailureEvent
public class NestedWorkflowFailureEvent
- extends WorkflowInstanceEvent
An event to indicates a failure within a Nested Workflow
- Author:
- Stuart Owen
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NestedWorkflowFailureEvent
public NestedWorkflowFailureEvent(WorkflowInstance workflow,
Processor processor,
java.lang.Exception cause,
java.util.Map inputs,
WorkflowInstance nestedWorkflow)
getNestedWorkflow
public WorkflowInstance getNestedWorkflow()
getCause
public java.lang.Exception getCause()
getProcessor
public Processor getProcessor()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getInputMap
public java.util.Map getInputMap()