SharePoint Tip #12: Forms InfoPath em Workflows criados com Visual Studio

0
Criar forms InfoPath para usar com Workflows criados no Visual Studio para o SharePoint é, à partida, mais simples do que criar páginas ASPX. No entanto, apesar de existir...

“The E-Myth Revisited” and The World After Summer

0
I've been reading "The E Myth Revisited", by Michael Gerber. The book is all about entrepreneurs and small companies, and why they usually fail. The following quote is right...

Ciclo de Webcasts – Introdução ao Windows Workflow Foundation com a Framework 3.5

0
Nos passados dia 3 e 4 de março fiz uns webcasts para Webcasts4share da Microsoft sob o tema "Introdução ao Windows Workflow Foundation com a Framework 3.5". Ainda não estão...

How to – Validate Windows Workflow custom activity input

0
Windows Workflow allow us to perform custom validator input that is executed at design and compile time. The error output is similar as Biztalk Orchestration shape errors. Adding a validator to...

SharePoint 2007 – Checking if a Workflow Instance is Completed

0
Introduction This blog post will show you how to check if a certain workflow instance is completed in a SharePoint list. In this example, let's assume that the default "Documents"...

Windows Workflow – Using the HandleExternalEventActivity

0
Introduction This is the first in a series of blog posts dedicated to Windows Workflow. For those who don’t know, Windows Workflow Foundation (WF) is the new engine for building...

SharePoint 2007 workflow development

0
Encontrei esta compilação interessante de recursos sobre desenvolvimento de workflows para SharePoint 2007 no blog do JOPX.SharePoint 2007 workflow developmentThe number of online resources about workflow development on the SharePoint platform is finally increasing....

Using WF CallExternalMethod activity in Windows Workflow

0
The CallExternalMethod Activity allows us to make synchronous communication between Workflow and the Host through the Local Service using Local Service Communication. Local Service Communication allows workflows to communicate...

Como executar pesquisas ao estado de um Workflow de máquina de estados

0
Um Workflow de máquina de estados permite que sejam efectuadas pesquisas sobre uma instância. Para tal deve-se usar um objecto da classe StateMachineWorkflowInstance (System.Workflow.Activities), que permite por exemplo obter a...

Windows Workflow – Using the ListenActivity

0
When the workflow requires interaction with the outside world this activity can become very helpful. The ListenActivity as its name suggests listens for incoming wake-up calls on...