Wednesday, May 05, 2004 10:07 PM Jan Tielens

Workflow Lite For SharePoint Beta Available

Generic configurable document library event handler that can be used to create simple workflow and approval scenarios in Windows SharePoint Services or SharePoint Portal Server 2003.

Finally I've completed a version that is stable enough to be released. Be aware it's still a beta version! :-) To download it, visit the GotDotNet Workspace. Also check out the demo video that shows what you accomplish with it. To install the Event Handler take following steps:

Enable SharePoint Event Handlers:
- Open "SharePoint Central Administration" from the Administrative Tools
- Click "Configure virtual server settings"
- Select a Virtual Server from the list
- Choose "Virtual server general settings"
- Select "Event handlers are: On" (bottom of the page)

Deploy the Leadit.SharePoint.Workflow assembly to the GAC:
- Extract Leadit.SharePoint.Workflow.dll to a temporary location
- Browse to X:\Windows\Assembly (or X:\WINNT\Assembly)
- Drag and drop Leadit.SharePoint.Workflow.dll into this folder
- The assembly should now be in the list

Extract the config file
- Extract Sample.xml to a folder
- Make sure the account you'll configure below has access to this folder
- Create your own config file based on the sample

Configure settings
- Make a backup of the machine.config file
  C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config
  or C:\WINNT\Microsoft.NET\Framework\v1.1.4322\CONFIG\machine.config
