Application Experiencing Issues While performing this Operations
I have exported w5 to json file and mapped the workflow into local environment. When I try to open the workflow from the client like this:
"command": "RunWorkflowByUrl",
"commandParameter": "https://servername/iisfolder/exportedtool.json"
Do anyone have some info what the problem could be. The f12 do not give any info.

Best regards
Jan-Henrik Nilsen
-
For a more verbose console on your client, use the debugging mode of the viewer by appending "&debug=true" to the query string for your app eg. "https://your.site.here/gvh/Index.htm?viewer=yourViewer&debug=true". Then check your console to watch your workflow's inputs and outputs as it goes.
That said, you should be getting at least the stack trace of the failed activity logged to your client's console whether you're in debug mode or not. It looks like this:
0 -
EDIT: use "&dev=true" instead of debug. It logs far less information about the viewer; debug mode can easily send your app into the gigs of memory range in a very short time and bogs down the viewer substantially when it does so.
0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
2 Kommentare