Is it possible to run Workflows in Geocortex Mobile that are not in Portal but hosted as JSON file from IIS?
-
Yes, just use the "url" property on a workflow item. You'll have to hand edit the json yourself, rather than using Designer.
Out of curiosity, why do you want to do this?
0 -
Thanks Jeff, that works.
We are having some problems with our Workflow Designer at the moment. This is a temp solution to be able to continue development and show demo's to our customer.
For others who wish to do this: When clicking on a workflow in the Mobile Designer, you get a JSON region on the right side of the designer. This JSON looks like this:
{
"id": "58bc953a-038a-4b85-a9c2-9925e6ee2ad1",
"inputs": {},
"target": "auto",
"portalItem": "https://{YOUR_URL}/portal/sharing/rest/content/items/{ITEM_ID}",
"commandArgumentInput": "context"
}
Just add a tag "url" to this with the URL that points to your workflow. You cannot seem to delete the portalItem though...
0
Vous devez vous connecter pour laisser un commentaire.
Commentaires
2 commentaires