Hoppa till huvudinnehållet

How to Troubleshoot Broken Workflow

Kommentarer

4 kommentarer

  • Permanently deleted user
    Hi Martha,

     

    It sounds like what you have is a variable that you are expecting to be defined, but is not.  Hence the "Value cannot be null" part of the message. 

     

    These can be tricky, the way that I find works best for troubleshooting these, is to do the following:

     

    1) In the workflow designer, search for activity 1.1

     

    2) Look at the variables that you are using

     

    3) Just before the activity, put an alert box, and use the variables as the body of the text box

     

    4) Run the workflow

     

    If you get any empty alert boxes, look at the variable that you are using in them, then backtrack through your workflow to figure out where they are supposed to be defined.  From there, you can start to figure out why the variable is blank.  

     

    If all else fails, please open a support case, as we are happy to assist you with this directly :)

     

    I hope this helps!

     

    Danny
    0
  • Permanently deleted user
    Thank you, Danny,

     

    I'll give the alert box a go. I'd love not to have to build this entire thing again.

     

    Martha
    0
  • Permanently deleted user
    I am back in business, Danny, thank you, though I never got to the alert box. Item 1.1 is the DisplayForm to get the runtime input. It needs no input other than what is typed in. The output string variable was declared, but didn't have a default value or a 'new' expression. Just setting that to "" seems to have cured what ails me. Lesson learned.

     

    Thanks,

     

    Martha
    0
  • Permanently deleted user
    That's great Martha, thanks for updating your post with your solution!  

     

    Cheers,

     

    Danny
    0

Du måste logga in om du vill lämna en kommentar.