Workflow Soluiton

 View Only
  • 1.  Wait that doesn't end

    Posted May 04, 2009 03:42 PM
    I have a pause workflow component that never seems to unpause.
    it set to check unpause every 30 seconds, but it doesn't seem to work when I deploy my project.
    In debug mode it works perfectly.  Is there some other trigger for this component to get it moving when its deployed?

    imagebrowser image


  • 2.  RE: Wait that doesn't end

    Posted May 04, 2009 03:56 PM
    Hello...there are several suggestions given in this thread: 
    https://www-secure.symantec.com/connect/forums/pausing-workflow

    Here is some information that may help as well, in addition to the aforementioned thread:

    There are two possible solutions to this issue:

    1) Set up HTTP authentication in the Workflow Server Extensions configuration. This will tell the Server Extensions to authenticate using different credentials. This option is found here:

    Start > All Programs > Altiris > Workflow Designer > Tools > Server Extensions Configurator

    Find the section called "Webservice Auto Invoke", click HTTP Authentication, and put in the username and password that will have the required rights to the .asmx files.


    2) Select the AutoInvokeDelegateService.asmx and WorkflowManagementService.asmx files in IIS Manager and set their authentication to Enable Anonymouse access. Also make sure that Integrated Windows Authentication is not selected.



  • 3.  RE: Wait that doesn't end

    Posted May 04, 2009 04:18 PM
    that seems to have done the trick.
    not sure which one because I did them both.
    one last thing. How do I abort a workflow process?


  • 4.  RE: Wait that doesn't end

    Posted May 04, 2009 04:30 PM
    you need to turn on the option... "Allow Workflow Abortions" on the Publishing tab.  Then you'll have an "Abort Workflow" method available via the WorkflowManagement.asmx service when you deploy.


  • 5.  RE: Wait that doesn't end

    Posted May 04, 2009 05:07 PM
    I just realized I have about 60 processes running from testing.
    I can see them in the reports in process manager.
    is there any easy way to kill those 60 processes?