- Edit the machine.config file with NotePad
- Find the <appSettings> tag (by default it's commented out)
- Add following text between </configSections> and <system.diagnostics>
    <appSettings>
        <add key="Leadit.SharePoint.Workflow.Username" value="xxx"/>
        <add key="Leadit.SharePoint.Workflow.Password" value="yyy"/>
        <add key="Leadit.SharePoint.Workflow.Domain" value="zzz"/>
        <add key="Leadit.SharePoint.Workflow.Configfile" value="c:\folder\config.xml"/>
    </appSettings>
- xxx, yyy and zzz should be the credentials of a SharePoint account that has enough rights on your SharePoint site (for example administrator account)
- The ConfigFile tag should point the config file from the previous step
- Use the IISRESET command to force a refresh of the config settings

Enable the Event Handler for a Document Library
- Open a document library in SharePoint
- Click "Modify settings and columns"
- Choose "Change advanced settings"
- In the Event Handler section fill out following values:
  Assembly Name:
  Leadit.SharePoint.Workflow, Version=0.1.0.0, Culture=neutral, PublicKeyToken=dd064a5b12b5277a
  Class Name:
  Leadit.SharePoint.Workflow.EventHandler

I'll post more detailed installation and configuration instructions as soon as I'll find some more time. Until then I recommend to check the event log to find out what could be going wrong.

Filed under:

Comments

# SharePoint components - RSS, Web Manager, Pocket Portal, Navigation, Bulk Upload, Workflow Lite for SharePoint

Wednesday, May 05, 2004 12:27 PM by TrackBack

Checkout SpsDev.Com who are focussing on providing components to extend SharePoint Technologies ...

# re: Workflow Lite For SharePoint Beta Available

Thursday, May 06, 2004 3:12 AM by Vivek Ravindran

Hi Jan,

I downloaded your beta sample and have followed all instructions to the T. I think the sample is not complete in that I dont see the customized Task Pane in Word which is shown as per your video.

The other thing is there were three document libraries in your video - I notice two.

Am I missing something?

# re: Workflow Lite For SharePoint Beta Available

Thursday, May 06, 2004 4:52 AM by Jan

Could you verify that you are using Office 2003?

# re: Workflow Lite For SharePoint Beta Available

Thursday, May 06, 2004 1:37 PM by Matt Leebert

Hi Jan,

This looks like a great tool. Will the source code be made available?

# re: Workflow Lite For SharePoint Beta Available

Thursday, May 06, 2004 2:08 PM by Jan

Matt

Once I release v1, you can apply to join the GotDotNet Workspace so you can contribute to the project.

# Workflow Lite For SharePoint Beta Available

Friday, May 21, 2004 9:57 PM by TrackBack

# re: Workflow Lite For SharePoint Beta Available

Thursday, May 27, 2004 4:37 PM by Jan

Sure, no problem!

# re: Workflow Lite For SharePoint Beta Available

Thursday, May 27, 2004 4:39 PM by brad

Can this run on multiple sites?

# re: Workflow Lite For SharePoint Beta Available

Thursday, May 27, 2004 5:40 PM by brad

I got it to work. I was easy to figure out. I really like the work you did. You mentioned an email trigger. Do you have something in place?

# re: Workflow Lite For SharePoint Beta Available

Friday, May 28, 2004 1:13 AM by Jan

Brad, in V1 (which is nearly finished) you can have actions that send emails.

# Approval Routing and Workflow

Wednesday, July 28, 2004 3:23 AM by TrackBack

# re: Workflow Lite For SharePoint Beta Available

Tuesday, June 06, 2006 7:20 AM by Pranav Mehta

We have followed all the above mentioned steps and have been successful till step 4.... but are unable to complete step 5. and are not getting the three document libraries and event log as shown in your demo video.

Please help....

regards
moumita and pranav

# re: Workflow Lite For SharePoint Beta Available

Wednesday, June 14, 2006 2:10 AM by Dave

I am also unable to finish step 5. Does anyone have any suggestions?

# re: Workflow Lite For SharePoint Beta Available

Thursday, June 22, 2006 3:34 AM by Fahad

During the installation , of machine.Config i managed to add the keys listed in th instruction as requested. but when started the IIS , i faced the problem in the key line

" <Add Key="Leadit.sharepoint.workflow.passowrd" value="yyy"/>  

error saying " invalid charcter" I have used different types of passowrds which all have adminstrator privilages. it still showing the error.  Please advice.  Iam so excited to try it......... thanks

# re: Workflow Lite For SharePoint Beta Available

Monday, June 26, 2006 8:26 PM by Jared

Hey Jan,  when I put in the Assembly and Class Name and hit OK I get the following error:

Could not report event for "Shared Documents" in "Shared Documents" because loading event handler assembly "Leadit.SharePoint.Workflow, Version=0.1.0.0, Culture=neutral, PublicKeyToken=dd064a5b12b5277a" failed. File or assembly name Leadit.SharePoint.Workflow, or one of its dependencies, was not found.

Any Idea's?

# re: Workflow Lite For SharePoint Beta Available

Wednesday, July 05, 2006 8:42 PM by Rob A

Used Win Wf to do the same with InfoPath on SPS 2003

See http://geekswithblogs.net/synboogaloo/archive/2006/07/05/84083.aspx

# re: Workflow Lite For SharePoint Beta Available

Wednesday, July 12, 2006 10:29 PM by valiant

check your

Leadit.SharePoint.Workflow, Version=0.1.0.0, Culture=neutral, PublicKeyToken=dd064a5b12b5277a

go to c:\windows\assembly, and view using detail list

check for Leadit.SharePoint.Workflow

make sure the PublicKeyToken and Version is the same as the one inside your assembly name

# re: Workflow Lite For SharePoint Beta Available

Tuesday, August 01, 2006 8:37 AM by Nishant

I have just downloaded and installed the RC1c version. All the Installation steps were performed successfully. But i'm unable to see any new columns like Status, comments etc in my library. Nothing in the event logs too. Infact, it doesn't seem to have any effect on the site. Can anybody please let me know what may be the problem? Thanks.

# re: Workflow Lite For SharePoint Beta Available

Monday, September 04, 2006 4:16 AM by alan h

Fahad:

you spelt "password" wrong -

" <Add Key="Leadit.sharepoint.workflow.passowrd" value="yyy"/>  

# stefan @ decatec - Sharepoint 2007 WorkFlow Intro

Tuesday, January 16, 2007 4:30 AM by stefan @ decatec - Sharepoint 2007 WorkFlow Intro

# re: Workflow Lite For SharePoint Beta Available

Friday, April 20, 2007 6:20 AM by Spiridon

# re: Workflow Lite For SharePoint Beta Available

Monday, May 07, 2007 8:41 AM by John

Hey man ... can we get DLL of the workflow out of the sharepoint designer ...so that we can customise it on some other system???? ... if yes .. how ??.. kindly reply soon

# re: Workflow Lite For SharePoint Beta Available

Tuesday, May 08, 2007 1:22 AM by JO

... i googled out ... n got some concept which goes like this..... "Workflows are stored in a site-level document library called Workflows. This document library is created automatically by Office SharePoint Designer 2007. In the Folder List, the Workflows document library displays the workflow icon instead of the usual list or document library icon. By default, the Workflows document library is hidden from the browser and has no List Views, such as AllItems.aspx or EditForm.aspx. This document library contains a folder for each workflow created with Office SharePoint Designer 2007. The folder contains all the source files necessary for the workflow" .... m stuck here :( .... please if u can help me to get DLL of this ... do help me ...

thnx in advance :)

# re: Workflow Lite For SharePoint Beta Available

Wednesday, June 13, 2007 4:01 AM by Phil

Hi,

I'm still using SharePoint 2003.  As GotDotNet is being phased out, will Workflow Lite be available elsewhere?

Regards.

# re: Workflow Lite For SharePoint Beta Available

Monday, July 16, 2007 5:46 PM by ctl00$main$ctl08$ctl02$ctl02$ctl02$tbname

irvine dental implants <a href= dentalimplants.myfreeforum.com >worth dental implants</a> [url=dentalimplants.myfreeforum.com]worth dental implants[/url]

# re: Workflow Lite For SharePoint Beta Available

Thursday, October 11, 2007 4:03 AM by dfg

Is this project discontinued?

# re: Workflow Lite For SharePoint Beta Available

Monday, November 05, 2007 7:03 AM by Is this still breathing?

I need somthing similar to provide SharePoint Approval feature from my ASP.net application

# re: Workflow Lite For SharePoint Beta Available

Tuesday, December 11, 2007 6:07 PM by ctl00$main$ctl08$ctl02$ctl02$ctl02$tbname

implants brighton dental <a href= dentalimplants.phpbbstar.com >dental cumberland implants</a> [url=dentalimplants.phpbbstar.com]dental cumberland implants[/url]

# sharepoint 2007 routing workflow

Thursday, April 10, 2008 10:37 AM by sharepoint 2007 routing workflow

Pingback from  sharepoint 2007 routing workflow