SharePoint Saturday Dallas - The Afternoon

Kirk,
Thanks for sharing this... looking for the Slo-Mo button, but will definitely be revisiting this demo.
Blessings,
Jim Bob
Kirk, thank you for the work! This is awesome example of State Machine workflows. I'm actually looking for a way to assign multiple users separate tasks. In a sequential workflow, you can use the replicator activity, but I can't seem to find any examples of using the replicator in a State Machine workflow to assign the same task to multiple users. Have you heard of anything like this, or know how? This would be a most helpful video that a bunch of people would love to see!
Thanks!
do you have the source code for this uploaded anywhere
@rockgenius85 - I actually saw a post on this internally, someone indicated that the key was making sure that you use the correlation identifier associated with each instance of the replicator.
@humanprogramer - I don't have the source available, sorry. I write all the code from scratch in the video, is there a part that you need?
I am researching sharepoint for the company I work for. I am assuming you deployed to an enterprise Sharepoint server. I am assuming that the workflow itself would run on both the standard and enterprise server. My question is the Dashboard that you used to check the status of the workflows. Does it fall under the category of site manager, or does it the dash-board feature that is mentioned in enterprise?
Hi There, Thanks for sharing this excellent post, it was very much useful for me. I did created one workflow with the steps you mentioned. but i have got an error.
Can I request you if you could send me the sample code so that i can try it out opening in my solution. Tx Labhesh
-====
The error which i am gettingL:
13/2010 15:11:41.92 w3wp.exe (0x14F4) 0x0B30 Windows SharePoint Services Workflow Infrastructure 936l High Engine RunWorkflow: System.Workflow.ComponentModel.Compiler.WorkflowValidationFailedException: The workflow failed validation. at System.Workflow.Runtime.WorkflowDefinitionDispenser.ValidateDefinition(Activity root, Boolean isNewType, ITypeProvider typeProvider) at System.Workflow.Runtime.WorkflowDefinitionDispenser.LoadRootActivity(Type workflowType, Boolean createDefinition, Boolean initForRuntime) at System.Workflow.Runtime.WorkflowDefinitionDispenser.MruCache.GetOrGenerateDefinition(Type type, String xomlText, String rulesText, Byte[] md5Codes, Boolean initForRuntime, Boolean& exist) at System.Workflow.Runtime.WorkflowDefinitionDispenser.GetRootActivity(Type workflowType, Boolean createNew, Boolean initForRuntime) at System.Workflow.Runtime.WorkflowRuntime.Initializ...
HiI am working on a State Machine Workflow (SharePoint 2010). I having hard time in assigning the task to multiple reviewers and handling the OnTaskChanged event. The reviewers are going to be dynamic, else I can use n number of create task and EventDriven activity with OnTaskChanged appropriately.
Can you please direct me on how to achieve this.
ThanksChen