Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Wait that doesn't end

Updated: 21 May 2010 | 4 comments
Dalceon's picture
0 0 Votes
Login to vote

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

discussion Filed Under:

Comments

ChrisBern's picture
04
May
2009
0 Votes 0
Login to vote

Pause Workflow

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.

Dalceon's picture
04
May
2009
0 Votes 0
Login to vote

that seems to have done the

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?

sturnbow's picture
04
May
2009
0 Votes 0
Login to vote

you need to turn on the

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.

Dalceon's picture
04
May
2009
0 Votes 0
Login to vote

I just realized I have about

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?