Hoppa till huvudinnehållet

Run a workflow only in silverlight

Kommentarer

2 kommentarer

  • Cam Barnard
    Hi Scott,

     

    The simplest solution I can think of is to create a very small simple workflow that always runs on startup. The workflow should use either the GetRequestInfo (more efficient) GetBrowserURL (easier to work with) to get the currently URL in the browser. A quick check of that URL against what you know your Silverlight URL for that application to be can then optionally allow you to display an Alert with your message and a link to the HTML5 viwer ... or alternatively (if you are in the HTML5 viewer and the URL doesn't match) to silently exit the workflow with no information to the end user.
    0
  • Permanently deleted user

    Thanks Cam,

    I'll give that a shot.

    0

Du måste logga in om du vill lämna en kommentar.