Skip to main content

Get workflow out argument from javascript

Comments

1 comment

  • Jon Swoveland
    Hello Carlos,

     

    You're doing everything correctly, except the ExitWorkflow activity is causing you workflow to exit without passing your output values.  This is why it works if you use the Alert activity. 

     

    The ExitWorkflow activity should really only be used when exiting a workflow prematurely (e.g. cancelling). 

     

    Regards,

     

    Jon
    0

Please sign in to leave a comment.