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
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
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
356 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 ...
1
vote
1answer
273 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 ...
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 ...