Zum Hauptinhalt gehen

Get External Value through HTML5 Viewer

Kommentare

1 Kommentar

  • Permanently deleted user
    Hi Ralph,

     

    I am sorry to be late. I think it is supposed to work as expected, however I am not very much sure about why it is not working in HTML5. Anyways, you could use the second argument as shown below:

     

    this,app.eventRegistry.event("WorkflowCompletedEvent").subscribe(this, function (WorkflowCompletedEventArgs, outputsArray) {

     

                    if (WorkflowCompletedEventArgs.id == 'myWorkflowID')

     

                    {

     

                        alert(outputsArray[0].value);

     

                    }

     

                });

     

    This is a tested piece of code.

     

    Regards,

     

    Mohammad Ashraf
    0

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