Invoke Workflow Asynchronously via URL?
Is there a way to invoke a workflow referencing a url instead of a string to the .xaml file location. Example like: https://<server url>/GeocortexAuth/Essentials/REST/sites/NISIMS_EXT/workflows/23 ? The workflow uri input for said activity needs a .xaml, so not sure what my options are. This will be a public facing site and don't want to expose the fullpath of the .xaml... plus, access is denied when trying to run anyway. Any ideas? Seems like this should be doable. The Inputs parameter will still be like: New System.Collections.Generic.Dictionary(Of String, Object) From { { "versionName", versionName }, { "emailVar", emailVar } }
-
What exactly is it you're trying to achieve?
The full path can usually be hidden by using the gcxfile format, e.g. "gcxfile:///MySite/Workflows/MyWorkflow.xaml"
0 -
Hi Berend,
I actually just changed the workflow file string to start with C:\, instead of the fullpath and it worked like a charm. The env I ported it from was able to use the fullpath.
Ryan
0
Please sign in to leave a comment.
Comments
2 comments