| M | D | M | D | F | S | S |
|---|---|---|---|---|---|---|
| « Sep | Nov » | |||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
- .NET (4)
- Administration (12)
- Allgemein (6)
- C# (4)
- MOSS 2007 (31)
- Office (2)
- Programming (5)
- SharePoint (38)
- SharePoint 2010 (3)
- Uncategorized (1)
- VB.NET (2)
- Web (7)
- WIN 2008 (1)
- Workflow (8)
- 27.4.2010: Access denied while joining an existing MOSS 2007 farm
- 27.4.2010: SQL-Server Logfiles kürzen / Shrink SQL-Server DB Logfiles
- 14.4.2010: Timerjobs für Policies laufen nicht
- 10.12.2009: CAML query nested too deep
- 28.11.2009: SharePoint 2010, Listen und Bibliotheken, was ist neu?
- 27.11.2009: SharePoint 2010 Beta, erste Eindrücke
- 6.10.2009: SharePoint Fehlermeldung bei Verwendung der Suche / Search error
- 25.9.2009: MOSS große Listeneintrag Anlage wird nicht hochgeladen / MOSS large list item attachment not uploading
- 20.9.2009: stp Vorlage ungültig... / stp template invalid...
- 26.5.2009: Erste Systemvoraussetzungen für SharePoint 2010 von Microsoft veröffentlicht
SP-Designer Workflows wiederverwenden, Re-use SP-Designer Workflows
English:One of the most annoying things about sp-designer workflows is that they can´t be reused on different lists. If you have created a workflow with, lets say, 10 activities you have to do all the clicking again, if you want to use the same workflow on just another list on the same site.
But as always there is a trick. Read more inside
Deutsch:Normalerweise kann ein SP-Designer Workflow nicht an einer anderen Liste wieder verwendet werden. Dies ist besonders frustrierend wenn mann gerade einen Workflow mit so etwa 10 Aktionen zusammen geklickt hat und ihn genau so an einer anderen Liste ebenfalls gebrauchen könnte.
Wie man den Workflow trotzdem kopieren kann, steht nachfolgend in der Strich-Aufzählung zu lesen (in englisch). Falls es jemand auf Deutsch braucht, schickt mir bitte eine Mail.
- create another website (a teamsite for example)
- create some kind workflow here. Some simple one, because the only purpose is to create a “workflows” folder
- open your website, where your workflow sits, in sp-designer
- right click on the workflow-folder of the workflow you want to copy
- click copy
- open the website you just created in sp-designer
- Activate the workflows-folder by left clicking and then right click and paste
- Your copied workflow will appear as a folder
- Open the XOML file of your workflow by double clicking it
- The workflow wizzard will appear. Now click “back” and you will notice that the workflow is no longer connected to any list
- Chose a list to connect the workflow to and save the workflow
- Now rename your workflow by right clicking and rename
- Last thing to do, is to do the copy and paste trick backwards to your original site
- Connect the workflow to your desired list and save
- Check all the field references and lookups and save
- Now you are done and have a copy of the workflow without re-thinking and re-clicking