You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/08/08 11:49:12 UTC

[jira] [Commented] (FALCON-487) Introduce Workflow Context in Rerun framework

    [ https://issues.apache.org/jira/browse/FALCON-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14090548#comment-14090548 ] 

Shwetha G S commented on FALCON-487:
------------------------------------

+    @Override
+    public void onFailure(WorkflowExecutionContext context) throws FalconException {
+        // do nothing since late data does not apply for failed workflows
+    }
throw exception instead?

+    @Override
+    public void onSuccess(WorkflowExecutionContext context) throws FalconException {
+        // do nothing since retry does not apply for failed workflows
+    }
throw

> Introduce Workflow Context in Rerun framework
> ---------------------------------------------
>
>                 Key: FALCON-487
>                 URL: https://issues.apache.org/jira/browse/FALCON-487
>             Project: Falcon
>          Issue Type: Sub-task
>          Components: messaging
>    Affects Versions: 0.6
>            Reporter: Venkatesh Seetharam
>            Assignee: Venkatesh Seetharam
>              Labels: refactoring
>             Fix For: 0.6
>
>         Attachments: FALCON-487-v1.patch, FALCON-487.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.2#6252)