Skip to main content

Passing Arguments to WorkflowRest Endpoint

Comments

1 comment

  • Permanently deleted user

    If anyone is interested, the solution to this problem was:

    http://MYSERVER/Geocortex/Essentials/REST/sites/SITE_NAME/workflows/Test_Email/Run?inArgs=[%20{%22name%22%20:%20%22Arg1%22,%22typeName%22%20:%20%22System.String,%20mscorlib%22,%22runtimeTypeName%22%20:%20%22System.String,%20mscorlib%22,%22value%22%20:%20%22MYEMAILADDRESS%22}%20]&f=pjson

    ie. basically the rest url with an inArgs parameter passing in an array of values.

    Glenn

    0

Please sign in to leave a comment.