Browse by Tags

Tagged Content List
  • Wiki Page: How to add a custom visual studio workflow to SharePoint designer

    This article explains step by step guide line to add a custom visual studio work flow to the SharePoint designer. In here I'm using VS 2010 and SharePoint 2010. Create a Empty Sequence Work Flow project. then select .Net Framework 3.5 and select the Sequential Workflow Project...
  • Wiki Page: Deploying of the new version of SharePoint Workflow

    Assume you have an activity which is executing for very long time. This is so called Long-Running workflow. In fact long-running scenario is one of scenarios in Commuter Sciences which practically can very easy be solved by Using Microsoft Workflow Foundation. Following workflow show never ending...
  • Wiki Page: How to Programmatically Add a Workflow Variable when Rehosting the Workflow Designer

    When creating workflows programmatically, variables can be added to an activity by adding them to the activity's variable collection, like this. Variable< int > n = new Variable< int >( "n" , 1); Sequence s = GetSequenceActivityFromSomewhere(); s.Variables.Add...
  • Wiki Page: Never use SharePoint 2010 designer if you have custom activities.

    In my current assignment I was asked to do something like this: When a new event is created, a new document library should be created, then in the event a link to the document library should be updated. After 30 days the document library should be moved to an archive sub-site and the link should be...
  • Wiki Page: Getting started with troubleshooting Nintex Workflows!

    Currently I have been helping a friend of mine fixing some Nintex Workflow 2010 issues, one of the issues he had was an error appearing in the workflow stating that: “ The workflow could not update the item, possibly because one or more columns for the item require a different type of information...
  • Wiki Page: SharePoint 2013: How do Workflows look like under the hub?

    To get a feeling how SharePoint Workflows look like under the hub take a look on following example: http://developers.de/media/p/422263.aspx . This is the original XML which fully (natively) describe the workflow deployed by SharePoint. Following picture shows a snapshot of the XML which can...
  • Wiki Page: SharePoint 2013: Step by Step Approach to Create a Visual Studio SharePoint Workflow (Sequential)

    First we need to install and Configure Workflow Manger. You can install it using Web Platform Installer You can find complete guide here ( Prabath’s Blog ). select the options that you need to run the workflow Manual Item Created Item Changed As a sample...
  • Wiki Page: SharePoint 2013: Workflow

    Table of Contents Introduction Issue Resolution Debugging Dynamic Values See Also Introduction SharePoint 2013 - What's new with Workflow Issue Resolution SharePoint 2013 Workflow – Getting Around Installation Issues, Creating & Executing Workflows Debugging SharePoint...
  • Wiki Page: Windows Workflow Foundation (WF) Überblick (de-DE)

    Table of Contents Einstieg in WF WF Community Ressourcen Foren Blogs Screencasts WF Wiki-Seiten Siehe auch Andere Sprachen English (en-US) Windows Workflow Foundation (WF) bietet ein Programmiermodell mit eigener Workflow-Engine und wiederhostbaren Designer damit langläufige Prozesse als Workflows...
  • Wiki Page: Microsoft Dynamics CRM: Hidden Tricks of the Workflow Update Step

    Originally a blog article by Leon Tribe. Read the original here: http://leontribe.blogspot.com/2011/02/hidden-tricks-of-workflow-update-step.html . One of the more powerful, yet under-utilised aspects of workflows is the update step. While many administrators know that it can be used to inject...
  • Wiki Page: FIM: How to Use Workflows to Automate the Calculation and Notification of Initial Passwords

    Table of Contents Calculating a Random Password in a Synchronization Rule Calculating and Communicating a Random Password By Using Workflows Passing Workflow Data to a Synchronization Rule Using Workflows to Calculate Data for a Workflow Parameter Using Workflows to Send Notification Emails Linking Synchronization...
  • Wiki Page: Configuring Workflow Integration with Master Data Services

    Table of Contents Introduction Prerequisites Workflow Step 1: Install Master Data Services Step 2: Install Visual Studio Step 3: Optionally Install SharePoint Step 4: Create a Local User for the MDS Integration Service Create a local MDS Workflow service user account Grant stored procedure...
  • Wiki Page: SPS 2010 Best Practices: Retrieving the Current User in a Workflow

    What to do when you want to determine the current user in a workflow? It’s possible that the workflow runs inside the w3wp.exe worker process, in which case the current user makes sense. But it’s also possible that a workflow runs inside the owstimer.exe process, at a later time. In these cases, the...
  • Wiki Page: Workflow in SharePoint Server 2013 FAQ

    This wiki contains Frequently Asked Questions regarding Workflow in SharePoint Server 2013. Q1: Where can I find the list of resources for workflow in SharePoint Server 2013? Q2: If a message is picked up by Service Bus, how long does Service Bus wait for the message to be deleted or marked...
  • Wiki Page: Windows Workflow Foundation (WF) Overview

    Table of Contents Getting Started with WF WF Community Resources Forums Blogs Screencasts WF Wiki Pages See Also Other Languages Deutsch (de-DE) Windows Workflow Foundation (WF) provides a programming model, in-process workflow engine and rehostable designer to implement long-running processes as...
  • Wiki Page: Hands-on Lab: Introduction to Windows Workflow Foundation in .NET Framework 4

    Hands-On Lab Introduction To Windows Workflow Introduction to Windows Workflow Foundation in .NET Framework 4 Contents Table of Contents Overview Exercise 1: Hello Workflow Task 1 – Creating a Simple Hello Workflow Application . Exercise 1 Verification ...
  • Wiki Page: Dynamics CRM Workflows (CRM Online)

    Workflows in Dynamics CRM Online work the same as workflows in Dynamics CRM On-Premise, but have a few limitations that On-Premise Workflows do not. Workflows in Dynamics CRM Online are subject to the [[Dynamics CRM Online Process Limit]]. CRM Online also allows for extendeding with Custom Workflow...
  • Wiki Page: Extending Workflow Trusted Surface

    Due the fact that Windows Azure Workflow (Workflow Manager) is designed to run in the cloud, which is multitenant focused architecture, the host of workflow (Workflow Manager) must fulfill several security requirements. One of used approaches is so called “Trusted Surface”. This means that subset of...
  • Wiki Page: Passing arguments to activities scheduled by NativeActivity (WF)

    When scheduling activities using the NativeActivityContext.ScheduleActivity method, it isn't immediately obvious how to flow arguments into that activity. Since the scheduled activity doesn't have access to the parent activity's arguments (as a child activity would), it's necessary to...
  • Wiki Page: Workflow

    Note: This page is currently a stub article. Add information as you can.
  • Wiki Page: SCSM - Incidentes - Percebendo Efeito dos Workflows e Templates - (pt-BR)

    Jordano Mazzoni Twitter: @jordanomazzoni Site: http://jmazzoni.wordpress.com/ Canal: http://www.youtube.com/JmazzoniAJU Acompanhe o restante da série no site ou seguindo-me no twitter..!!! Grande abraço Jordano Mazzoni
  • Wiki Page: SCSM - Incidentes Criando Workflows - (pt-BR)

    Jordano Mazzoni Twitter: @jordanomazzoni Site: http://jmazzoni.wordpress.com/ Canal: http://www.youtube.com/JmazzoniAJU Acompanhe o restante da série no site ou seguindo-me no twitter..!!! Grande abraço Jordano Mazzoni
Page 1 of 1 (22 items)
Can't find it? Write it!