The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 views

OnWorkflowItemChanged fire multiple times

I have been using a State Machine workflow (SharePoint 2010). Workflow design Main State: The Main State does not update the item. The Main State contains a OnWorkflowItemChanged. When the item ...
0
votes
1answer
37 views

workflow versioning

I have a sharepoint project and it contains 5 state machine workflows. I had deployed these workflows through VS and they are working as expected. Now here comes the tricky part versioning for these ...
0
votes
0answers
50 views

Delay Activity in a Event

I want to implement the following solution in a State Machine workflow: http://blogs.office.com/b/microsoft-word/archive/2010/04/19/word-automation-services-solution-sample-workflow.aspx Step 2 I do ...
0
votes
0answers
23 views

View the state of a state machine workflow

I created a state machine workflow (with off course different states) for a content type. When i create a library with that content type and start the workflow. I can not see in which state i am. Is ...
0
votes
1answer
166 views

Visual Studio 2010 Workflow Error

I have created a simple workflow in VS 2010. What it does is creating a task for a person, when the person changes the task status to "Complete", it logs a message to workflow history. When I change ...
0
votes
0answers
86 views

Workflow Assigned To Dynamic User?

I created State Machine workflow, in Workflow Initiation Form having Owner Field. Once start workflow task assigned to Owner (Dynamic User)?
0
votes
0answers
127 views

Custom state machine workflow's states being executed automatically

I have a scenario of state machine workflow for a Helpdesk project. In this ticket workflow need to maintain. we are using form library and a state machine workflow is associated with it which will ...
0
votes
0answers
380 views

SharePoint State Machine Workflow - OnTaskCreated and OnTaskChanged events not firing properly

I've created a state machine workflow with Visual Studio 2010. In this state I have one state for updating information. I've added state initialization. In this initialization I've added a ...
0
votes
1answer
199 views

Assigned To blank in State Machine Workflow?

I created State Machine Workflow regarding on Client Requirement Avery thing is working fine but Approver name not available in Assigned To in Task list field but Task is Created. string ...
0
votes
1answer
118 views

Add column to Workflow Status page

I have created a State Machine Workflow and I want to add another column on the Workflow Status page. Currently there are "Assigned To", "Title", "Due Date", "Status", "Related Content" and ...
0
votes
1answer
357 views

unable to update the list item in nested if-else condition in Visual Studio State Machine Workflow

I am working on State Machine Workflow using Visual Studio 2010 Workflow. I want to update the list item on item changed. But unable to update the item. I am updating the item in nested If-Else ...
0
votes
1answer
539 views

Routing Workflow Task Emails to groups based upon List value

I have developed a state machine workflow that is curretly working fine. Although this is working, users are complaining about being bombarded with workflow task emails that don't have anything to do ...
0
votes
1answer
116 views

fault handling state machine workflows

I've built a state machine workflow with several states. I have not incorporated any form of error control. I was reading about error control within state machine workflows and have come to the ...
1
vote
1answer
274 views

How to add a fault handler to the entire state machine workflow?

I have a running Site workflow. If the workflow fails for whatever reason, I want to log it in a special way so that I don't have to struggle with the ULS log to figure out what went wrong. How can I ...
0
votes
1answer
1k views

Implement custom sharepoint workflow with aspx page instead of infopath

I am creating state machine workflow in visual studio 2010 and info path form (for approval etc.) is associated with the generated task. But i need to associate aspx form instead of infopath with the ...
0
votes
1answer
334 views

How to start a state machine workflow at a certain state activity (restart after failure)?

Is there a way to start a SP2010 state machine workflow at a specific state activity? For example, if I have state A -> B -> C -> D is is possible to start at C? The idea is I have an workflow that ...
0
votes
1answer
216 views

Special permission set for the task created in state machine workflow is not working

I have created state machine workflow to the list in farm solution, that assign task to the user for approval. But the task can be viewed and edited by any other user, so i searched to set the ...
0
votes
1answer
233 views

Can you dynamicallly change a SP Workflow at runtime?

I have developed a SP State Machine WF and was able to successfully deploy and work through the WF. I was wondering if you can dynamically change a SP WF at runtime. I don't want to necessarily ...
1
vote
2answers
821 views

Get the current user interacting with a site workflow

I have a SP 2010 state machine Site workflow with lots of custom InfoPath forms. In some cases I need the user that's interacting with the workflow (many users can interact with the Workflow, not ...
1
vote
1answer
521 views

Correlation value has not been initialized on declaration X for activity Y

I have an issue with a SP2010 state machine workflow. The workflow contains two activities, in each of them I'm trying to send mails using the "SendMail" component. I receive instead the following ...
2
votes
1answer
146 views

Support for state machine workflows in future SharePoint versions

I read somewhere that one should avoid implementing state machine workflows in SP2010 since there is no support for state machines in Workflow Foundation 4.0 and as such easy upgradability of state ...
1
vote
0answers
279 views

Replicator in State Machine workflow

I'm working on a custom approval workflow with a few twists. Given the different states, and reviews, and the need to step back in some scenarios, I'm going with a state machine workflow. In one of ...