Zum Hauptinhalt gehen

Uploading photo on mobile device causes workflow timeout

Kommentare

2 Kommentare

  • Permanently deleted user
    Kudos to Support for providing me a fix:

     

    Within the Index.html replace the following line:

     

    new geocortex.essentialsHtmlViewer.ViewerLoader().loadAndInitialize();

     

    with:

     

    new geocortex.essentialsHtmlViewer.ViewerLoader().loadAndInitialize({

     

                    onSiteInitialized: function(app, loader) {

     

                                    geocortex.config.io.timeout = 600 * 1000; // 600 seconds.

     

        }

     

    });

     

     
    0
  • Permanently deleted user
    Thanks Geoff for sharing the solution. It has solved my workflow time-out issue when uploading large file using the file activity in workflow form.

     

    Has also tried the solutions as mentioned under this thread (https://support.geocortex.com/essentialsGSCForum?sub-nav=forum&main-nav=essentials&#!/feedtype=SINGLE_QUESTION_DETAIL&criteria=ALLQUESTIONS&id=90660000000CkYvAAK) but unsuccesful.
    0

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