Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Harald Ulriksen 207 posts 249 karma points
    May 04, 2010 @ 10:09
    Harald Ulriksen
    0

    WorkflowExecutionStatus

    Hi,

    I was wondering how Contour works or is supposed to work if a custom workflow returns the Failed status?

    To me it seems like version 1.0.9.1 proceeds as everything went fine, no notification or other way to handle this.

    I would prefer if the record was marked as corrupt, the user notified about a problem/error or provide the developer a way of controlling the feedback to the user. Perhaps a new setting with link to error template/page and then include the guid of the failed record in the querystring.

    thanks,
    Harald

  • Ted Jardine 98 posts 120 karma points
    May 22, 2012 @ 02:13
    Ted Jardine
    0

    I also can conur that this occurs with 1.1.4. Kind of baffling.

  • Sergio Granjeiro 2 posts 22 karma points
    May 29, 2012 @ 15:42
    Sergio Granjeiro
    0

    Hi,

     

    I had the same problem and it looks as if there is no built in solution for this... What i do is in my custom workflow i add a session variable  

    e.Context.Session["Err"] = "ERR_1";

     

    and in my custom form 

    @if (Model.SubmitHandled)

    {       

    var error = Context.Session["Err"];        

    }

     

    Hope this helps...

            

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies