Open url link in custom workflow. SharepPoint 2010

Hi, i created custom workflow in Visual studio 2010. I want my workflow opened page of the site. In workflow i using method - Process.strart("http:\\mysite\myform.aspx") try to open the page. But my workflow is completed after his the start.
Browser does not open the page i have. Can you please tell me how best to do to open up the site url in the workflow code. Thanks.

I don't think you can.  Workflows run in a background thread on the server, so even if you were able to open a web page it would open on the server, not the client.
Paul Stork SharePoint Server MVP
Principal Architect: Blue Chip Consulting Group
Blog: http://dontpapanic.com/blog
Twitter: Follow @pstork
Please remember to mark your question as "answered" if this solves your problem.

Similar Messages

  • SAP CRM 7.0 WEBUI erroring out while trying to open URL link

    We have recently upgraded our CRM system from 6.0 to 7.0. I am currently facing an issue with CRM 7.0 WebUI where I am trying to click on the URL link attached to the activity. When I Click on any URL to open. The link does not open and we get a javascript:void(0) error on the screen.  
    This issue happens when I access WebUI from client network as well as outside network. I have tried with all browser (IE 8,9,10) to try to analyse the issue but the behavior is not common.
    Browser
    In
      Network
    Out
      of Network
    IE8
    Does not work
    Does not work
    IE9
    Works if you click on the link, go back to home screen, come back to
      activity and click again.
    Does not work
    IE10
    Works
    Does not work

    Arun - Thanks a million. You saved me Nine. It worked.
    Could you also please tell me how to rename (Technical) a Query or is it still "Save the Query As" the only way...?
    Points already assigned.
    Thanks,
    Chandu

  • How do I open url link that has already been authorized by another user?

    Hi.
    I couldn't download Adobe Digital Editions on my MacBook Pro so I used my friends computer to download it and read a url link eBook.
    Now I have downloaded ADE on my MacBook Pro but I can't open the url link on my ADE, it says E_LIC_ALREADY_FULFILLED_BY_ANOTHER_USER.
    How can I open it? Or do I have to buy the same book? What do I do?

    Since book is authorized using your friend's ID, I am afraid you can't open the book using your user ID.
    Either you have to use your friend's ID, or Join the accounts (this way both of you can open each others' books) or purchase the book again (it is the simplest, but costly solution).

  • I want to "open URL"  link in my function on thumb.

    function callThumbs() {
                                            root.createEmptyMovieClip("wall",root.getNextHighestDepth());
                                              wall._x = root.galleryx=0;
                                              wall._y = root.galleryy=230;
    wall.addEventListener(MouseEvent.CLICK);
                                                var clipLoader = new MovieClipLoader();
                                                var preloader = new object();
                                                clipLoader.addListener(preloader);
    for(i=0; i<1;  i++) { 
                                thumbURL = myImages[i].attributes.thumb_url;     
    myThumb_mc = wall.createEmptyMovieClip(i,wall.getNextHighestDeph());      
    myThumb_mc._x = root.thumbheight*    
    myThumb_mc._x = root.thumbposition=-3260;         
    clipLoader.loadClip("thumbs/"thumbURL,myThumb_mc);

    You appear to be mixing AS2 and AS3 in the same code.  You can only use one version of Actionscript in one file.
    What do you mean when you say you "want to open URL" on thumb? 

  • In my received emails, how can I get Firefox to open URL links that begin with "click."?

    In my emails, how can I get Firefox to open links that begin with the word "click."? Instead of giving the me the message that says, for example, "Firefox can't find the server at click.americas.links.hp.com." This also happens when I try to open the links using Explorer.

    This link was not valid when I clicked it. Please contact the person sending these links they do not seem to work. The page takes me to a page that says it will load after 5 seconds, however there is not valid link.

  • Unable to open URL Link in sms on X6

    Anyone has an idea of this ....
    When I registered to the Website, it asked me to activate my account
    by opening URL from SMS sent to my mobile number. I received that SMS,
    but when I tried to open it, my X6' screen froze (seemed to be hanged).
    What should I do ... (I need to activate my account immediately) ?!!!  
    Regards,
    Idris Elyousufi 

    Just turn off your phone for 5min (leave it without battery) and try again. It may have been a RAM issue. Are you on latest firmware?
    If you find my post helpful please click the green star on the left under the avatar. Thanks.

  • Problem to open URL link within hx:outputLinkEx

    Hello,
    I have a problem to open a URL with the following code, I can see that url output string is "www.lalalala.com" , but after I click it, the new opened browser window is point to "http://localhost:9081/.../www.lalalala.com" ??
    Can someone help me why?
    Thanks a lot!
    <odc:bfPanel
                        name="URL" showFinishCancelButton="false">
              <hx:panelBox>
                  <hx:outputLinkEx styleClass="outputLinkEx"
                        value="#{pc_UrlWebsite.url}" target="_blank">
                        <h:outputText   value="#{pc_UrlWebsite.url}"></h:outputText>
                  </hx:outputLinkEx>                                                            
              </hx:panelBox>
           </odc:bfPanel>

    External links are links which goes outside your web container root.
    Imagine you're sitting in http://example.com/webapp/page.jsf, then the webroot is http://example.com/webapp.
    If you specify a link without a protocol (http, https, ftp, file, etc), then the client will always assume that you're linking to a resource in your web container. So when page.jsf links to a resource called "www.google.com", without the protocol, then the client will assume that you're referring to http://example.com/webapp/www.google.com. If you prefix it with a valid protocol, e.g. "http://www.google.com", then the client will assume that you're referring to http://www.google.com.
    After all .. In your case this is not applicable. You're using commandlinks instead of outputlinks. Why are you asking this? Which problems are you occurring? Do you want to submit to an external URL or so?

  • Open URL Link in new browser window

    Can someone please help me? I've tried to use code as if I were using Dreamweaver without any luck(i.e. blank target).
    Is there a way to make the url in the PDF open a new browser windows once clicked? Hopefully this is an easy fix! Thanks in advance!

    Jono, if you are still out there.  I am also having trouble with this function.  The button works just fine, but it does not open another browser window.  I am trying to keep my pdf open, and send them to a url.  That way they can come back to the form. Like you would with the target="_blank" function in javascript.
    What am i doing wrong?  I have tried opening the script editor, but I am not sure what to do there. So I put the same as you did on your form, no effect.  I put target="_blank" and set it to javascript on just about every option.  I have tried to go into the code on the xml source tab, no luck anywhere.  I have tried to just use a text field, no luck.
    Seems like everything I have tried has no effect.
    Hopefully you can tell me it is something simple...
    Thanks in advance.
    Jodi

  • Firefox won't open url links from mail

    I don't know if this question has been asked yet, but I am having problems opening links from mail. I am using Firefox 3.5.3 and Snow Leopard. Every time I click on a link in my mail firefox opens to the homepage. Firefox will only link to the proper webpage if it is already opened. Does anyone know if there is a way to link directly to the webpage when firefox is not opened?
    Thanks

    Same thing here. Although mine just doesn't do anything. Firefox is open, but no new tab is created at all. Clicking a link in Mail does seem to activate Firefox's menu, though.
    I just switched to using Firefox a few days ago, because my Safari kept crashing. Since my work is entirely on the web, I had to switch to keep functioning (but that's another issue).

  • WD application is not opening in UWL for custom workflow

    Hi,
    I have created entries in SWFVISU, and webflow connecter also has entries for my custom task .
    I can see work item in UWL but as soon as I click on workitem I am not able to see application or workitem .
    Kindly check screenshot.
    Regards,
    Vijay

    Hi Vijay,
    As prashanth said please activate the services in the SICF and generate the error once again and check the log in nwa-->trouoble shooting-->logs and traces -->developer traces and check the error their.
    Regards,
    Anil

  • Can't open URL links sent to me by email

    Can't find a preference, I'm in mail 2.07
    any help?

    ralphiedee,
    Have you set your Default Web Browser in Safari? Safari>Preferences...>General>Default Web Browser: (Choose your browser here): The Default Web Browser pop-up menu lets you choose which browser is launched when you click a link in a document, such as a Mail message, or double-click a Web Internet Location file in the Finder.
    ;~)

  • Mail dont open URL (links) Error No associated application could be found.

    I started with, YES, Safari is my Default web browser...
    quick look work OK.
    I have two profiles on the same machine (with same problem..)
    I have tried alredy:
    delete mail folder - Did not help
    rename com.apple.LaunchServices.plist -  Did not help
    use OnyX/Maintenance - Did not help
    Do you have to ideas?
    Thank you
    Dror

    OK , I found the solution,
    I boot my Computer and select "OPTION"
    I boot from USB with 10.8 system
    (Lion DiskMaker)
    http://blog.gete.net/lion-diskmaker-us
    and select reinstall my system.
    Work and fix the problem...

  • Notification - URL link

    I am trying to send a URL link through notification. I can open the link in custom workflow, but when I am trying to use the same thing in seeded workflow(iProcurement responsibility - Clause details) it is not working.
    I am sending the link as URL attribute and even I tested using text attribute.
    Message was edited by:
    Nandeep CB

    Hi,
    Directly you can use Http://www.sap.com in the email body, then it will come as link in the Body of the email
    Regards
    Sudheer

  • Project Professional 2010 and pwa hangs when opening a linked project from PWA on Project Server 2010

    When I open a linked project in Project Professional 2010 from PWA, Project Professional 2010 hangs with the "Links Between Projects ..." dialog box open.  Unable to move or close the dialog box.  Unable to move or close Project Professional
    2010.  The PWA tab on internet explorere is frozen and unable to access although other tabs in IE are accessible.  End up having to reboot to close down project or force the process to end.  I suspect a hidden dialog box is the culprit maybe
    the scheduling conflict dialog box but am unable to access or switch and cannot confirm that there is another dialog box.
    Has anybody else experienced this problem?
    Thanks,
    Julie

    I have seen it hang when trying to open a project schedule even with no external links.
    Project 2013 Pro, Link to schedule is on a PWA on a Project 2007 server.
    If Project 2013 is open before clicking on the link, there is a long delay and the project schedule opens up in the web tab where the link was selected. If Project 2013 is not open, it just hangs and has to be shut down via the task manager.
    No idea why. I can create a link to the shared volume and that works OK. But if I actually try to open MS Project by clicking on the link to a .mpp file it never opens in MS Project.
    Mike

  • URL links not working in safari

    Hello, I am unable to open URL links in Safari. (iPad) all was well until a few days ago and I must have done something!  Everything else is working fine. Can anyone help me sort this out.  I'm sure there is something in settings but I can't find it. Thanks in advance. Pat

    Clear Safari, close Safari and reset the iPad.
    Go to Settings>Safari>Clear History, Cookies and Data.
    In order to close apps in iOS 7, drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

Maybe you are looking for