Zum Hauptinhalt gehen

Mapping URL Parameters to Workflow Input Arguments

Kommentare

3 Kommentare

  • Permanently deleted user

    First of all, you need to be using: ?runWorkflow to run a particular workflow from your URL.

    So assuming your wfAlert's input Argument is "txtName", your URL would look like:

    <URL>?runWorflow=wfAlert&txtName=Joe

    0
  • Permanently deleted user

    Thank you for reply.  The Geocortex Viewer for HTML5 Administrator and Developer Guide states that 'run' and 'runWorkflow' are the same.  In fact, I've tried both and they both run the workflow.  The problem I'm having is the arguments are not getting passed to the workflow.  Or the arguments are getting passed but the workflow isn't receiving them.  Unfortunately, I'm missing something.

    0
  • Permanently deleted user

    With the help of a coworker, I figured out my issue with passing  arguments.  The problem was, in my workflow, I had declared variables, which I was trying to pass in the URL.  I should have declared arguments instead of variables.  The arguments pass successfully in the URL.  

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.