<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Lombardi Blog | Process People</title>
	
	<link>http://blog.lombardi.com</link>
	<description>Getting Things Done with BPM</description>
	<lastBuildDate>Fri, 27 Aug 2010 19:24:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/ProcessPeople" /><feedburner:info uri="processpeople" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>ProcessPeople</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Using Relaxed Layout to Improve Line Routing</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/nd8G4OggOcg/</link>
		<comments>http://blog.lombardi.com/using-relaxed-layout-to-improve-line-routing/#comments</comments>
		<pubDate>Fri, 27 Aug 2010 19:10:30 +0000</pubDate>
		<dc:creator>Kevin Cua</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Kevin Cua]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1278</guid>
		<description><![CDATA[Blueprint has been designed to allow the system to do much of the line routing and layouts for your process so you can focus more on your process vs the layout. Occasionally, the default positioning may not have the results that you expected to see. As a trick, in some cases you may use Relaxed Layout [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Simple_Process_B_Positioned_Under_A.png"></a>Blueprint has been designed to allow the system to do much of the line routing and layouts for your process so you can focus more on your process vs the layout.</p>
<p>Occasionally, the default positioning may not have the results that you expected to see. As a trick, in some cases you may use <strong>Relaxed Layout </strong>to help position your process more to your desired layout and to help change line routing to be more as expected.</p>
<p>First I want to describe what Relaxed Layout is. Relaxed layout is the ability to move one object to a relative position around a 2nd object.</p>
<p>Take a look at this example (Click on Image to Enlarge)</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Simple_Process.png"><img class="size-medium wp-image-1279  aligncenter" title="Simple_Process" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Simple_Process-300x64.png" alt="" width="300" height="64" /></a></p>
<p>Notice the process is written as</p>
<p><strong>A &gt; B &gt; C</strong></p>
<p>where &gt; represents a line drawn from one Activity to Another</p>
<p>The rule for relaxed layout is you are allowed to move <strong>Activity2</strong> around <strong>Activity1</strong> if a line directly connects <strong>Activity1</strong> to <strong>Activity2</strong>.</p>
<p>So in this example</p>
<ul>
<li>One can position <strong>Activity B</strong> ABOVE or BELOW <strong>Activity A</strong> because a line directly connects <strong>A</strong> to <strong>B</strong></li>
<li>One can position <strong>Activity C</strong> ABOVE or BELOW <strong>Activity B</strong> because a line directly connects <strong>B</strong> to <strong>C </strong></li>
<li>One <strong>CANNOT</strong> position <strong>Activity C</strong> ABOVE or BELOW <strong>Activity A</strong> because a line does NOT directly connect <strong>A</strong> to <strong>C</strong></li>
</ul>
<p>To observe this, click on B and drag it BELOW A. Notice a grey <strong>dropline</strong> bar appears. The grey dropline bar appears telling you that the drop is allowed. If a position is in use, then a drop may not be allowed. Seeing the dropline tells you that are allowed to position an object relative to another object the dropline appears around (in this example Activity A). </p>
<p style="text-align: center;"> <a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Simple_Process_B_Under_A.png"><img class="size-medium wp-image-1280  aligncenter" title="Simple_Process_B_Under_A" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Simple_Process_B_Under_A-300x90.png" alt="" width="300" height="90" /></a></p>
<p> After you let go, the diagram in Relaxed Layout appears as this</p>
<p style="text-align: center;"><img class="aligncenter" title="Simple_Process_B_Positioned_Under_A" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Simple_Process_B_Positioned_Under_A-300x149.png" alt="" width="300" height="149" /></p>
<p>Notice now how you have moved Activity B to have relative position to be BELOW Activity A. This is called Relaxed Layout because the positioning changes the behavior of the layout of the diagram from it&#8217;s default positioning. Seeing the dropline appear when you reposition objects on a diagram shows you that you are invoking relaxed layout on your diagram.</p>
<p>In this simple example, the Relaxed Layout demonstrated how you can position objects relative to each other. If you had wanted to make C have some relative position with A, you could have draw a line from A to C, position C appropriately and then delete the line from A to C.</p>
<p>Here is another example of a more complicated process now where it may not seem obvious how Relaxed Layout may be able to change line routing in your favor.</p>
<p><strong><span style="color: #ff0000;">Before you perform Relaxed Layout, as a BEST PRACTICE, always take a MANUAL snapshot BEFORE you do relaxed layout in complicated processes. In case the layout is not working as you want it to, it will be easier to revert back to an original snapshot. You can also press UNDO within the same session, but a manual snapshot is safer to have before beginning the edits.</span></strong></p>
<p>Here is a part of a process that is using ALL default layouts from Blueprint</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout1.png"><img class="size-medium wp-image-1282  aligncenter" title="Line_Routing_with_Relaxed_Layout1" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout1-300x265.png" alt="" width="300" height="265" /></a></p>
<p>Notice on this process that the &#8220;End&#8221; event comes out from <strong>A1</strong> Activity. In this example, I want to delete the End Event. When I do, this change occurs</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout2.png"><img class="size-medium wp-image-1283  aligncenter" title="Line_Routing_with_Relaxed_Layout2" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout2-300x269.png" alt="" width="300" height="269" /></a></p>
<p>As you can see from the image above, by deleting the End event, the line from A1 is now crossing over the other line that goes to A2. This would not be the desired result here.</p>
<p>Each process will require your own &#8220;trial and error&#8221; tests, which is why having the &#8220;<strong>original snapshot</strong>&#8221; is good so you can revert changes if you want to.</p>
<p>Looking at this process, I can see that IF I made A2 have relative position under A1, that the line from A1 may be drawn more directly to A2. By making A2 have relative position BELOW A1, it will make the default line go under A1 to A2.</p>
<p>To do this I will do these steps</p>
<p><strong><span style="color: #ff0000;">1)  Make a manual snapshot of my process (&#8220;v1 &#8211; original layout&#8221;)</span></strong></p>
<p>2) Now I drag <strong>A2</strong> so it is in the <strong>same swimlane /</strong> <strong>milestone</strong> cell as <strong>A1</strong> is, just so I can do the positioning.</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout3.png"><img class="size-medium wp-image-1284  aligncenter" title="Line_Routing_with_Relaxed_Layout3" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout3-300x268.png" alt="" width="300" height="268" /></a></p>
<p>3) Position A2 so it is explicitly positioned under A1. You will see the grey dropline appear showing this re-positioning is possible</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout4.png"><img class="size-medium wp-image-1285  aligncenter" title="Line_Routing_with_Relaxed_Layout4" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout4-300x262.png" alt="" width="300" height="262" /></a></p>
<p>4)  After you let go, the diagram will look like this</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout5.png"><img class="size-medium wp-image-1286  aligncenter" title="Line_Routing_with_Relaxed_Layout5" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout5-251x300.png" alt="" width="251" height="300" /></a></p>
<p>5)  What this now does is it has added a relative position for <strong>A2</strong> to be <strong>BELOW A1</strong>. When you move <strong>A2</strong> out now it keeps some of that relativity in between swimlanes and milestones. This is what will allow the line to get a more direct path to A2.</p>
<p>Move A2 back to its original position</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout6.png"><img class="size-medium wp-image-1287  aligncenter" title="Line_Routing_with_Relaxed_Layout6" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout6-300x265.png" alt="" width="300" height="265" /></a></p>
<p> 6)  Now delete the End event again from A1. Notice now the line doesn&#8217;t overlap with the line for A2 because a relative positioning was added.</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout7.png"><img class="size-medium wp-image-1288  aligncenter" title="Line_Routing_with_Relaxed_Layout7" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Line_Routing_with_Relaxed_Layout7-300x259.png" alt="" width="300" height="259" /></a></p>
<p> </p>
<p>Using relaxed layout can be a powerful trick to get your processes to look more like you want them to.</p>
<p>In closing here is a summary of what to keep in mind when using this trick</p>
<ul>
<li>Always make a manual snapshot of the process BEFORE you do relaxed layout. For very complicated processes, relaxed layout may be tricky to get as you want after your 1st attempt, so having a manual snapshot to revert your changes is a good practice</li>
<li>Getting your results will require a &#8220;trial and error&#8221; approach, so you may have to try a few tests to see if the layout is what you wanted. Using UNDO during ONLY the same editing session is a good way to quickly back out the changes you made (<strong>DO NOT refresh your page, or your undo stack will be lost and you won&#8217;t be able to undo your steps anymore</strong>)</li>
<li>Always try to create as much of your process using Blueprint&#8217;s default layout 1st before using relaxed layout. Using relaxed layout will be best used when you are just tweaking the final layouts of your diagram vs using from the BEGINNING of creating your process or when you have  a lot of your process left to create.</li>
<li><strong>Be patient</strong>. When you initially shuffle things around especially with very complicated processes, your process may start to look &#8220;messed up&#8221;. You may need to move things around a bit to eventually get the layout that you desire.</li>
</ul>
<p>Hope this may help you in some of your layout issues. With some patience, you can usually get a layout that you want in most cases.</p>
<p><strong> </strong></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/nd8G4OggOcg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/using-relaxed-layout-to-improve-line-routing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/using-relaxed-layout-to-improve-line-routing/</feedburner:origLink></item>
		<item>
		<title>Announcing the August 2010 Blueprint Release</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/bYauBW2Q93s/</link>
		<comments>http://blog.lombardi.com/announcing-the-august-2010-blueprint-release/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 19:10:10 +0000</pubDate>
		<dc:creator>Jasmine Basrai</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[Jasmine Basrai]]></category>
		<category><![CDATA[product releases]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1231</guid>
		<description><![CDATA[The August 2010 update is now live on blueprint.lombardi.com! In this release we’ve made some enhancements that improve your Blueprint experience through the use of avatars. Avatars are a great way to identify users within Blueprint by associating a picture with a particular user.  Once thing we have learned at IBM it’s easy for communications to [...]]]></description>
			<content:encoded><![CDATA[<p>The August 2010 update is now live on <a href="https://blueprint.lombardi.com/index.html"><span style="text-decoration: underline;">blueprint.lombardi.com</span></a>! In this release we’ve made some enhancements that improve your Blueprint experience through the use of avatars. Avatars are a great way to identify users within Blueprint by associating a picture with a particular user.  Once thing we have learned at IBM it’s easy for communications to become impersonal in an organization, especially when you are working in a globally distributed team. The ability to “Put a face to a name” can really help bridge that gap.  That’s why we are introducing avatars today. Anywhere a users information appears in Blueprint such as the Feeds, Chat, etc. the avatar will now appear alongside their user name, making it easier to “Put a face to a name!”  Check out the screen shot below for an example.</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/blueprint_avatars1.png"><img class="size-medium wp-image-1230 aligncenter" title="blueprint avatars" src="http://blog.lombardi.com/wp-content/uploads/2010/08/blueprint_avatars1-300x184.png" alt="" width="300" height="184" /></a></p>
<p>So go ahead and upload your picture today and <span style="text-decoration: underline;"><a href="https://blueprint.lombardi.com/sLogin.html?redir=%2Fforums">let us know what you think</a>!</span></p>
<p>As always, this release also features improvements based upon what we&#8217;ve heard from you such as</p>
<ul>
<li>Ability to restrict inviting users as an admin security feature</li>
<li>Improving the export to Microsoft Word to use headers better to support the creation of a table of contents in the Blueprint Microsoft Word Export</li>
</ul>
<p><a href="https://blueprint.lombardi.com/index.html"><span style="text-decoration: underline;">Log in now</span></a> and try it out for yourself! If you don&#8217;t have an account yet, just <span style="text-decoration: underline;"><a href="https://blueprint.lombardi.com/index.html">sign up for a free 30 day tria</a>l</span>. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you<a href="http://twitter.com/BlueprintUpdate" target="_blank"> follow us on Twitter.</a></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/bYauBW2Q93s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/announcing-the-august-2010-blueprint-release/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/announcing-the-august-2010-blueprint-release/</feedburner:origLink></item>
		<item>
		<title>Understanding Ordering of the Documentation View</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/21v7esk4fbs/</link>
		<comments>http://blog.lombardi.com/understanding-ordering-of-the-documentation-view/#comments</comments>
		<pubDate>Fri, 13 Aug 2010 01:31:03 +0000</pubDate>
		<dc:creator>Kevin Cua</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Kevin Cua]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1235</guid>
		<description><![CDATA[Ordering of the Documentation View depends on whether you have a diagram created or not. No Diagram Created If no diagram is created for your process, the ordering on the diagram view is more predicatable. You can see this from the example of the image below On the Discovery Map for a process with no [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process1.png"></a>Ordering of the Documentation View depends on whether you have a diagram created or not.</p>
<p><strong>No Diagram Created</strong></p>
<p>If no diagram is created for your process, the ordering on the diagram view is more predicatable. You can see this from the example of the image below</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process1.png"></a><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process.png"></a></p>
<p style="text-align: center;"><strong><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process3.png"></a></strong></p>
<p>On the <strong>Discovery Map</strong> for a process with no diagram one can see this (Click on the image to enlarge)</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process14.png"><img class="size-medium wp-image-1268  aligncenter" title="Map_View_Process1" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process14-300x137.png" alt="" width="300" height="137" /></a></p>
<p style="text-align: left;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process13.png"></a><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process12.png"></a></p>
<p>On the <strong>Documentation View</strong> it looks like this (Click on the image to enlarge)</p>
<p style="text-align: left;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process24.png"></a></p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process25.png"><img class="aligncenter size-medium wp-image-1269" title="Map_View_Process2" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process25-132x300.png" alt="" width="132" height="300" /></a> </p>
<p style="text-align: left;">Notice how the order seems pretty reasonable going down each Milestone.</p>
<p><strong>Diagram Created</strong></p>
<p>The complexity occurs when you create a diagram in your process.  Once a diagram is created, the order on the <strong>Discovery Map </strong>and <strong>Process Diagram </strong>are no longer linked together. The reason for this is because the <strong>Discovery Map</strong> does not display some objects like in the <strong>Process Diagram</strong> like (events, decisions) which may make the ordering not logical if they were still linked together.</p>
<p><strong>Once a diagram is created</strong>, the ordering for the Documentation View is controlled by the <strong>Process Diagram</strong> and not the <strong>Discovery</strong> <strong>Map. </strong>You have to go to the <strong>Process Diagram </strong>to change the order on the Documentation View once a diagram is created for the process.</p>
<p>The numbering on the Documentation View will follow a single path through a Milestone to the next milestone 1st. If there are decisions that cause branches  in a milestone, the 2nd branch will be numbered next out of the milestone first before numbering will start on the 2nd Milestone. All the paths / branches will be followed out within one Milestone before the numbering begins for a 2nd milestone.</p>
<p>Look at the example below</p>
<p>On the <strong>Process Diagram </strong>for a process one can see this (Click on the image to enlarge)</p>
<p style="text-align: left;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process11.png"></a><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process12.png"></a><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process11.png"></a></p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process13.png"><img class="size-medium wp-image-1270  aligncenter" title="Diagram_View_Process1" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process13-300x58.png" alt="" width="300" height="58" /></a></p>
<p>The corresponding <strong>Documentation View</strong> will look like this (Click on the image to enlarge)</p>
<p style="text-align: left;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process22.png"></a><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process21.png"></a><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Map_View_Process21.png"></a></p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process3.png"></a><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process2.png"></a></p>
<p><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process1.png"></a></p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process22.png"><img class="aligncenter size-medium wp-image-1271" title="Diagram_View_Process2" src="http://blog.lombardi.com/wp-content/uploads/2010/08/Diagram_View_Process22-120x300.png" alt="" width="120" height="300" /></a></p>
<p>Notice in <strong>Milestone 1</strong>, that the order is like this</p>
<p><strong>A1 &gt; A2 &gt; Decision &gt;A3 &gt; A4</strong></p>
<p>then there is a branch in the Decision that is</p>
<p><strong>Decision &gt; A7 &gt; A8</strong></p>
<p>In <strong>Milestone 2</strong> the order is this</p>
<p><strong>A5 &gt; A6</strong></p>
<p>When you look at the Documentation View,  the ordering is like this</p>
<p>A1</p>
<p>A2</p>
<p>Decision</p>
<p>A3</p>
<p>A4</p>
<p>A7</p>
<p>A8</p>
<p>A5</p>
<p>A6</p>
<p>The ordering for the milestone occurs like this because in Milestone 1, the 1st thing that happens is a simple path is made from the one end of the milestone to the end of the Milestone</p>
<p>This is why <strong>A1 &gt; A2 &gt; Decision A3 &gt; A4</strong> is in a logical order.</p>
<p>After A4, one may think A5 in Milestone 2 would come next. This doesn&#8217;t happen because the Decision in Milestone 1. Before the numbering will start in Milestone 2, all flows out from Milestone 1 must be traversed. The ones not traversed yet in Milestone 1 is <strong>A7</strong> and <strong>A8</strong>. This is why these come next in the numbering vs A5 and A6 in Milestone 2</p>
<p>The trick to keep in mind is to be aware that numbering is going to have to finish everyting in a Milestone 1st before it will start numbering things in the 2nd Milestone.</p>
<p>So if your process is being logical across Milestone and a Decision exists, you need to be aware that the order may not be as you expect.</p>
<p>Some recommendations to make, is if a process diagram is not necessary for your discovery, try not to create one. This will make the order more predictable on the Documentation View.</p>
<p>If you need to have a diagram, then you have to be aware that numbering is grouped by Milestones with all the paths traversed 1st BEFORE it will start numbering in the next Milestone.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/21v7esk4fbs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/understanding-ordering-of-the-documentation-view/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/understanding-ordering-of-the-documentation-view/</feedburner:origLink></item>
		<item>
		<title>Creating a Join in Blueprint</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/-v9cE6hq77U/</link>
		<comments>http://blog.lombardi.com/creating-a-join-in-blueprint/#comments</comments>
		<pubDate>Sat, 24 Jul 2010 01:56:47 +0000</pubDate>
		<dc:creator>Kevin Cua</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Kevin Cua]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1218</guid>
		<description><![CDATA[This post will demonstrate how one can create a join when diagramming a process in Blueprint. One can also see an example with in Blueprint using the Template library. To find this example Click on Template Library grouping on the left side In the drop down select Process Patterns Click on Parallel Flow with a [...]]]></description>
			<content:encoded><![CDATA[<p>This post will demonstrate how one can create a <strong>join</strong> when diagramming a process in <strong>Blueprint.</strong></p>
<p>One can also see an example with in Blueprint using the Template library. To find this example</p>
<ol>
<li>Click on <strong>Template Library</strong> grouping on the left side</li>
<li>In the drop down select <strong>Process Patterns</strong></li>
<li>Click on <strong>Parallel Flow with a Simple Split</strong></li>
</ol>
<p>This shows an example of a join.</p>
<p>Look at the following video to show how one can create a join when diagramming in Blueprint.</p>
<p><object width="640" height="385"><param name="movie" value="http://www.youtube.com/v/b_y-o-mBpjw&amp;hl=en_US&amp;fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/b_y-o-mBpjw&amp;hl=en_US&amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="385"></embed></object></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/-v9cE6hq77U" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/creating-a-join-in-blueprint/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://blog.lombardi.com/wp-content/uploads/2010/07/Creating_a_Join_In_BP.avi" length="5453824" type="video/x-msvideo" />
		<feedburner:origLink>http://blog.lombardi.com/creating-a-join-in-blueprint/</feedburner:origLink></item>
		<item>
		<title>Announcing the Blueprint June 2010 Release</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/67mATiTO8T4/</link>
		<comments>http://blog.lombardi.com/blueprint-june-2010/#comments</comments>
		<pubDate>Sat, 26 Jun 2010 19:00:34 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[product releases]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1199</guid>
		<description><![CDATA[The June 2010 update is now live on blueprint.lombardi.com! In this release, we&#8217;ve made it easier than ever to focus in on the parts of your processes and your business that matter the most to you. We&#8217;ve added the ability to follow any object in Blueprint, whether it is an entire project or process, an individual [...]]]></description>
			<content:encoded><![CDATA[<p>The June 2010 update is now live on <a href="https://blueprint.lombardi.com" target="_blank">blueprint.lombardi.com</a>! In this release, we&#8217;ve made it easier than ever to focus in on the parts of your processes and your business that matter the most to you. We&#8217;ve added the ability to <em>follow</em> any object in Blueprint, whether it is an entire project or process, an individual input or output, or role associated with a particular activity.</p>
<p>Let&#8217;s take a look at the enhancements in detail:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1201" title="Blueprint June 2010 - News Feed" src="http://blog.lombardi.com/wp-content/uploads/2010/06/news-feed.png" alt="" width="471" height="414" /></p>
<ul>
<li><strong>Follow Me</strong>: Unfortunately, our responsibilities usually don&#8217;t fall neatly within the bounds of a single  process. If you&#8217;re the owner of a critical IT system, how do you know what are all the processes that depend on you? How do you know when they change? Similarly, if you&#8217;re in a role that often has cross functional responsibilities, how do you know when there&#8217;s a process change that requires your attention?
<p>The solution: <em>follow</em> the items that you&#8217;re responsible for or interested in inside Blueprint.</p>
<p>Let&#8217;s take a look at how it works:<br />
<span id="more-1199"></span></p>
<p><span style="text-align: center;"><img class="aligncenter size-full wp-image-1202" title="Blueprint June 2010 - Follow Me" src="http://blog.lombardi.com/wp-content/uploads/2010/06/follow.png" alt="" width="522" height="406" /></span></p>
<p>You can <em>follow</em> nearly anything in Blueprint &#8212; an entire project, process, activity, or individual piece of data such as a role, input, output, system, or problem &#8212; simply by clicking the star next to your desired item. Once you&#8217;ve followed something, you&#8217;ll receive updates in your news feed every time the item is used in a new process, removed from a process, or updated.</p>
<p>We&#8217;ve also taken this opportunity to make the What&#8217;s New feed on the home page both more focused and more detailed. You can now choose to narrow down your list of updates to only your followed items, which can help keep your attention centered on what&#8217;s most valuable to you. Additionally, we&#8217;ve added <em>Recent Changes</em> links to the entries in the feed; these allow you to drill in and see the nitty gritty details behind each transaction.</p>
<p>The redesigned home page and ability to follow items in Blueprint has already greatly raised the level of visibility of process changes for us internally on the team here at IBM. Please try it out and <a href="https://blueprint.lombardi.com/forums" target="_blank">let us know what you think!</a></li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-1203" title="Blueprint June 2010 - Project Page" src="http://blog.lombardi.com/wp-content/uploads/2010/06/project-1024x663.png" alt="" width="442" height="287" /></p>
<ul>
<li><strong>Redesigned Project Page</strong>: The project details page has also gotten some great changes for this release. Based upon your feedback, we&#8217;ve streamlined the page, removing parts that weren&#8217;t valuable and surfacing other information that was. As a result, you&#8217;ll notice that we&#8217;ve traded the old <em>project maturity</em> status bar for a new <em>changes</em> section. The <em>changes</em> section instantly shows you what&#8217;s happening across your entire project and even gives you the ability to drill down and see the complete details of each modification. Whether you&#8217;re running a process improvement effort or just want to see what your coworkers are doing, the new project page is a simple and quick way to get a handle on what&#8217;s happening on your team.</li>
</ul>
<p>As always, this release also features many smaller improvements based upon what we&#8217;ve heard from you — including reliability and formatting improvements to the process documentation editor and a cleaner theme for generated PowerPoint presentations. <a href="https://blueprint.lombardi.com" target="_blank">Log in now</a> and try it out for yourself! If you don&#8217;t have an account yet, just <a href="https://blueprint.lombardi.com/signup/trial" target="_blank">sign up for a free 30 day trial</a>. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you <a href="http://twitter.com/BlueprintUpdate">follow us on Twitter</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/67mATiTO8T4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/blueprint-june-2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/blueprint-june-2010/</feedburner:origLink></item>
		<item>
		<title>Blueprint Best Practices – Import From Visio</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/OEC3YaBx8nY/</link>
		<comments>http://blog.lombardi.com/blueprint-best-practices-import-from-visio/#comments</comments>
		<pubDate>Fri, 28 May 2010 19:15:00 +0000</pubDate>
		<dc:creator>Marino Petriccione</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[IBM BPM Blueprint]]></category>
		<category><![CDATA[Lombardi Blueprint]]></category>
		<category><![CDATA[Lombardi Edition]]></category>
		<category><![CDATA[process mapping]]></category>
		<category><![CDATA[visio]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1181</guid>
		<description><![CDATA[Check out the latest edition of the Blueprint Best Practices Webinar Series on Thursday, June 3, 2010 at 10:00 am, CST (Chicago, GMT-06:00). Some of the topics we will cover include: · What to do before you import the Visio file · What to do during the file transfer · What to do after importing [...]]]></description>
			<content:encoded><![CDATA[<p>Check out the latest edition of the Blueprint Best Practices Webinar Series on Thursday, June 3, 2010 at 10:00 am, CST (Chicago, GMT-06:00).</p>
<p>Some of the topics we will cover include:<br />
· What to do before you import the Visio file<br />
· What to do during the file transfer<br />
· What to do after importing the file to ensure quick and successful importing of processes</p>
<p>Blueprint is the most simple and intuitive way for your team to map and collaborate on business processes. Click <a title="here" href="http://www.lombardisoftware.com/webinar-blueprint-monthly-import-from-visio.php" target="_blank">here</a> to register for the webinar.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/OEC3YaBx8nY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/blueprint-best-practices-import-from-visio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/blueprint-best-practices-import-from-visio/</feedburner:origLink></item>
		<item>
		<title>Live from Forrester!</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/dJLLQmkqzUs/</link>
		<comments>http://blog.lombardi.com/live-from-forrester/#comments</comments>
		<pubDate>Fri, 28 May 2010 03:26:23 +0000</pubDate>
		<dc:creator>Maria Elavumkal</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[forrester]]></category>
		<category><![CDATA[Lincoln Trust Company]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[results]]></category>
		<category><![CDATA[speakers]]></category>
		<category><![CDATA[Success Story]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1189</guid>
		<description><![CDATA[This week, Lombardi has been at the Forrester IT Forum 2010 &#8211; The Business Technology Transformation: Making it Real.  The conference is taking place at the Palazzo Hotel Resort Casino in Las Vegas, Nevada. So far it has been great, in fact, we just wrapped up our Guest Executive Forum where we had Lincoln Trust [...]]]></description>
			<content:encoded><![CDATA[<p>This week, Lombardi has been at the Forrester IT Forum 2010 &#8211; The Business Technology Transformation: Making it Real.  The conference is taking place at the Palazzo Hotel Resort Casino in Las Vegas, Nevada.</p>
<p>So far it has been great, in fact, we just wrapped up our Guest Executive Forum where we had Lincoln Trust Company speak on our behalf about their successful implementation of Lombardi BPM.  Speakers included Bonnie Lewis, VP of Business Operations and Bill Garner, Senior IT Director of Solutions and Innovation.</p>
<p>Lincoln Trust Company (LTC) took advantage of our BPM capabilities to go beyond their main challenges of standardizing their document management and workflow processes,  to bridging the gap between their IT and Business side of the house.  Session attendees learned not only about the great results achieved by LTC (120% ROI in year 1 and 90% reduction in customer complaints),  but also about the lessons learned by LTC throughout their BPM journey (don&#8217;t over analyze, build the right team capabilities), along with tips on how to get started on the BPM journey.</p>
<p>As you have heard from us time and again &#8211; the success of our customers is what drives us to innovate and deliver products that can help solve crucial business problems.  Special thanks to Bonnie and Bill for a wonderful presentation as well as to the session attendees for the insightful questions!</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/dJLLQmkqzUs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/live-from-forrester/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/live-from-forrester/</feedburner:origLink></item>
		<item>
		<title>Lombardi: Driven to Impact 2010</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/K2QfbeJPKrM/</link>
		<comments>http://blog.lombardi.com/lombardi-driven-to-impact-2010/#comments</comments>
		<pubDate>Wed, 19 May 2010 16:14:43 +0000</pubDate>
		<dc:creator>Maria Elavumkal</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[BPM leader]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Driven]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[Impact]]></category>
		<category><![CDATA[Keynotes]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[Lombardi Day]]></category>
		<category><![CDATA[WebSphere]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1126</guid>
		<description><![CDATA[We are extremely excited to have had such a tremendous presence at Impact 2010.  The impressive conference of more than 6,000 registrants took place at the Venetian Resort Hotel Casino in Las Vegas, Nevada May 2-7, 2010. We kicked off the week with Lombardi Day, a special Lombardi Driven event specifically for Lombardi customers and [...]]]></description>
			<content:encoded><![CDATA[<p>We are extremely excited to have had such a tremendous presence at Impact 2010.  The impressive conference of more than 6,000 registrants took place at the Venetian Resort Hotel Casino in Las Vegas, Nevada May 2-7, 2010.</p>
<table cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td>
<p><div id="attachment_1131" class="wp-caption aligncenter" style="width: 310px"><br />
<a href="http://blog.lombardi.com/wp-content/uploads/2010/05/DSC013651.jpg"><img class="size-medium wp-image-1131 " src="http://blog.lombardi.com/wp-content/uploads/2010/05/DSC013651-300x175.jpg" alt="" width="300" height="175" /></a><p class="wp-caption-text">Welcome Keynote</p></div></td>
</tr>
</tbody>
</table>
<p>We kicked off the week with Lombardi Day, a special Lombardi Driven event specifically for Lombardi customers and partners. Lombardi and IBM leaders  were on-site to provide an executive update on the state of Lombardi as well as a status on the acquisition and how Lombardi will fit within the IBM WebSphere portfolio.<span id="more-1126"></span></p>
<table style="margin-bottom: 0px;padding-bottom: 0px" cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td style="margin-bottom: 0px;padding-bottom: 0px;height: 271px">
<p><div id="attachment_1130" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/05/DSC01377.jpg"><img class="size-medium wp-image-1130  " src="http://blog.lombardi.com/wp-content/uploads/2010/05/DSC01377-300x225.jpg" alt="" width="300" height="225" /></a><p class="wp-caption-text">IBM, Lombardi Executives at Lombardi Day</p></div></td>
</tr>
</tbody>
</table>
<p>As the week progressed, Lombardi was recognized as the leader in BPM technology with exposure in multiple main stage keynotes, conference sessions, meet the expert demos and open labs often resulting in larger than expected turnouts.  Perhaps the best highlight was when Beth Smith, WebSphere VP of Development, gave a live demo of Blueprint during the Day 2 Keynote.</p>
<p>Visit <a title="Impact Youtube's site" href="http://www.youtube.com/user/ibmimpact" target="_blank">Impact&#8217;s YouTube site</a> to see the excellent keynote sessions!</p>
<table cellspacing="0" cellpadding="0" align="center">
<tbody>
<tr>
<td>
<p><div id="attachment_1129" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/05/DSC01367.jpg"><img class="size-medium wp-image-1129 " src="http://blog.lombardi.com/wp-content/uploads/2010/05/DSC01367-300x225.jpg" alt="Main Stage Keynote" width="300" height="225" /></a><p class="wp-caption-text">Keynote Session: Nancy Pearson, Vice President, BPM, SOA, &amp; WebSphere Marketing, SWG</p></div></td>
</tr>
</tbody>
</table>
<p>As always, what makes Lombardi unique is our extremely talented and successful customers.  Special thanks to:</p>
<ul>
<li> Paul Nussbaum, Ford Motor Company</li>
<li> Richard Ward, Blue Cross Blue Shield of Michigan</li>
<li> Erik Keller, SIRVA</li>
<li> Farrukh Humayun, PNC Bank</li>
<li> Paul Tazbaz, Wells Fargo</li>
</ul>
<p>If you were unable to attend, don&#8217;t worry&#8230;<a title="Impact Comes To You" href="http://www-01.ibm.com/software/websphere/events/impact/icty.html" target="_blank">Impact Comes To You</a>!  The first IMPACT comes to you event will be held in London.</p>
<p>Lombardi would also like to take this opportunity to thank all of our customers who attended Impact 2010 &#8211; it was great seeing you!  And last, but not least &#8211; Thanks to the Impact Planning Team for a wonderful event &#8211; we&#8217;re looking forward to next year!</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/K2QfbeJPKrM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/lombardi-driven-to-impact-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/lombardi-driven-to-impact-2010/</feedburner:origLink></item>
		<item>
		<title>The May 2010 Update: IBM BPM Blueprint</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/8KEEfezaMRU/</link>
		<comments>http://blog.lombardi.com/the-may-2010-update-ibm-bpm-blueprint/#comments</comments>
		<pubDate>Sat, 01 May 2010 15:25:30 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[product releases]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=1099</guid>
		<description><![CDATA[The May 2010 update is now live on blueprint.lombardi.com! We have some exciting changes in this release that I can&#8217;t wait to tell you about. First things first — we&#8217;ve changed our name! We&#8217;re now called IBM BPM Blueprint and our sister product, Teamworks, is now WebSphere Lombardi Edition. You can read all about it in [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>The May 2010 update is now live on <a href="https://blueprint.lombardi.com" target="_blank">blueprint.lombardi.com</a>! We have some exciting changes in this release that I can&#8217;t wait to tell you about.</p>
<p>First things first — we&#8217;ve changed our name! We&#8217;re now called IBM BPM Blueprint and our sister product, Teamworks, is now WebSphere Lombardi Edition. You can read all about it in the <a href="http://www.lombardisoftware.com/lombardi-ibm-product-update.php" target="_blank">announcement here</a>. We&#8217;re now officially part of the IBM product portfolio, and you&#8217;ll see us leveraging more and more of IBM&#8217;s capabilities to make you more productive over the next few weeks and months.</p>
<p>We also have two great enhancements for you. The first is our new Template Library, which has a wealth of processes that represent industry and functional best practices to help you get your documentation efforts jump started. Second, we&#8217;ve introduced the Blueprint API, which allows you to integrate Blueprint more closely with your existing systems.</p>
<p>Let&#8217;s take a look at the enhancements in detail:</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/05/template-library-1.png"><img class="aligncenter size-full wp-image-1101" title="Blueprint May Update - Template Library" src="http://blog.lombardi.com/wp-content/uploads/2010/05/template-library-1.png" alt="" width="512" height="384" /></a></p>
<ul>
<li><strong>Template Library</strong>: There&#8217;s no need to reinvent the wheel. No matter what kind of document you&#8217;re creating, it&#8217;s always quicker to start from a template than a blank slate. If I need to send a fax or create a newsletter, Microsoft Word comes with many options that just require me to fill in a few blanks and hit save. Why should documenting processes be any different?
<p>That&#8217;s why today we&#8217;re introducing the Blueprint Template Library. It&#8217;s stocked with a wealth of process models that represent best practices across different industries and functions that you can leverage to get a head start on your documentation efforts. You&#8217;ll find templates for the HR and finance functions as well as common process patterns that span industries. We&#8217;ve also made some of the great content from the <a href="http://bpmblueworks.com" target="_blank">BPM BlueWorks community</a> available as well, including the <a href="http://www.apqc.org/portal/apqc/site/?path=/research/pcf/index.html" target="_blank">APQC Process Classification Framework</a>. We&#8217;ll be adding more and more content in the future, so be sure to <a href="https://blueprint.lombardi.com/forums" target="_blank">drop us a line</a> and let us know what other types of process templates would be useful for you.</p>
<p>And one more thing: we think you&#8217;ll find the Template Library interface a joy to use to browse, search for, and preview your processes. <a href="http://www.youtube.com/watch?v=VAA1nFX8MDM" target="_blank">Check out the tutorial video</a> from Craig Moser, our head of design, for a quick peek.</li>
</ul>
<ul>
<li><strong>Blueprint API</strong>: We&#8217;ve also made it easier for you to integrate Blueprint with your existing systems. For the technical audience, we&#8217;ve created a REST API that allows you to access your processes, attachments, and account activity feeds. Check out the <a href="https://blueprint.lombardi.com/scr/help/api/" target="_blank">API documentation</a> in the help section for all the details.
<p>The Blueprint API opens up a ton of possibilities — it&#8217;s now possible to embed content from your account on other websites, or even make it available on your mobile device. Give it a try today and <a href="https://blueprint.lombardi.com/forums" target="_blank">let us know what you think</a>.</li>
</ul>
<p>As always, this release also features many smaller improvements based upon what we&#8217;ve heard from you — including additional security controls for invitations and better time zone support in printed output. <a href="https://blueprint.lombardi.com" target="_blank">Log in now</a> and try it out for yourself! If you don&#8217;t have an account yet, just <a href="https://blueprint.lombardi.com/signup/trial" target="_blank">sign up for a free 30 day trial</a>. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you <a href="http://twitter.com/BlueprintUpdate">follow us on Twitter</a>.</p>
</div>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/8KEEfezaMRU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/the-may-2010-update-ibm-bpm-blueprint/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/the-may-2010-update-ibm-bpm-blueprint/</feedburner:origLink></item>
		<item>
		<title>Kicking It Off … Lombardi Style!</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/g0iwwyw96Hg/</link>
		<comments>http://blog.lombardi.com/kicking-it-off-lombardi-style/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 14:00:43 +0000</pubDate>
		<dc:creator>Maria Elavumkal</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[Phil Gilbert]]></category>
		<category><![CDATA[Rod Favaron]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=897</guid>
		<description><![CDATA[Kickoff 2010 was hosted by Lombardi February 22nd-26th.  Kickoff is an annual, company-wide conference in Austin, Texas that has been a wonderful tradition at Lombardi since 2004.  This year, not only did we have all world-wide Lombardians come to downtown Austin, but we also had a large number of IBMers attend.  This week-long conference was [...]]]></description>
			<content:encoded><![CDATA[<p>Kickoff 2010 was hosted by Lombardi February 22nd-26th.  Kickoff is an annual, company-wide conference in Austin, Texas that has been a wonderful tradition at Lombardi since 2004.  This year, not only did we have all world-wide Lombardians come to downtown Austin, but we also had a large number of IBMers attend.  This week-long conference was definitely valuable for the successful integration of Lombardi into the IBM family &#8211; we were able to meet, enjoy each other&#8217;s company and learn about one another throughout the different meetings and events.</p>
<p>It all started Monday evening at the Austin Music Hall with an interesting presentation by Phil Gilbert at the Opening Reception.  This was followed by the 2010 Lombardi Science Fair, an event that has been at Lombardi for 5 years now and is something we hope IBM will continue well into the future.</p>
<table>
<tbody>
<tr>
<td valign="top">
<p><div id="attachment_900" class="wp-caption aligncenter" style="width: 220px"> <a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-1.jpg"><img class="size-medium wp-image-900 " src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-1-210x300.jpg" alt="" width="210" height="300" /></a><p class="wp-caption-text">Phil&#39;s presentation during Science Fair</p></div></td>
<td valign="top">
<p><div id="attachment_954" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-2.jpg"><img class="size-medium wp-image-954 " src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-2-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Science Fair Passport and Program</p></div></td>
</tr>
</tbody>
</table>
<p><span id="more-897"></span>Science Fair is a place where innovation is really unleashed throughout the company.  This year, 20 creative and talented teams competed for a $1,000 cash prize and the honor of winning the most votes from their colleagues.  The rules are simple - teams of up to 3 people can join forces to build something bigger and better, and projects can be anything that isn&#8217;t in our product road-maps for the next 12 months.</p>
<table width="350" align="center">
<tbody>
<tr>
<td valign="top">
<p><div id="attachment_925" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-3.jpg"><img class="size-medium wp-image-925 " src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-3-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Gathering and admiring projects</p></div></td>
<td>
<p><div id="attachment_926" class="wp-caption aligncenter" style="width: 209px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-4.jpg"><img class="size-medium wp-image-926 " src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-4-199x300.jpg" alt="" width="199" height="300" /></a><p class="wp-caption-text">Matt Howitt placing his vote via iPhone</p></div></td>
</tr>
</tbody>
</table>
<p>We all had the chance to vote electronically for whom we thought presented the best new idea.  Voting took place at laptop stations or on smartphones &#8211; the electronic voting system was designed using Teamworks of course!  There were definitely a lot of really cool projects to choose from.  Congratulations to this year&#8217;s winner &#8211; Team BAM (Bryan Campbell, Allison Lura and Morten Moeller).  Hopefully we&#8217;ll see their project in a future release of Teamworks, but for now they hold the coveted Golden Beanie.</p>
<table width="350" align="center">
<tbody>
<tr>
<td valign="top">
<p><div id="attachment_907" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-8.jpg"><img class="size-medium wp-image-907" src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-8-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Science Fair Winners!</p></div></td>
</tr>
</tbody>
</table>
<p>The night ended with a fantastic live performance by The Band of Heathens.</p>
<table width="350" align="center">
<tbody>
<tr>
<td valign="top">
<p><div id="attachment_904" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-5.jpg"><img class="size-medium wp-image-904" src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-5-300x99.jpg" alt="" width="300" height="99" /></a><p class="wp-caption-text">The Band of Heathens</p></div></td>
</tr>
</tbody>
</table>
<p>The rest of the week, events were  held at the Hyatt Regency in downtown Austin. There were many different sessions including keynotes by:</p>
<ul type="circle">
<li>Rod Favaron &#8211; CEO of Lombardi</li>
<li>Craig Hayman &#8211; GM Application      &amp; Integration Middleware at IBM Software Group</li>
<li>Phil Gilbert &#8211; President and      CTO of Lombardi</li>
</ul>
<p>We also had breakout sessions for the whole company, as well as for each division, in which Lombardi and IBM came together as a team to discuss joint strategies moving forward.  In addition, the Networking Cocktail Reception and the Awards Dinner was a great way to unwind, spend time with friends and make some new ones!</p>
<table width="350" align="center">
<tbody>
<tr>
<td valign="top">
<p><div id="attachment_905" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-6.jpg"><img class="size-medium wp-image-905" src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-6-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Fahad Osmani receiving his award from Rod and Phil</p></div></td>
<td valign="top">
<p><div id="attachment_906" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-7.jpg"><img class="size-medium wp-image-906" src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-7-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Enjoying the Awards Dinner</p></div></td>
</tr>
</tbody>
</table>
<p>Overall, it was an awesome week &#8211; one that I&#8217;m sure we will all remember.  Thank you to everyone who put Kickoff and Science Fair together, as well as to everyone who attended for making this year&#8217;s event truly remarkable.</p>
<table>
<tbody>
<tr>
<td valign="top">
<p><div id="attachment_908" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-9.jpg"><img class="size-medium wp-image-908 " src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-9-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">Todd Plunk receiving his award from Rod</p></div></td>
<td>
<p><div id="attachment_909" class="wp-caption aligncenter" style="width: 310px"><a href="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-10.jpg"><img class="size-medium wp-image-909" src="http://blog.lombardi.com/wp-content/uploads/2010/03/Kickoff-10-300x199.jpg" alt="" width="300" height="199" /></a><p class="wp-caption-text">The Golden Beanie.</p></div></td>
</tr>
</tbody>
</table>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/g0iwwyw96Hg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/kicking-it-off-lombardi-style/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/kicking-it-off-lombardi-style/</feedburner:origLink></item>
		<item>
		<title>3 Lombardi Customers at Gartner London BPM Summit</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/DIM1jiejrP4/</link>
		<comments>http://blog.lombardi.com/3-lombardi-customers-at-gartner-london-bpm-summit/#comments</comments>
		<pubDate>Mon, 22 Feb 2010 15:30:24 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[continuous process improvement]]></category>
		<category><![CDATA[customer success]]></category>
		<category><![CDATA[gartner]]></category>
		<category><![CDATA[Jim Rudden]]></category>
		<category><![CDATA[process improvement]]></category>
		<category><![CDATA[Wayne Snell]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=878</guid>
		<description><![CDATA[Next week at the Gartner Business Process Management Summit in London, three Lombardi customers will be on hand to share their BPM success stories. The two-day conference is being held at the Lancaster Hotel from March 1-2, 2010. First, Paul Swinson, CREWS Programme Manager, Homeloan Management Ltd. (HML) will present a solution provider session detailing how [...]]]></description>
			<content:encoded><![CDATA[<p>Next week at the <a title="Gartner BPM Summit - London" href="http://www.gartner.com/it/page.jsp?id=928017" target="_blank">Gartner Business Process Management Summit</a> in London, three Lombardi customers will be on hand to share their <a title="BPM success stories" href="http://www.lombardisoftware.com/enterprise-bpm-stories.php" target="_self">BPM success stories</a>. The two-day conference is being held at the Lancaster Hotel from March 1-2, 2010.</p>
<ul>
<li>First, Paul Swinson, CREWS Programme Manager, <a title="HML - Case Study - Paul Swinson" href="http://www.hml.co.uk/" target="_blank">Homeloan Management Ltd</a>. (HML) will present a solution provider session detailing how the Company used BPM to improve the control and efficiency across its customer’s Credit Management Processes.  Attendees will discover how organisations can get the most BPM value from the <a title="2009 BPM Award - Silver Winner for EMEA" href="http://blog.lombardi.com/two-lombardi-clients-are-finalists-in-2009-global-bpm-excellence-awards/" target="_blank">2009 ‘Global Excellence in BPM &amp; Workflow’ award winner</a>.</li>
</ul>
<p> Time: Monday, March 1, 14:30 – 15:00 in Westbourne 3</p>
<ul>
<li> Next, Tukka Heinonen, Head of Business Process Management, <a title="TeliaSonera" href="http://www.teliasonera.com/" target="_blank">Business Services Finland</a>(part of TeliaSonera) will share his BPM experiences in an end-user case study – “<a title="TeliaSonera - Case Study - Tuukka Heinonen" href="http://agendabuilder.gartner.com/BPME5/WebPages/SessionDetail.aspx?EventSessionId=797" target="_blank">Implementing BPM to Streamline Sales Process in TeliaSonera Finland</a>.”</li>
</ul>
<p> Time: Monday, March 1, 15:25 – 16:05 in Westbourne 1</p>
<ul>
<li>Also,  Neil Francis, Head of Business Operations Support Services, <a title="Euler Hermes UK" href="http://www.eulerhermes.co.uk/" target="_blank">Euler Hermes UK</a>, will present an end-user case study entitled: <a title="Euler Hermes UK - Case Study - Neil Frances" href="http://agendabuilder.gartner.com/BPME5/WebPages/SessionDetail.aspx?EventSessionId=809" target="_blank">“Beware &#8211; BPM Tools Are Very Seductive!”</a> </li>
</ul>
<p>Time: Tuesday, March 2, 11:50 – 12:30 in Westbourne 1</p>
<p>Additionally, Jim Rudden, our global VP of marketing, will be participating in a Premier Sponsor panel discussion on the main stage. That panel, entitled &#8220;<a title="Premier Panel - Jim Rudden" href="http://agendabuilder.gartner.com/BPME5/WebPages/SessionDetail.aspx?EventSessionId=788" target="_blank">Speed Predicting</a>,&#8221; is being moderated by Daryl Plummer, Managing VP and Gartner Fellow &amp; Jim Sinur, Research VP, Gartner. The panel format is guaranteed to be unlike any you’ve seen in the past, so you won’t want to miss it.</p>
<p>Time: Monday March 1, 11:30 &#8211; 12:00 in Wesbourne 3. </p>
<p>While you are at the conference, come by to meet the Lombardi team as well as our new IBM brethren in the Solution Showcase located in the Nine Kings Suite on the ground floor of the hotel.  As an added treat, we will be serving a sampling of Champagne, Chocolate and Strawberries on Monday night.</p>
<p>We hope to see you there!</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/DIM1jiejrP4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/3-lombardi-customers-at-gartner-london-bpm-summit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/3-lombardi-customers-at-gartner-london-bpm-summit/</feedburner:origLink></item>
		<item>
		<title>Blueprint and WebSphere Business Modeler: A Great Match</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/Sg7REsi01lM/</link>
		<comments>http://blog.lombardi.com/blueprint-and-websphere-business-modeler-a-great-match/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 18:13:51 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[product releases]]></category>
		<category><![CDATA[WebSphere Business Modeler]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=860</guid>
		<description><![CDATA[Earlier today, we announced the completion of the deal that makes Lombardi a part of IBM. Now I&#8217;m very excited to share with you the first fruits of the merger: Blueprint now integrates with WebSphere Business Modeler. WebSphere Business Modeler has some of the most advanced simulation capabilities on the market, so it&#8217;s a great [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Earlier today, we <a href="http://www.lombardisoftware.com/lombardi-ibm-bpm.php" target="_blank">announced the completion</a> of the deal that makes Lombardi a part of IBM. Now I&#8217;m very excited to share with you the first fruits of the merger: Blueprint now integrates with <a href="http://www-01.ibm.com/software/integration/wbimodeler/advanced/" target="_blank">WebSphere Business Modeler</a>.</p>
<p style="text-align: center;"><a href="http://blog.lombardi.com/wp-content/uploads/2010/01/wbm-export.png"><img class="aligncenter size-full wp-image-861" title="Blueprint - WBM Export" src="http://blog.lombardi.com/wp-content/uploads/2010/01/wbm-export.png" alt="" width="558" height="395" /></a></p>
<p style="text-align: center;">
<p style="text-align: left;">WebSphere Business Modeler has some of the <a href="http://www.ibm.com/developerworks/websphere/techjournal/0708_fasbinder/0708_fasbinder.html" target="_blank">most advanced simulation capabilities</a> on the market, so it&#8217;s a great option for taking the analysis of your process to the next level. Blueprint&#8217;s speed and simplicity combined with WBM&#8217;s deep capabilities make a great match.</p>
<p style="text-align: left;">You&#8217;ll find the new option for WebSphere Business Modeler on the Export Data screen. Try it out and <a href="https://blueprint.lombardi.com/forums" target="_blank">let us know what you think</a>!</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/Sg7REsi01lM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/blueprint-and-websphere-business-modeler-a-great-match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/blueprint-and-websphere-business-modeler-a-great-match/</feedburner:origLink></item>
		<item>
		<title>A BPM Point of View – Lombardi’s Wes Chung Explains</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/iS0fHSuajf0/</link>
		<comments>http://blog.lombardi.com/a-bpm-point-of-view-%e2%80%93-lombardi%e2%80%99s-wes-chung-explains/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 16:11:49 +0000</pubDate>
		<dc:creator>Maria Elavumkal</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[BPM evolution]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[free modeling]]></category>
		<category><![CDATA[Lombardi Software]]></category>
		<category><![CDATA[Lombardi University]]></category>
		<category><![CDATA[mobile devices]]></category>
		<category><![CDATA[process improvement]]></category>
		<category><![CDATA[process mapping]]></category>
		<category><![CDATA[product releases]]></category>
		<category><![CDATA[promoting BPM]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[training]]></category>
		<category><![CDATA[Wesley Chung]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=824</guid>
		<description><![CDATA[RecentlyBPM:redux posted an interview with our very own Wes Chung. Wes is one of Lombardi’s Alliances Managers. In the post, Theo Priestley discusses various topics with Wes about Lombardi’s vision for BPM, its evolution to date and more.  There are some really great comments worth summarizing here in Process People. Expectations for 2010 After a [...]]]></description>
			<content:encoded><![CDATA[<p>Recently<strong>BPM:redux</strong> posted an interview with our very own Wes Chung. Wes is one of Lombardi’s Alliances Managers. In the post, Theo Priestley discusses various topics with Wes about Lombardi’s vision for BPM, its evolution to date and more.  There are some really great comments worth summarizing here in Process People.</p>
<p><strong>Expectations for 2010 After a Fairly Turbulent 2009</strong></p>
<p>We saw companies strategically select BPM as a means to improve their operating efficiency and also to position themselves competitively for eventual market condition improvements. In 2010, we are expecting that there will be an increased oversight and due diligence on how money actually gets spent.</p>
<p><strong>Training and Education Services</strong></p>
<p>We have expanded our offerings for both on-site and virtual classroom-style skills enhancement. <a title="Lombardi University" href="http://www.lombardisoftware.com/bpm-software-training.php" target="_blank">Lombardi University</a> covers all of the roles needed in a BPM program and at all of the skill levels for different responsibilities that exist.</p>
<p><strong>Blueprint</strong></p>
<p>Our customers are using the tool to improve their understanding of their processes and to drive process changes.  <a title="Blueprint" href="http://www.lombardisoftware.com/bpm-blueprint-product.php" target="_blank">Blueprint</a> has the ability to:</p>
<ul>
<li>Identify differences between operating branches or geographical units</li>
<li>Standardize best practices and operating procedures</li>
<li>Manage candidate projects across the portfolio of BPM initiatives</li>
</ul>
<p><span id="more-824"></span></p>
<p><strong>Cloud Enabled BPM Tools</strong></p>
<p>Blueprint is still the only tool that focuses on getting process participants talking about process improvement, visibility, and management. There are quite a number of <a title="Blueprint Features" href="http://www.lombardisoftware.com/bpm-blueprint-features.php" target="_blank">features</a> in both the short-term and long term-roadmaps that probably haven&#8217;t crossed the minds of our competitors yet &#8211; and we have a unique platform upon which to build those features.</p>
<p><strong>Free Modeling Tools</strong></p>
<p>Customers are smart in knowing that a free software product is going to cost them somewhere down the line.  With Lombardi tools, you&#8217;ll see a different approach and hopefully one that you realize gets your results more quickly.</p>
<p><strong>Social Media</strong></p>
<p>Users will be able to interact with one another in different ways that used to be limited to physical meetings or phone calls.  These new ways of interaction will allow processes to better incorporate customer requirements and at a faster pace.</p>
<p><strong>Mobile Devices</strong></p>
<p>With all the information being generated today, especially within process environments, we need better ways to deal with and to interact with that information. Mobile devices keep us connected more often, and we will see some ways to make better use of those connections.</p>
<p><a href="http://www.bpmredux.com/interviews/an-audience-withwesley-chung.html" target="_blank">Click here to read the entire interview!</a></p>
<div style="overflow: hidden; width: 1px; height: 1px;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Recently <span style="font-weight: bold;">BPM:redux </span>posted an<span style="font-weight: bold;"> </span>interview with our very own Wes Chung. Wes is Lombardi’s Alliances Manager. In the post, Theo Priestly discusses various topics with Wes about Lombardi’s vision for BPM, its evolution to date and more.  There are some really great comments worth summarizing here in Process People.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Expectations for 2010 After a Fairly Turbulent 2009</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">We saw companies strategically select BPM as a means to improve their operating efficiency and also to position themselves competitively for eventual market condition improvements. In 2010, we are expecting that there will be an increased oversight and due diligence on how money actually gets spent.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Training and Education Services</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">We have expanded our offerings for both onsite and virtual classroom-style<span> </span>skills enhancement. Lombardi University covers all of the roles needed in a BPM program and at all of the skill levels for different responsibilities that exist.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Blueprint</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Our customers are using the tool to improve their understanding of their processes and to drive process changes.<span> </span>Blueprint has the ability to</p>
<ul style="margin-left: 0.375in; direction: ltr; margin-top: 0in; margin-bottom: 0in;" type="circle">
<li><span style="font-family: Calibri; font-size: 11pt;">Identify differences between operating branches or geographical units</span></li>
<li><span style="font-family: Calibri; font-size: 11pt;">Standardize best practices and operating procedures</span></li>
<li><span style="font-family: Calibri; font-size: 11pt;">Manage candidate projects across the portfolio of BPM initiatives</span></li>
</ul>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">(expand to read more)</p>
<p style="margin: 0in 0in 0in 0.375in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Cloud Enabled BPM Tools</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Blueprint is still the only tool that focuses on getting process participants talking about process improvement, visibility, and management. There are quite a number of features in both the short-term and long term-roadmaps that probably haven&#8217;t crossed the minds of our competitors yet &#8211; and we have a unique platform upon which to build those features.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Free Modeling Tools</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Customers are smart in knowing that a free software product is going to cost them somewhere down the line.<span> </span>With Lombardi tools, you&#8217;ll see a different approach and hopefully one that you realize gets your results more quickly.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Social Media</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">Users will be able to interact with one another in different ways that used to be limited to physical meetings or phone calls.<span> </span>These new ways of interaction will allow processes to better incorporate customer requirements and at a faster pace.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-weight: bold; font-family: Calibri; font-size: 11pt;">Mobile Devices</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">With all the information being generated today, especially within process environments, we need better ways to deal with and to interact with that information. Mobile devices keep us connected more often, and we will see some ways to make better use of those connections.</p>
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;">
<p style="margin: 0in; font-family: Calibri; font-size: 11pt;"><a href="http://www.bpmredux.com/interviews/an-audience-withwesley-chung.html">Click here to read the entire interview</a></p>
</div>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/iS0fHSuajf0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/a-bpm-point-of-view-%e2%80%93-lombardi%e2%80%99s-wes-chung-explains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/a-bpm-point-of-view-%e2%80%93-lombardi%e2%80%99s-wes-chung-explains/</feedburner:origLink></item>
		<item>
		<title>Getting Your Masters Degree in BPM Development</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/mEhuNtFgyK0/</link>
		<comments>http://blog.lombardi.com/getting-your-masters-degree-in-bpm-development/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 08:30:05 +0000</pubDate>
		<dc:creator>Kelvin King</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[best practices]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[continuous process improvement]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[Program]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=820</guid>
		<description><![CDATA[What separates a good university masters degree program from a great one?  I believe it can be summed up in 3 key factors: Expert instructors, who are actively working in their field. A curriculum with a strong practical focus. Perspectives drawn from a broad range of real world experience. These same 3 key factors were [...]]]></description>
			<content:encoded><![CDATA[<p>What separates a good university masters degree program from a great one?  I believe it can be summed up in 3 key factors:</p>
<ol>
<li>Expert instructors, who are actively working in their field.</li>
<li>A curriculum with a strong practical focus.</li>
<li>Perspectives drawn from a broad range of real world experience.</li>
</ol>
<p>These same 3 key factors were core design principles for our <a title="Level 2 BPM Developer course" href="http://www.lombardisoftware.com/syllabus-level-two-developer-certification.php" target="_blank">Level 2 BPM Developer course</a> – which takes good BPM Developers and helps them transform into master BPM Developers.</p>
<p>Most of our customers have learned how to build successful process applications, but they are still unclear on how to best leverage <a title="Teamworks" href="http://www.lombardisoftware.com/enterprise-bpm-software.php" target="_blank">Teamworks</a> to address their more complex application requirements.  They want to know how to design, architect and implement very robust process applications … how to master the use of Teamworks. </p>
<p>That’s why Lombardi field <a title="mentors" href="http://www.lombardisoftware.com/bpm-training-features.php#Hands-on-Mentoring" target="_blank">mentors</a> lead the instruction of our Level 2 class.  Lombardi mentors are highly experienced implementation consultants that work shoulder-to-shoulder with customers – but as mentors their focus is on teaching the customer how to build the solution, rather than building it for them.  Their mission is to build self-sufficiency in our customer teams and transfer knowledge about BPM best practices and implementation techniques.</p>
<p>Our mentors and consultants helped design a Level 2 BPM Developer curriculum with a strong practical focus.  Through 6 half day instructional modules, we teach the most common complex requirement patterns encountered in the field and the best practices for addressing those patterns.  The course topics and hands-on exercises are based on experience gained by Lombardi field delivery teams across hundreds of customer projects.</p>
<p><span id="more-820"></span></p>
<p>This unique blend of BPM best practice and deep hands-on implementation skills enables us to create a new <a title="Lombardi University" href="http://www.lombardisoftware.com/bpm-software-training.php" target="_blank">educational experience</a> where participants sharpen their advanced technical skills while internalizing proven BPM engineering discipline.</p>
<p>We don’t expect everyone in your organization to become a master BPM developer, but our experience has shown that having several key individuals with this level of expertise is critical.  They provide essential development and architecture leadership for your company.  Having individuals with this level of advanced skill leads to higher levels of self-sufficiency, productivity and overall business impact for your BPM team.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/mEhuNtFgyK0" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/getting-your-masters-degree-in-bpm-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/getting-your-masters-degree-in-bpm-development/</feedburner:origLink></item>
		<item>
		<title>Get Started Documenting Your HR Processes</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/vAAamhN7Vac/</link>
		<comments>http://blog.lombardi.com/get-started-documenting-your-hr-processes/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 21:11:23 +0000</pubDate>
		<dc:creator>Marino Petriccione</dc:creator>
				<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[continuous process improvement]]></category>
		<category><![CDATA[HR Process]]></category>
		<category><![CDATA[Human Resources]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[process documentation]]></category>
		<category><![CDATA[process improvement]]></category>
		<category><![CDATA[process mapping]]></category>
		<category><![CDATA[process modeling]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=791</guid>
		<description><![CDATA[In case you missed it, we published an article in the latest issue of Workforce Management that might be of interest. The article is entitled &#8220;A Simple Approach to Documenting your HR Process&#8221; and it is filled with statistics and tips for getting your HR processes documented and streamlined. A recent study by Staffing.com revealed [...]]]></description>
			<content:encoded><![CDATA[<p>In case you missed it, we published an article in the latest issue of <a href="http://www.workforce.com/">Workforce Management</a> that might be of interest. The article is entitled &#8220;A Simple Approach to Documenting your HR Process&#8221; and it is filled with statistics and tips for getting your HR processes documented and streamlined.</p>
<p>A recent study by Staffing.com revealed that 70% of applicants and 28% of hiring managers are dissatisfied with how their hiring processes work; and that is just one of the many critical processes in your company. Effective documentation of your HR processes can lead to impressive savings and a large reduction in your company&#8217;s overhead.</p>
<p>Optimizing your HR processes is critical for saving time, avoiding errors and reducing company overhead. The absolute best way to save time and money is through process documentation. If you are interested in finding out how to quickly document and streamline your key processes, there is a simple next step. Just click the link below to download the full white paper.</p>
<p><a href="http://www.lombardisoftware.com/verify-download-short.html?docid=84">Get the White Paper: A Simple Approach to Documenting Your HR Process</a></p>
<p>Ready to start documenting your processes now? To effectively document your processes, you will need the right tool. Click here for a free trial of Lombardi <a href="http://www.lombardisoftware.com/bpm-blueprint-product.php">Blueprint</a>, the easiest process documentation tool on the market.</p>
<p><!--EndFragment--></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/vAAamhN7Vac" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/get-started-documenting-your-hr-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/get-started-documenting-your-hr-processes/</feedburner:origLink></item>
		<item>
		<title>Lombardi Customers Honored in 2009</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/uTRDH3Va_J8/</link>
		<comments>http://blog.lombardi.com/lombardi-customers-honored-in-2009/#comments</comments>
		<pubDate>Tue, 29 Dec 2009 14:17:39 +0000</pubDate>
		<dc:creator>Maria Elavumkal</dc:creator>
				<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[BPM Awards]]></category>
		<category><![CDATA[CIO Magazine]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[gartner]]></category>
		<category><![CDATA[Homeloan Management LTD UK]]></category>
		<category><![CDATA[Lincoln Trust Company]]></category>
		<category><![CDATA[NACCO]]></category>
		<category><![CDATA[Success Story]]></category>
		<category><![CDATA[successes]]></category>
		<category><![CDATA[We Energies]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=782</guid>
		<description><![CDATA[As 2009 comes to an end, Lombardi would like to take this opportunity to thank our customers for an extremely rewarding year.  Your successful BPM implementations are the reason that everyone at Lombardi strives to deliver unparalleled products and services.  Here are some highlights of 2009 where our customers have won prestigious awards through the [...]]]></description>
			<content:encoded><![CDATA[<p>As 2009 comes to an end, Lombardi would like to take this opportunity to thank our customers for an extremely rewarding year.  Your successful BPM implementations are the reason that everyone at Lombardi strives to deliver unparalleled products and services.  Here are some highlights of 2009 where our customers have won prestigious awards through the use of Blueprint and Teamworks:</p>
<ul>
<li>
<div><strong>NACCO Materials Handling Group – 2009 CIO 100 Award</strong> for automating several processes and introducing the capability to track core processes in real time, eliminating the risk of defective designs entering production.</div>
</li>
<li>
<div><strong>WE Energies – Honorable Mention </strong><strong>–</strong><strong> Gartner “Out of the Box BPM Delivery” Award</strong> for improving efficiencies and customer service of their Low Income Pilot Project which helps low income customers change their long term approach to managing their energy consumption and their energy bill.</div>
</li>
<li>
<div><strong>Homeloan Management Ltd. UK </strong><strong>– </strong><strong>2009 Silver BPM Excellence Award for Europe</strong> for their Credit Management Project which has significantly improved the efficiency of the process and also added a much greater level of control.</div>
</li>
<li>
<div><strong>Lincoln Trust Company – 2009 Gold BPM Excellence Award for N. America</strong> for delivering the most tangible results and benefits to its users which have generated firm metrics including reduced staffing costs, reduction in cycle-times for internal and external stakeholders, and substantial increase in employee productivity.</div>
</li>
</ul>
<p>Congratulations to these and all of our customers for their continued success with BPM &#8211; As Lombardi joins the IBM family, we certainly look forward to another remarkable year of customer successes in 2010!</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/uTRDH3Va_J8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/lombardi-customers-honored-in-2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/lombardi-customers-honored-in-2009/</feedburner:origLink></item>
		<item>
		<title>A Standard Approach to Process Documentation</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/ejXpOlzvCgE/</link>
		<comments>http://blog.lombardi.com/a-standard-approach-to-process-documentation/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 20:37:14 +0000</pubDate>
		<dc:creator>Crissy McCauley</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[continuous process improvement]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[process improvement]]></category>
		<category><![CDATA[process mapping]]></category>
		<category><![CDATA[process modeling]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=737</guid>
		<description><![CDATA[Rachel Pace-Maron, Director of Operations Support Service at PRC, was asked to document, standardize and communicate all of her company&#8217;s processes to help improve business processes across 15 domestic and 5 international call centers. Rachel recently sat down with Jim Rudden, VP of Marketing with Lombardi to record a webinar on how Blueprint has helped [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-739 style=" style="margin: 5px 10px;" title="prc-logo" src="http://blog.lombardi.com/wp-content/uploads/2009/12/prc-logo1.gif" alt="" width="196" height="97" />Rachel Pace-Maron, Director of Operations Support Service at PRC, was asked to document, standardize and communicate all of her company&#8217;s processes to help improve business processes across 15 domestic and 5 international call centers.</p>
<p>Rachel recently sat down with Jim Rudden, VP of Marketing with Lombardi to record a webinar on how Blueprint has helped her company restructure, document and standardize their processes. To listen to the full webinar, <a href="http://www.lombardisoftware.com/webinar-a-standard-approach-to-process-documentation.php" target="_blank">click here</a>.</p>
<p>In the webinar, Rachel explains that one of the biggest challenges they faced was that everyone had their own way of doing things. Documents were in piles all over people’s desks and everyone was doing their processes differently. There was no standardization within their processes, which was costing them time and money. PRC needed to be able to take a narrative of their situation and see it in a visual manner.<br />
<span id="more-737"></span><br />
<a href="http://www.lombardisoftware.com/bpm-blueprint-product.php" target="_blank">Blueprint</a>, Lombardi’s business process mapping tool, was able to help PRC turn text based documentation into graphical diagrams to identify process opportunities. Once PRC was able to visualize their processes and see the loopholes, the light bulbs went on!</p>
<p>The results of mapping out their processes in Blueprint was the ability to clearly centralize and standardize business processes across separate groups, saving them both time and money.</p>
<p>If you don&#8217;t have an account yet, just <a href="https://blueprint.lombardi.com/signup/trial" target="_blank">sign up for a free 30 day trial</a> now. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you <a href="http://twitter.com/BlueprintUpdate" target="_blank">follow us on Twitter</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/ejXpOlzvCgE" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/a-standard-approach-to-process-documentation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/a-standard-approach-to-process-documentation/</feedburner:origLink></item>
		<item>
		<title>A Message From Rod Favaron, CEO of Lombardi</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/B6ZVxBrt8No/</link>
		<comments>http://blog.lombardi.com/a-message-from-rod-favaron-ceo-of-lombardi/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:05:11 +0000</pubDate>
		<dc:creator>Rod Favaron</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[ibm]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[Teamworks]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=725</guid>
		<description><![CDATA[This morning we announced IBM&#8217;s intention to acquire Lombardi. In case you missed the announcement, you can find it here. I could not be more excited about this. Many of you that have been following us for a long time know that Lombardi has been growing by leaps and bounds over the years. Now, becoming [...]]]></description>
			<content:encoded><![CDATA[<p>This morning we announced IBM&#8217;s intention to acquire Lombardi. In case you missed the announcement, you can find it <a title="IBM Acquires Lombardi Software" href="http://www.lombardisoftware.com/ibm_to_acquire_lombardi.php" target="_blank">here</a>. I could not be more excited about this. Many of you that have been following us for a long time know that Lombardi has been growing by leaps and bounds over the years. Now, becoming part of the IBM family gives Lombardi the opportunity to reach out to even more companies around the globe and help them solve their process pains and run their businesses more effectively.</p>
<p>Lombardi’s had a long-standing technical partnership with IBM &#8211; we were one of the first vendors in the BPM space to deliver a product running on WebSphere. We understand IBM’s strengths and we know how they complement ours as well. We also know that there is a great fit for both Teamworks and Blueprint into the overall IBM BPM portfolio.</p>
<p>We also have many joint <a title="Customers" href="http://www.lombardisoftware.com/bpm-software-customers.php" target="_blank">customers</a> and partners &#8211; so we understand the types of expanded product and service offerings that are needed to drive enterprise level success with BPM.</p>
<p>And, most importantly, we both share a strong passion and commitment to customer success &#8211; so our goals are very much in line.</p>
<p>Over the coming weeks we will be sharing more information about this acquisition and what it means for the future. But one thing is clear, the future is truly brighter than ever for Lombardi. In the meantime, I would like to thank our customers, employees, partners, and investors for your support and I look forward to the next decade of BPM.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/B6ZVxBrt8No" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/a-message-from-rod-favaron-ceo-of-lombardi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/a-message-from-rod-favaron-ceo-of-lombardi/</feedburner:origLink></item>
		<item>
		<title>Announcing the December ’09 Blueprint Update</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/Q087T6S8EO4/</link>
		<comments>http://blog.lombardi.com/december-09-blueprint-update/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 18:15:19 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[product releases]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=703</guid>
		<description><![CDATA[The December &#8217;09 update is now live on blueprint.lombardi.com! With this release, we&#8217;ve focused on adding improvements that make you even more productive while documenting and analyzing your processes. We&#8217;ve refined the new analysis mode we introduced in the last release, greatly enhanced printing, streamlined several administration tasks, and added much more based upon your [...]]]></description>
			<content:encoded><![CDATA[<p>The December &#8217;09 update is now live on <a href="https://blueprint.lombardi.com" target="_blank">blueprint.lombardi.com</a>! With this release, we&#8217;ve focused on adding improvements that make you even more productive while documenting and analyzing your processes. We&#8217;ve refined the new analysis mode we introduced in the <a href="http://blog.lombardi.com/announcing-the-october-09-blueprint-update/" target="_blank">last release</a>, greatly enhanced printing, streamlined several administration tasks, and added much more based upon <a href="https://blueprint.lombardi.com/forums" target="_blank">your feedback</a>.</p>
<p>Let&#8217;s take a look at the enhancements in detail:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-709" title="Blueprint December '09 - Analysis" src="http://blog.lombardi.com/wp-content/uploads/2009/12/analysis.png" alt="Blueprint December '09 - Analysis" width="553" height="244" /></p>
<ul>
<li><strong>Refined Process Analysis:</strong> We&#8217;ve gotten some excellent feedback since we introduced Blueprint&#8217;s new analysis mode in October. If you haven&#8217;t tried it for yourself yet, in analysis mode Blueprint heat maps your diagram with the information you&#8217;ve collected about your process. Areas of waste, high cost or cycle time, and opportunities for improvement instantly stand out. It allows you to have insight and visibility into your process that would have been difficult and time consuming to get previously.
<p>Today we&#8217;ve added several improvements based upon your feedback. First, we&#8217;ve made both the diagram and the analysis list show much more information presentably. The diagram now shows more detail on the dimension of your process that you&#8217;re viewing through a combination of badges on the activities as well as interactive tooltips. Likewise, the analysis list also shows each of the activities in context with the value that&#8217;s being heat mapped to them. Want to see the systems your activities leverage while viewing your process as a BPMN diagram? That&#8217;s now a very easy task.</p>
<p>One more thing: everything you see in the analysis view is now printable.</li>
</ul>
<p><span id="more-703"></span><br />
<img title="More..." src="http://blog.lombardi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p style="text-align: center;"><img title="More..." src="http://blog.lombardi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-710" title="Blueprint December '09 - Printing Improvements" src="http://blog.lombardi.com/wp-content/uploads/2009/12/printing-4.png" alt="Blueprint December '09 - Printing Improvements" width="453" height="269" /></p>
<ul>
<li><strong>Flexible Printing:</strong> Some of the most frequent questions I hear from customers revolve around how to most effectively present their processes to their audiences. While the best answer is to invite them to collaborate online and <a href="http://www.lombardisoftware.com/bpm-blueprint-features.php#Participant-and-Author-Access" target="_blank">offer their feedback as participants</a>, that&#8217;s not always possible. Sometimes a 19th century hard copy is the best answer. To that end, we&#8217;ve greatly enhanced the flexibility you have when creating PDFs of your information in Blueprint. You can now choose to fit your process to any number of pages &#8212; from &#8220;as many as it takes&#8221; at 100%, to just one, to anything in between. Don&#8217;t have legal paper in your printer and would rather use two pieces of letter size instead? Not a problem.</li>
</ul>
<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter size-full wp-image-708" title="Blueprint December '09 - User Export" src="http://blog.lombardi.com/wp-content/uploads/2009/12/admin-export.png" alt="Blueprint December '09 - User Export" width="535" height="70" /></p>
<ul>
<li><strong>User Administration Streamlined:</strong> One of Blueprint&#8217;s greatest strengths is that it&#8217;s easy to scale up or scale down the number of people in your account as often as you like. Have a big project coming up? It&#8217;s easy to give access to your new team members for just the period of time they need. You don&#8217;t have to worry about making a big investment in a piece of software that someone will use for a month and then never look at again.
<p>Along those lines, we&#8217;ve made user administration in Blueprint simpler than ever. You can export a report of all your users and the last time they logged in, which makes keeping track of activity easier than ever. You can change an invited user&#8217;s role with the click of button.  Performance &#8212; especially when you have hundreds of users &#8212; has also been substantially improved.</li>
</ul>
<p>As always, this release also features many smaller improvements based upon what we&#8217;ve heard from you &#8212; including an improved editing experience in the documentation view and improved performance across the board. <a href="https://blueprint.lombardi.com" target="_blank">Log in now</a> and try it out for yourself! If you don&#8217;t have an account yet, just <a href="https://blueprint.lombardi.com/signup/trial" target="_blank">sign up for a free 30 day trial</a> now. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you <a href="http://twitter.com/BlueprintUpdate">follow us on Twitter</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/Q087T6S8EO4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/december-09-blueprint-update/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/december-09-blueprint-update/</feedburner:origLink></item>
		<item>
		<title>An ‘event-full’ fall at Lombardi…</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/90dyM7GHYVc/</link>
		<comments>http://blog.lombardi.com/an-event-full-fall-at-lombardi/#comments</comments>
		<pubDate>Mon, 23 Nov 2009 15:02:10 +0000</pubDate>
		<dc:creator>Todd Plunk</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=692</guid>
		<description><![CDATA[During this past fall, Lombardi has traveled to 5 states and 4 countries attending or hosting industry events. Here&#8217;s a brief re-cap of where we&#8217;ve been and what we&#8217;ve learned along the way… At the Gartner BPM Summit in Orlando Florida, seven different Lombardi customers presented sessions during the conference. While some sessions were Gartner-sponsored [...]]]></description>
			<content:encoded><![CDATA[<p>During this past fall, Lombardi has traveled to 5 states and 4 countries attending or hosting industry events. Here&#8217;s a brief re-cap of where we&#8217;ve been and what we&#8217;ve learned along the way…</p>
<p>At the <a title="Gartner BPM Summit" href="http://www.gartner.com/it/page.jsp?id=911413" target="_blank">Gartner BPM Summit</a> in Orlando Florida, seven different Lombardi customers presented sessions during the conference. While some sessions were Gartner-sponsored and some were Lombardi-sponsored, it&#8217;s always exciting when our customers are able to share their BPM successes.</p>
<p>At the <a title="Forrester Business Technology Forum" href="http://www.forrester.com/events/eventdetail?eventID=2383" target="_blank">Forrester Business Technology Forum</a> in Chicago Illinois, Erik Keller, CIO of SIRVA, presented a presentation entitled &#8220;A CIO&#8217;s Perspective On Where BPM Fits.&#8221; A very fitting presentation as BPM continues to be a top priority among today&#8217;s CIOs.</p>
<p>Finally, I&#8217;d like to highlight <a title="Gartner ITxpo" href="http://www.gartner.com/technology/symposium/2009/esc21/home.jsp" target="_blank">Gartner ITxpo</a> in Cannes France. On day three, Phil Gilbert, Lombardi&#8217;s President, spoke to attendees on the benefit of putting business first in process improvement; including a live technology demonstration on how Lombardi is using next-generation innovation to make that possible. Stay tuned for more details early next year.</p>
<p>So as things start to slow down for the holidays, look for Lombardi next year in a city near you.  And as always, you can stay up to date with Lombardi <a title="events online" href="http://www.lombardisoftware.com/about-lombardi-events.php" target="_blank">events online</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/90dyM7GHYVc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/an-event-full-fall-at-lombardi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/an-event-full-fall-at-lombardi/</feedburner:origLink></item>
		<item>
		<title>Aviva’s CIO in Financial Times podcast about BPM</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/5dP6E3LhHIw/</link>
		<comments>http://blog.lombardi.com/aviva%e2%80%99s-cio-in-financial-times-podcast-about-bpm/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 00:11:41 +0000</pubDate>
		<dc:creator>Brandon Baxter</dc:creator>
				<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[continuous process improvement]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[process improvement]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=686</guid>
		<description><![CDATA[Last week, the Financial Times (FT) digital business reporter Stephen Pritchard published a podcast interview with Toby Redshaw, the CIO of global insurance giant Aviva on the importance of business process management. Aviva currently has 23 live BPM projects. One, the “Joiners, movers and leavers” system, tracks staff across their time with Aviva, from both [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, the Financial Times (FT) digital business reporter Stephen Pritchard published a podcast interview with Toby Redshaw, the CIO of global insurance giant <a title="Aviva Plc" href="http://www.aviva.com/" target="_blank">Aviva</a> on the importance of business process management.</p>
<p>Aviva currently has 23 live BPM projects. One, the “Joiners, movers and leavers” system, tracks staff across their time with Aviva, from both an HR, and an information and systems access point of view. It was built in less than 12 weeks using Lombardi’s <a title="Lombardi's Award-Winning BPM Products" href="http://www.lombardisoftware.com/bpm-software-products.php" target="_blank">BPM tools</a>.</p>
<p>In the podcast, Mr. Redshaw claimed that BPM is the single-most important technology he has seen for helping to improve the business in his 28+ years. We couldn’t agree more!</p>
<p>To listen to the entire interview (7:05), go <a title="FT Podcast with Aviva - Listen Here" href="http://podcast.ft.com/pop_up_player.php?pid=606" target="_blank">here</a></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/5dP6E3LhHIw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/aviva%e2%80%99s-cio-in-financial-times-podcast-about-bpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/aviva%e2%80%99s-cio-in-financial-times-podcast-about-bpm/</feedburner:origLink></item>
		<item>
		<title>Two Lombardi Clients are Finalists in 2009 Global BPM Excellence Awards</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/tYAejhwu_-E/</link>
		<comments>http://blog.lombardi.com/two-lombardi-clients-are-finalists-in-2009-global-bpm-excellence-awards/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:48:16 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[BPM Awards]]></category>
		<category><![CDATA[continuous process improvement]]></category>
		<category><![CDATA[customers]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=672</guid>
		<description><![CDATA[I&#8217;m excited to announce that two of Lombardi’s financial services customers were selected as finalists in the 2009 Global Awards for Excellence in Business Process Management. The first customer is Homeloan Management Limited (HML), a UK-based mortgage lender. They were selected for the strong case study results achieved while using BPM to streamline their Credit [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m excited to announce that two of Lombardi’s financial services customers were selected as finalists in the <em><a title="2009 Global Awards for Excellence in Business Process Management" href="http://www.bpmf.org/awards/BPM-Workflow_Awards_overview.htm" target="_blank">2009 Global Awards for Excellence in Business Process Management</a></em>.</p>
<p>The first customer is <a title="HML Skipton" href="http://www.hml.co.uk/" target="_blank">Homeloan Management Limited</a> (HML), a UK-based mortgage lender. They were selected for the strong case study results achieved while using BPM to streamline their Credit Management Processes. The second customer, <a title="Lincoln Trust" href="http://www.lombardisoftware.com/webinar-lincoln-trust.php" target="_blank">Lincoln Trust Company</a> (LTI), is based in Denver, CO. They achieved finalist status for implementing an enterprise wide BPM program that manages all strategic processes within the organization. LTI is especially proud of the measurable results of their program in the areas of driving processes to the web, reducing costs and risks, improving customer satisfaction, and completely turning around a damaged relationship between their IT and business organizations.</p>
<p>The prestigious <em>Global Awards for Excellence in BPM</em>, sponsored by WfMC, BPMFocus and BPM.com, are now in their 16<sup>th</sup> year and recognize user organizations that have demonstrably excelled in implementing innovative business process solutions to meet strategic business objectives.</p>
<p>We are proud to congratulate both HML and LTI for their achievements and for being named <a title="2009 BPM Excellence Finalists" href="http://bpmf.org/awards/BPM_Awards_finalists09.htm" target="_blank">2009 BPM Excellence Award finalists</a>! <a name="searhc"></a></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/tYAejhwu_-E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/two-lombardi-clients-are-finalists-in-2009-global-bpm-excellence-awards/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/two-lombardi-clients-are-finalists-in-2009-global-bpm-excellence-awards/</feedburner:origLink></item>
		<item>
		<title>SEARHC Utilizes Blueprint to Effectively Communicate with Vendors</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/fbsV37_n_3c/</link>
		<comments>http://blog.lombardi.com/searhc-utilizes-blueprint-to-effectively-communicate-with-vendors/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 20:44:06 +0000</pubDate>
		<dc:creator>Maria Elavumkal</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[Maria Elavumkal]]></category>
		<category><![CDATA[process mapping]]></category>
		<category><![CDATA[SEARHC]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=662</guid>
		<description><![CDATA[I recently had the opportunity to speak with Peter Apathy, Systems Transformation Project Manager at the SouthEast Alaska Regional Health Consortium (SEARHC), about their successful implementation of Blueprint.  He said “Blueprint is the first place I go when I want to document or  analyze a process.” SEARHC is a consortium of 18 remote Alaska Native [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the opportunity to speak with Peter Apathy, Systems Transformation Project Manager at the SouthEast Alaska Regional Health Consortium (SEARHC), about their successful implementation of Blueprint.  He said <strong>“Blueprint is the first place I go when I want to document or  analyze a process.”</strong> SEARHC is a consortium of 18 remote Alaska Native communities, many of which can only be reached by plane or boat.  Blueprint gives SEARHC the ability to unify the workflow processes across these regions.</p>
<p>In February of 2009 SEARHC launched the ALERT Emergency Department Information System, becoming one of the first and largest tribal health organizations in the country to begin implementing this comprehensive electronic medical record (EMR) system.  The ALERT EMR is interconnected to ancillary systems (Novarad for diagnostic imaging, Mediware for pharmacy, Orchard for laboratory, etc) using the Health Level  Seven (HL7) messaging protocol.  HL7 facilitates a standard language between systems, but SEARHC recognized the need for process mapping and documentation in the messaging methodology since every vendor accepted and passed along data such as x-ray orders, lab reports and billing information in slightly different ways.<br />
<span id="more-662"></span><br />
SEARHC’s use of Blueprint wasn&#8217;t just about process mapping and documentation, but really about communicating and collaborating with their external vendors.  SEARHC subscribes to Blueprint as Authors, where they can define and document processes. They then supply their vendors with Participant seats for viewing and providing feedback.  In this way, processes mapped out by SEARHC can be easily viewed and commented on by vendors.  Blueprint process diagrams are treated as working documents, providing SEARHC the ability to discuss HL7 workflow proposals and to negotiate changes on the fly.  Blueprint serves as a great collaborative tool as it allows for effective communication between SEARHC and its vendors.</p>
<p>SEARHC’s internal processes have also become more efficient after the concept of swimlanes was so easily demonstrated with Blueprint – now the right task is done by the right person at the right time!  According to Peter,  SEARHC staff have found the product to be very useful and are impressed with the updates – I’m sure they are excited about the latest Blueprint release!</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/fbsV37_n_3c" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/searhc-utilizes-blueprint-to-effectively-communicate-with-vendors/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/searhc-utilizes-blueprint-to-effectively-communicate-with-vendors/</feedburner:origLink></item>
		<item>
		<title>Announcing the October ’09 Blueprint Update</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/Ei9bqvVBYW8/</link>
		<comments>http://blog.lombardi.com/announcing-the-october-09-blueprint-update/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 18:00:14 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[product releases]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=641</guid>
		<description><![CDATA[The October &#8217;09 update is now available on blueprint.lombardi.com! This release has some exciting enhancements that I think will make Blueprint an even more valuable tool for discovering and sharing your processes. We&#8217;ve added a new process analysis mode, several new properties to the Blueprint documentation template, email notifications for changes happening to your processes, [...]]]></description>
			<content:encoded><![CDATA[<p>The October &#8217;09 update is now available on <a href="https://blueprint.lombardi.com" target="_blank">blueprint.lombardi.com</a>! This release has some exciting enhancements that I think will make Blueprint an even more valuable tool for discovering and sharing your processes. We&#8217;ve added a new process analysis mode, several new properties to the Blueprint documentation template, email notifications for changes happening to your processes, and a many more improvements based upon <a href="https://blueprint.lombardi.com/forums" target="_blank">your feedback</a>.</p>
<p>Let&#8217;s take a look the enhancements in detail:</p>
<p style="text-align: center;"><img class="aligncenter size-large wp-image-644" title="Blueprint October '09 - Analysis 2.0" src="http://blog.lombardi.com/wp-content/uploads/2009/10/analysis-1024x619.png" alt="Blueprint October '09 - Analysis 2.0" width="491" height="297" /></p>
<ul>
<li><strong>Enhanced Process Analysis: </strong>We&#8217;ve introduced a new analysis mode in today&#8217;s release that allows you to instantly highlight the areas of your process that need attention and improvement. When you switch to analysis mode, Blueprint heat maps both the discovery map and process diagram with the data you&#8217;ve entered in the details for each activity. This allows you to instantly see which parts of your process have problems, excessive cost or cycle time, or that are risk points. It substantially increases the visibility you have into all of your processes, and is an excellent tool to help you make a business case for improvements.
<p>You can find the Analyze button in the toolbar whenever you&#8217;re viewing a process. Give it a try and let us know what you think!</li>
</ul>
<p><span id="more-641"></span></p>
<p><img title="More..." src="http://blog.lombardi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p style="text-align: center;"><img title="More..." src="http://blog.lombardi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-647" title="Blueprint October '09 - New Properties" src="http://blog.lombardi.com/wp-content/uploads/2009/10/properties.png" alt="Blueprint October '09 - New Properties" width="438" height="311" /><img title="More..." src="http://blog.lombardi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<ul>
<li><strong>New Properties:</strong> One of Blueprint&#8217;s great strengths is that it&#8217;s always offered a template for documenting the important information about your processes &#8212; who&#8217;s involved, what&#8217;s required and created at this step, and the like. We&#8217;ve heard from you that there are a few other key pieces of information that you need to catalog at each activity, and today we&#8217;ve added the most valuable and frequently requested ones:
<ul>
<li>Systems</li>
<li>Cycle Time:</li>
<li>Cost</li>
<li>Value Added / Non Value Added</li>
<li>Risk</li>
<li>Supplier and Customer (SIPOC)</li>
</ul>
<p>All of these new properties can be heat mapped onto the diagram using the new analysis mode, which can be extremely powerful. Need to highlight areas of your process with unaddressed risk points? How about the areas that will be affected when you decommission one of your legacy applications? What about the non-value added parts that are wasting money? Analysis mode can make answering all of these questions a snap.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-646" title="Blueprint October '09 - Notifications" src="http://blog.lombardi.com/wp-content/uploads/2009/10/notifications.png" alt="Blueprint October '09 - Notifications" width="389" height="307" /></p>
<ul>
<li><strong>Email Notifications:</strong> The Blueprint activity feeds are an extremely valuable tool for tracking and discovering changes that happen to your processes and the processes that you depend on. Since we <a href="http://blog.lombardi.com/the-blueprint-spring-09-release-is-now-live/" target="_blank">introduced them a few months ago</a>, we&#8217;ve heard from many customers that they&#8217;ve helped increase involvement and visibility across the organization, which has in turn led to many improvements that would have been lost previously. Today we&#8217;re introducing the ability for Blueprint to proactively push these changes to your organization via email. You can subscribe to a weekly digest of your activity feed, a daily digest of all the changes to your favorite processes and projects, and instant notifications of replies to the comments and feedback you&#8217;ve left.
<p>You can choose which emails you&#8217;re subscribed to on your user settings page, which you can bring up by clicking your name at the top of the page in Blueprint. Give them a try and let us know what you think!</li>
</ul>
<p>In addition, this release also features many smaller improvements based upon what we&#8217;ve heard from you &#8212; everything from a better way to link to related processes to enhanced performance when working with large numbers of processes. <a href="https://blueprint.lombardi.com" target="_blank">Log in now</a> and try it out for yourself! If you don&#8217;t have an account yet, just <a href="https://blueprint.lombardi.com/signup/trial" target="_blank">sign up for a free 30 day trial</a> now. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you <a href="http://twitter.com/BlueprintUpdate">follow us on Twitter</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/Ei9bqvVBYW8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/announcing-the-october-09-blueprint-update/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/announcing-the-october-09-blueprint-update/</feedburner:origLink></item>
		<item>
		<title>Around the World in 30 Days with BPM</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/Lwp5jPCDhbg/</link>
		<comments>http://blog.lombardi.com/around-the-world-in-30-days-with-bpm/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 22:29:39 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[agility]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[Lincoln Trust]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[MUSC]]></category>
		<category><![CDATA[Phil Gilbert]]></category>
		<category><![CDATA[process improvement]]></category>
		<category><![CDATA[SIRVA]]></category>
		<category><![CDATA[Wells Fargo]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=632</guid>
		<description><![CDATA[It’s Business Process Management conference season right now. Over the next 4 weeks, Lombardi and our customers will be participating in quite of few conferences around the world – spreading the news about how BPM can help companies to quickly improve their processes and gain efficiencies. In fact, last week we found ourselves presenting in [...]]]></description>
			<content:encoded><![CDATA[<p>It’s Business Process Management conference season right now. Over the next 4 weeks, Lombardi and our customers will be participating in quite of few conferences around the world – spreading the news about how BPM can help companies to quickly improve their processes and gain efficiencies.</p>
<p>In fact, last week we found ourselves presenting in Washington D.C. for the <a title="Brainstorm DC BPM Conference" href="http://www.lombardisoftware.com/press-release_9-17-09.php" target="_blank">Brainstorm BPM</a>, and Sao Paulo, Brazil, for the <a title="Brazil BPM Conference" href="http://www.lombardisoftware.com/press-release_9-16-09.php" target="_blank">2<sup>nd</sup> International Congress of Business Processes</a>, respectively.</p>
<p>This week it was the <a title="Aviva Presents at IRM BPM UK" href="http://www.lombardisoftware.com/press-release_9-23-09.php" target="_blank">IRM BPM summit in London</a>. Aviva, one of our large insurance customers, spoke about how they are using BPM to get measurable results across their organization.</p>
<p>Next week we are back at it at the <a title="Gartner BPM Summit" href="http://www.lombardisoftware.com/press-release_9-29-09.php" target="_blank">Gartner BPM Summit </a>in Orlando Florida, with seven Lombardi customers speaking about their BPM projects. If you are attending this one, you are in for a real treat – we have executives from Lincoln Trust Company, Wells Fargo, Medical University of South Carolina, Foreign Currency Exchange Corp. and others sharing their experiences and best practices for “How to succeed with BPM.”</p>
<p>But the world tour doesn’t stop there. We’ll also be at <a title="Forrester BTF 2009" href="http://www.lombardisoftware.com/press-release_9-30-09.php" target="_blank">Forrester’s Business Technology Forum</a> in Chicago next week where another customer, SIRVA, will be sharing their perspective on how BPM helps them drive world-class customer experience in the corporate relocation business.</p>
<p>Finally, we will be rounding out the conference season with <a title="Phil Gilbert - Lombardi President" href="http://www.lombardisoftware.com/about-lombardi-team.php#philgilbert" target="_self">Phil Gilbert</a> speaking at a Banking event in Riyadh, Saudi Arabia, as well as participating at both of <a title="Gartner Symposium/ITXpo" href="http://www.gartner.com/2_events/symposium/worldwide.html" target="_blank">Gartner’s Symposium/ITXpo</a> events in Orlando, Florida and Cannes, France.</p>
<p>And that’s how you go around the world in 30 days with BPM. Pretty busy schedule, but certainly worth it because we feel that every company can benefit from process improvement if they take the <a title="right approach" href="http://www.lombardisoftware.com/bpm-software-services.php" target="_self">right approach</a>. We hope to see you at one of the events.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/Lwp5jPCDhbg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/around-the-world-in-30-days-with-bpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/around-the-world-in-30-days-with-bpm/</feedburner:origLink></item>
		<item>
		<title>“BPM-Ripe” Processes?</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/mRH-pR8X7OI/</link>
		<comments>http://blog.lombardi.com/bpm-ripe-processes/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 03:14:35 +0000</pubDate>
		<dc:creator>Fahad Osmani</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[continuous process improvement]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[Fahad Osmani]]></category>
		<category><![CDATA[process]]></category>
		<category><![CDATA[process improvement]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=627</guid>
		<description><![CDATA[As the manager of our BPM Consultants, I get to see literally dozens of interesting customer use cases. One particularly interesting insurance customer recently described an example of their business processes where the decision being made within the process is as important (actually even more important) than the speed at which the work is being [...]]]></description>
			<content:encoded><![CDATA[<p>As the manager of our BPM Consultants, I get to see literally dozens of interesting customer use cases. One particularly interesting insurance customer recently described an example of their business processes where the <strong><em>decision </em></strong>being made within the process is as important (actually even more important) than the <strong><em>speed </em></strong>at which the work is being done. That is quite an amazing testament to power of BPM when you think about it.</p>
<p>At Lombardi, we say this all the time. Obtaining useful data about the quality of decisions being made &#8211; as well as the patterns that drive those decisions &#8211; is the first step in realizing the promise of BPM.</p>
<p>However, in order for data to be turned into “wisdom,” I think it is important for companies to realize that it has to be viewed through three primary filtering principles. They are:</p>
<ol>
<li>Visibility &#8211; Show me information in a human-consumable format. It needs to provide details that can be understood by mere mortals.</li>
<li>Analysis &#8211; Allow me to ‘twist and turn’ and ‘slice and dice’ the information views so that I can extrapolate information from the data and deduce higher-level knowledge as necessary. </li>
<li>Control &#8211; Once I’ve seen, analyzed, and judged what the data is telling me, allow me to take some immediate action on the source of data (the process) in a way that lets me materially affect the outcome. </li>
</ol>
<p><span id="more-627"></span></p>
<p>In my mind, the three points made above are the key stepping stones that separate workflow automation from BPM. In fact, I think of automation as merely the “step zero” that must to occur in the sequence above before I can get any real insight into my processes.</p>
<p>Now, in contrast to my insurance customer example, there are also other many other business processes where the primary purpose of automation is to drive repeatability, and to deal with exceptions in such a way that it ultimately turns those exceptions back to repeatability. In essence, I’m talking about <em>the industrialization of human decision making</em>.<br />
 <br />
These processes do exist (for example, customers doing processes such as vehicle registration renewal, product returns, shipment re-routing, and even HR on-boarding) and in isolation, the biggest benefit that our customers derive from a BPM tool in this instance is the automation of their workflows. But in this case, the process reports that they receive either measure efficiency of the industrialization (rework, time spent, etc.) or only hold business value when taken in context with a higher-level parent process.</p>
<p>Perhaps the distinction between what could be referred to as “<strong>BPM-ripe”</strong> processes and “<strong>BPM-ambivalent-but-automation-ripe”</strong> processes is an important factor in determining an organization’s BPM Maturity Level.  </p>
<p>One of the mantras of the BPMC team here at Lombardi is to help customers understand that the difference between these two distinctions. This is really important, because it can mean the difference between companies doing the right thing for their unique BPM project starting on “day one” versus having them realize what the right thing is &#8211; much, much later in the project (such as during the third playback).</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/mRH-pR8X7OI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/bpm-ripe-processes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/bpm-ripe-processes/</feedburner:origLink></item>
		<item>
		<title>Announcing the August ’09 Blueprint Update</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/v6U21IKNL6s/</link>
		<comments>http://blog.lombardi.com/announcing-the-august-09-blueprint-update/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 18:15:30 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[product releases]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=604</guid>
		<description><![CDATA[This morning, the August &#8217;09 update went live on blueprint.lombardi.com! The team has been hard at work over the past month and I think you&#8217;ll be very happy with the latest improvements. We&#8217;ve improved the portability of your processes with the first shipping implementation of the BPMN 2.0 export format, added full text search across [...]]]></description>
			<content:encoded><![CDATA[<p>This morning, the August &#8217;09 update went live on <a href="https://blueprint.lombardi.com" target="_blank">blueprint.lombardi.com</a>! The team has been hard at work over the past month and I think you&#8217;ll be very happy with the latest improvements. We&#8217;ve improved the portability of your processes with the first shipping implementation of the BPMN 2.0 export format, added full text search across all of your process data, and made substantial usability improvements to Blueprint&#8217;s activity feeds based upon <a href="https://blueprint.lombardi.com/forums" target="_blank">your feedback</a>.</p>
<p>Let&#8217;s take a look the enhancements in detail:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-611" title="Blueprint August '09: BPMN 2.0" src="http://blog.lombardi.com/wp-content/uploads/2009/08/bpmn-2.0.png" alt="Blueprint August '09: BPMN 2.0" width="448" height="311" /></p>
<p style="text-align: center;">
<ul>
<li><strong>BPMN 2.0 Exports: </strong>We&#8217;re committed to ensuring that you can use your processes in whatever way you&#8217;d like with whichever system that works best for you. To that end, we&#8217;re delivering the first shipping implementation of the <a href="http://en.wikipedia.org/wiki/Business_Process_Modeling_Notation#BPMN_2.0" target="_blank">BPMN 2.0 export format</a>. We expect BPMN 2.0 to quickly become the de facto standard for exchanging process diagrams among modeling tools. The BPMN 2.0 specification just reached beta status, and as Bruce Silver pointed out <a href="http://www.brsilver.com/wordpress/2009/08/05/the-di-mess/" target="_blank">there are areas where it still could be improved</a>. We hope that our implementation can help further the discussion and serve as a reference for others in the industry. We think that well designed and supported standards are hugely beneficial for our customers and we&#8217;re committed to making BPMN 2.0 just that.
<p>And don&#8217;t forget: Blueprint <a href="http://blog.lombardi.com/the-july-09-blueprint-update-is-now-available/">also supports XPDL 2.1</a> to give you the maximum flexibility with your models today.</li>
</ul>
<p><img title="More..." src="http://blog.lombardi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p style="text-align: center;"><span id="more-604"></span><img class="aligncenter size-full wp-image-612" title="Blueprint August '09: Search" src="http://blog.lombardi.com/wp-content/uploads/2009/08/search.png" alt="Blueprint August '09: Search" width="305" height="284" /></p>
<p style="text-align: center;"><img title="More..." src="http://blog.lombardi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p style="text-align: center;">
<ul>
<li><strong>Full Text Search:</strong> Blueprint&#8217;s search feature now indexes <em>all</em> of the content in your account &#8212; project and process documentation, inputs, outputs, and all of the other assets you&#8217;ve entered. Have a question about the onboarding process in your company? You&#8217;re just a search away from the answer. Need to see everywhere your legacy CRM system is leveraged in your organization? Not a problem. We&#8217;ve been using the enhanced search at Lombardi for the last few weeks and it has hugely increased the visibility of our internal processes already. You&#8217;ll wonder how you ever lived without it.</li>
</ul>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-606" title="Blueprint August '09: What's New" src="http://blog.lombardi.com/wp-content/uploads/2009/08/what_s-new.png" alt="Blueprint August '09: What's New" width="545" height="272" /></p>
<p style="text-align: center;">
<ul>
<li><strong>What&#8217;s New Feed Improvements:</strong> Blueprint&#8217;s What&#8217;s New activity feeds give you instant notifications and visibility into the information you care about to do your work more effectively. The feeds are very powerful &#8212; just like social networking sites like LinkedIn and Facebook do for you for updates from your circle of friends, Blueprint lets you know about changes to processes that are important to you at your company.
<p>Our design team has been listening to your feedback and as a result we&#8217;ve introduced significant improvements to the usability of the feeds. They are much more readable now, making it even easier to skim them for the information you need. Similar entries are rolled up to save space and reduce clutter, the times of updates are always visible to give you better context, and filtering options have been expanded and improved. Try it out and <a href="https://blueprint.lombardi.com/forums" target="_blank">keep the feedback coming</a>!</li>
</ul>
<p>On top of that, there are many, many small improvements that we&#8217;ve added during this release &#8212; everything from tweaks to &#8220;where used&#8221; to longer process names. <a href="https://blueprint.lombardi.com" target="_blank">Log in now</a> and try it out for yourself! If you don&#8217;t have an account yet, just <a href="https://blueprint.lombardi.com/signup/trial" target="_blank">sign up for a free 30 day trial</a> now. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you <a href="http://twitter.com/BlueprintUpdate">follow us on Twitter</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/v6U21IKNL6s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/announcing-the-august-09-blueprint-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/announcing-the-august-09-blueprint-update/</feedburner:origLink></item>
		<item>
		<title>Teamworks 7 Recognized with ‘Trend-Setting Product’ Award!</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/s4Ewzk4x6hc/</link>
		<comments>http://blog.lombardi.com/teamworks-7-recognized-with-%e2%80%98trend-setting-product%e2%80%99-award/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 15:35:29 +0000</pubDate>
		<dc:creator>Cliff Vars</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[awards]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[KMWorld Magazine]]></category>
		<category><![CDATA[product releases]]></category>
		<category><![CDATA[Teamworks]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=599</guid>
		<description><![CDATA[On Friday, KMWorld Magazine announced that Teamworks 7 received a 2009 “Trend-Setting Product of the Year” award. I’m pretty excited about this award, as is our development team. The innovations that Teamworks 7 offers customers is really helping them expand their BPM adoption exponentially throughout the organization. It increases their collaboration, governance and reuse abilities, and [...]]]></description>
			<content:encoded><![CDATA[<p>On Friday, <a title="KMWorld Magazine" href="http://www.kmworld.com/" target="_blank">KMWorld Magazine</a> announced that Teamworks 7 received a 2009 “<a title="2009 Trend-Setting Product Award" href="http://www.lombardisoftware.com/press-release_8-24-09.php" target="_self">Trend-Setting Product of the Year</a>” award. I’m pretty excited about this award, as is our development team.</p>
<p>The innovations that <a title="Teamworks 7" href="http://www.lombardi.com/teamworks" target="_self">Teamworks 7</a> offers customers is really helping them expand their BPM adoption exponentially throughout the organization. It increases their collaboration, governance and reuse abilities, and it helps them simplify nearly every task that they need to do across the entire process development lifecycle.</p>
<p>We’re proud to receive this recognition. But we certainly won’t stop here. Thanks to all of you for nominating Teamworks 7 as a winner.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/s4Ewzk4x6hc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/teamworks-7-recognized-with-%e2%80%98trend-setting-product%e2%80%99-award/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/teamworks-7-recognized-with-%e2%80%98trend-setting-product%e2%80%99-award/</feedburner:origLink></item>
		<item>
		<title>CIO Talk Radio – Handling the human side of BPM</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/2nMSiTK1fRg/</link>
		<comments>http://blog.lombardi.com/cio-talk-radio-handling-the-human-side-of-bpm/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 20:47:39 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[CIO Talk Radio]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[forrester]]></category>
		<category><![CDATA[Howard Smith]]></category>
		<category><![CDATA[Phil Gilbert]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=593</guid>
		<description><![CDATA[Yesterday, Phil Gilbert spoke about the human aspects of BPM as an invited guest on the well-known Internet talk radio show, CIO Talk Radio. It&#8217;s obvious BPM has come of age when mainstream media programs are starting to weigh-in on the topic. The hour-long show featured &#8216;HIM: Handling the Human Side of BPM,&#8217; and focused on whether the new Human [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, <a title="Phil Gilbert" href="http://blog.lombardicto.com/" target="_blank">Phil Gilbert</a> spoke about the human aspects of BPM as an invited guest on the well-known Internet talk radio show, <a title="CIO Talk Radio" href="http://www.CIOtalkradio.com" target="_blank">CIO Talk Radio</a>.</p>
<p>It&#8217;s obvious <a title="BPM" href="http://en.wikipedia.org/wiki/Business_process_management" target="_blank">BPM</a> has come of age when mainstream media programs are starting to weigh-in on the topic.</p>
<p>The hour-long show featured <a title="HIM: Handling the Human Side of BPM" href="http://shar.es/RmJw" target="_blank">&#8216;HIM: Handling the Human Side of BPM</a>,&#8217; and focused on whether the new Human Interaction Management (HIM) framework  is necessary given that BPM already addresses most of the same issues and is a mature discipline. </p>
<p>In addtion to Phil, the other invited guests were <a title="Forrester's Clay Richardson" href="http://www.forrester.com/rb/analyst/clay_richardson" target="_blank">Clay Richardson</a> (senior analyst at Forrester) and <a title="CSC's Howard Smith" href="http://www.ciotalkradio.com/recentguests.html#smith" target="_blank">Howard Smith</a> (BPM author and CTO of CSC’s European Group).</p>
<p>If you are interested in hearing how BPM can help your organization,  or if you need a better way to explain its benefits to your executives, you should listen to the replay. You can access the replay <a title="CIO Talk Radio - Replay" href="http://www.ciotalkradio.com/archives.html#081909" target="_blank">here</a> (not required to register).</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/2nMSiTK1fRg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/cio-talk-radio-handling-the-human-side-of-bpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/cio-talk-radio-handling-the-human-side-of-bpm/</feedburner:origLink></item>
		<item>
		<title>Evaluating a business process management solutions vendor: What to ask</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/oAhZpX3VzWQ/</link>
		<comments>http://blog.lombardi.com/evaluating-a-business-process-management-solutions-vendor-what-to-ask/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 22:23:42 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[process mapping]]></category>
		<category><![CDATA[process optimization]]></category>
		<category><![CDATA[searchcio]]></category>
		<category><![CDATA[simulation]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=587</guid>
		<description><![CDATA[In the spirit of our &#8220;How To&#8221;  blog, I found a very useful article that Kristen Caretta from SearchCIO Midmarket wrote that discusses some of the steps that organizations can take to evaluate BPM vendors! “Evaluating a Business Process Management solutions vendor: What to ask” offers suggestions from analysts at Forrester and Gartner about what questions people need to ask BPM vendors [...]]]></description>
			<content:encoded><![CDATA[<p>In the spirit of our &#8220;How To&#8221;  blog, I found a <a title="SearchCIO Article" href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1364981_mem1,00.html" target="_blank">very useful article </a>that Kristen Caretta from SearchCIO Midmarket wrote that discusses some of the steps that organizations can take to evaluate BPM vendors!</p>
<p>“<a title="read the article" href="http://searchcio-midmarket.techtarget.com/tip/0,289483,sid183_gci1364981_mem1,00.html" target="_blank">Evaluating a Business Process Management solutions vendor: What to ask</a>” offers suggestions from analysts at Forrester and Gartner about what questions people need to ask BPM vendors up front to ensure we are providing a good technology fit for them. </p>
<p>The article recommends that people check into the vendor&#8217;s industry experience, understand their service and technology offerings and provides a number of other useful tips.</p>
<p>We especially appreciate the suggestion for companies to use cloud-based collaboration tools like <a title="Blueprint" href="http://www.lombardi.com/blueprint" target="_self">Blueprint</a> to help with strategic mapping and planning, as well as to help them build their business case for BPM.  In fact, we have a series of whitepapers that further explain how to get started quickly with your process documentation and prioritization, as well as what to do next. You can access them <a title="Whitepapers" href="http://www.lombardisoftware.com/bpm-resources.php" target="_blank">here</a></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/oAhZpX3VzWQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/evaluating-a-business-process-management-solutions-vendor-what-to-ask/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/evaluating-a-business-process-management-solutions-vendor-what-to-ask/</feedburner:origLink></item>
		<item>
		<title>Foreign Currency Exchange Corp. Delivers Projects 50% Faster with BPM</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/rOQhMBq4sTw/</link>
		<comments>http://blog.lombardi.com/foreign-currency-exchange-corp-delivers-projects-50-faster-with-bpm/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 21:42:18 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[Foreign Currency Exchange]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=580</guid>
		<description><![CDATA[Recently the Foreign Currency Exchange Corp. (FCE) recorded a webinar with TechTarget discussing the experiences that they have had with BPM. FCE, which is a subsidiary of the Bank of Ireland Group, provides a broad range of currency conversion products and services to wide range of industries and uses both Blueprint and Teamworks as an alternative [...]]]></description>
			<content:encoded><![CDATA[<p>Recently the <a title="Foreign Currency Exchange Corp." href="http://www.fceco.com/" target="_blank">Foreign Currency Exchange Corp</a>. (FCE) recorded a webinar with TechTarget discussing the experiences that they have had with BPM.</p>
<p>FCE, which is a subsidiary of the Bank of Ireland Group, provides a broad range of currency conversion products and services to wide range of industries and uses both <a title="Blueprint" href="http://www.lombardi.com/blueprint" target="_self">Blueprint</a> and <a title="Teamworks" href="http://www.lombardi.com/teamworks" target="_self">Teamworks</a> as an alternative to traditional application development. Using BPM lets them deliver projects an eye-popping 50% faster than traditional  approaches.</p>
<p>Some important take-aways discussed in the webinar include:</p>
<ul>
<li>How they became self sufficient after their very first project</li>
<li>How they gather business requirements in a much more collaborative way</li>
<li>How they recevied valuable feedback during development, not waiting until after it&#8217;s 80% built</li>
<li>How to engage the business to take ownership in their business applications</li>
</ul>
<p>To listen to the FCE webinar, go <a title="FCE Webinar" href="http://searchsoa.bitpipe.com/detail/RES/1248288136_755.html?asrc=CL_PRM_Lombardi" target="_blank">here</a> (you will need to register) or alternately you can listen to a podcast version of the interview <a title="FCE Podcast" href="http://searchsoa.bitpipe.com/data/mp3Player.do?res_id=1248284902_577" target="_blank">here</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/rOQhMBq4sTw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/foreign-currency-exchange-corp-delivers-projects-50-faster-with-bpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/foreign-currency-exchange-corp-delivers-projects-50-faster-with-bpm/</feedburner:origLink></item>
		<item>
		<title>Managing Grants with BPM</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/iWMlc_oIws4/</link>
		<comments>http://blog.lombardi.com/managing-grants-with-bpm/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 13:40:33 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[Wayne Snell]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=577</guid>
		<description><![CDATA[For those of you looking for hard metrics to help you justify your own BPM initiatives, I recommend you read the July 23rd issue of Campus Technology Magazine (CTM). It includes an extensive interview with Stewart Mixon, the COO of Medical University of South Carolina.   The article, “MUSC cuts error rates and improves efficiency with automation” discusses the financial [...]]]></description>
			<content:encoded><![CDATA[<p>For those of you looking for hard metrics to help you justify your own BPM initiatives, I recommend you read the July 23rd issue of Campus Technology Magazine (CTM). It includes an extensive interview with Stewart Mixon, the COO of <a title="MUSC" href="http://www.musc.edu/" target="_blank">Medical University of South Carolina</a>.  </p>
<p>The article, “MUSC cuts error rates and improves efficiency with automation” discusses the <a title="financial grants management process" href="http://www.lombardisoftware.com/press-release_05-06-09.php" target="_self">financial grants management process </a>that MUSC implemented in Lombardi Teamworks. It also points out the reasons why they elected NOT to go with an ERP system to accomplish this project, and and how they incorporated some legacy systems into the process.</p>
<p>Some nice ROI figures that MUSC achieved:</p>
<ul>
<li>[Teamworks] has reduced the per-grant error rate dramatically, from 85 &#8211; 90 percent down to just 20 - 25 percent initially, then finally 2 percent to 3 percent as users learned to use more efficient processes.</li>
<li>&#8220;human touches&#8221; during the grants allocation process, traditionally a source of errors in any process, have dropped 65 percent.</li>
</ul>
<p>You may read the whole story <a title="Campus Technology Article" href="http://campustechnology.com/articles/2009/07/23/managing-grants-with-bpm.aspx" target="_blank">here</a></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/iWMlc_oIws4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/managing-grants-with-bpm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/managing-grants-with-bpm/</feedburner:origLink></item>
		<item>
		<title>Lombardi Manufacturing Customers Using BPM for Supply Chain</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/W6wjBQl9BWc/</link>
		<comments>http://blog.lombardi.com/lombardi-manufacturing-customers-using-bpm-for-supply-chain/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 00:27:30 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[manufacturing]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=570</guid>
		<description><![CDATA[Recently, two Lombardi customers were interviewed by SearchCIO’s Manufacturing News as part of an article that discusses how manufacturers are using BPM [i.e., Lombardi Teamworks] to assist with making their supply chain more effective. The article, entitled “BPM tools help firms bridge communications gaps in supply chains,” provides some interesting insight into how manufacturers can receive value from BPM.  [...]]]></description>
			<content:encoded><![CDATA[<p>Recently, two Lombardi <a title="Customers" href="http://www.lombardisoftware.com/bpm-software-customers.php" target="_blank">customers</a> were interviewed by <strong>SearchCIO’s </strong>Manufacturing News as part of an article that discusses how manufacturers are using BPM [i.e., Lombardi Teamworks] to assist with making their <a title="Supply Chain" href="http://en.wikipedia.org/wiki/Supply_chain" target="_blank">supply chain</a> more effective.</p>
<p>The article, entitled<strong> “</strong><a title="BPM tools help firms bridge communications gaps in supply chains" href="http://searchmanufacturingerp.techtarget.com/news/article/0,289142,sid193_gci1362741,00.html" target="_blank">BPM tools help firms bridge communications gaps in supply chains</a><strong>,”</strong> provides some interesting insight into how manufacturers can receive value from BPM. </p>
<p>One of the customers is <a title="El Araby Group" href="http://www.elarabygroup.com/english/index.html" target="_blank">El Araby</a>, an air conditioner manufacturer based in Cairo, Egypt. They had this to say:</p>
<p> “Before Lombardi Software [BPM] was in place, all we could do for a customer was recommend them to the nearest service center and that was the end of it… We had no clue what happened next until the monthly report came out afterwards. Now, the Lombardi BPM software system handles all of the details of the repair process, even down to what technician is working on what appliance in what service center.”</p>
<p>We&#8217;re pretty proud that Teamworks customers around the world like to share such great testimony!</p>
<p>You can read the whole story <a title="SearchCIO Manufacturing Article" href="http://searchmanufacturingerp.techtarget.com/news/article/0,289142,sid193_gci1362741,00.html" target="_blank">here</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/W6wjBQl9BWc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/lombardi-manufacturing-customers-using-bpm-for-supply-chain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/lombardi-manufacturing-customers-using-bpm-for-supply-chain/</feedburner:origLink></item>
		<item>
		<title>BPM and the Social Process</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/GApqAku0XZU/</link>
		<comments>http://blog.lombardi.com/bpm-and-the-social-process/#comments</comments>
		<pubDate>Mon, 13 Jul 2009 15:00:48 +0000</pubDate>
		<dc:creator>Brandon Baxter</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Brandon Baxter]]></category>
		<category><![CDATA[collaboration]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[Phil Gilbert]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=551</guid>
		<description><![CDATA[Information Age magazine in the UK recently published an interesting article about how social software is changing the way companies design and execute business processes. The author, Pete Swabey, points to the dramatic events of late as proof that collaboration software and online social networks are rewiring the fabric of society. Here at Lombardi we [...]]]></description>
			<content:encoded><![CDATA[<p>Information Age magazine in the UK recently published an interesting <a title="Information Age Article" href="http://www.information-age.com/channels/comms-and-networking/features/1053092/the-social-process.thtml" target="_blank">article</a> about how social software is changing the way companies design and execute business processes.</p>
<p>The author, Pete Swabey, points to the dramatic events of late as proof that collaboration software and online social networks are rewiring the fabric of society.</p>
<p>Here at Lombardi we agree, and have spent a lot of time and effort looking at ways to further expand the role of BPM to more people through social technologies. They are manifested in Lombardi Blueprint and Teamworks in many ways. You can learn how each incorporates social capabilities <a title="Blueprint" href="http://blog.lombardi.com/the-blueprint-spring-09-release-is-now-live/" target="_blank">here</a> and <a title="Teamworks 7" href="http://www.lombardisoftware.com/enterprise-bpm-software.php" target="_blank">here</a> respectively. </p>
<p>The article also interviewed both <a title="Phil Gilbert" href="http://blog.lombardicto.com/" target="_blank">Phil Gilbert </a>(Lombardi&#8217;s President), and Aviva’s CIO, <a title="Toby Redshaw" href="http://blog.lombardi.com/welcoming-aviva-our-newest-customer/" target="_self">Toby Redshaw</a>. It is a very good article – I encourage you to read it <a title="read the article" href="http://www.information-age.com/channels/comms-and-networking/features/1053092/the-social-process.thtml" target="_blank">here</a></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/GApqAku0XZU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/bpm-and-the-social-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/bpm-and-the-social-process/</feedburner:origLink></item>
		<item>
		<title>The July ’09 Blueprint Update Is Now Available!</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/g61cN5DNe2o/</link>
		<comments>http://blog.lombardi.com/the-july-09-blueprint-update-is-now-available/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 16:50:11 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[product releases]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=542</guid>
		<description><![CDATA[I&#8217;m pleased to announce that the Blueprint July &#8217;09 Update is now available on blueprint.lombardi.com! This release has addressed some of the top requests we&#8217;ve heard from you. We&#8217;ve expanded the ways you can leverage the models you create in Blueprint, given you additional ways to secure and control access to your account, and tackled [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m pleased to announce that the Blueprint July &#8217;09 Update is now available on <a href="https://blueprint.lombardi.com" target="_blank">blueprint.lombardi.com</a>! This release has addressed some of the top requests we&#8217;ve heard from you. We&#8217;ve expanded the ways you can leverage the models you create in Blueprint, given you additional ways to secure and control access to your account, and tackled several other improvements that you suggested in the <a href="https://blueprint.lombardi.com/forums" target="_blank">Blueprint Forums</a>.</p>
<p>Let&#8217;s take a look the enhancements in detail:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-544" title="Blueprint July '09 - XPDL" src="http://blog.lombardi.com/wp-content/uploads/2009/07/xpdl.png" alt="Bluprint July '09 - XPDL" width="517" height="386" /></p>
<ul>
<li><strong>Model Portability With XPDL:</strong> We&#8217;re committed to ensuring that you can leverage the processes you create in Blueprint in anyway you like. That includes giving you the ability to seamlessly execute the processes in <a href="http://lombardi.com/teamworks" target="_blank">Lombardi Teamworks</a>, but also any other tool that you choose. To that end, we&#8217;re committed to supporting the <a href="http://www.brsilver.com/wordpress/2009/07/06/bpmn-20-status-update-2/" target="_blank">BPMN 2.0 specification</a> when it is released. However, we know that you need a way to use your models <em>today</em>, so we&#8217;ve introduced the ability to export your processes to <a href="http://xpdl.org" target="_blank">XPDL 2.1</a> format in this release. You never need to feel &#8220;locked in&#8221; when using Blueprint &#8212; you can get your information out in any format you&#8217;d like, whether that be as a PowerPoint presentation, Word document, or in XPDL.</li>
</ul>
<p><span id="more-542"></span></p>
<p style="text-align: center;"><img title="More..." src="http://blog.lombardi.com/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter size-full wp-image-545" title="Blueprint July '09 - Security Settings" src="http://blog.lombardi.com/wp-content/uploads/2009/07/security.png" alt="Bluprint July '09 - Security Settings" width="523" height="209" /></p>
<ul>
<li><strong>Enhanced Security And Access Controls:</strong> As you get more and more of your organization using Blueprint, it becomes increasingly important to make sure that you have the right controls, security, and governance procedures in place. To that end, you now have the option to restrict by IP address the places from which your account can be accessed. For example, this allows you to choose to only allow your users to log in from within your corporate network. Additionally, you also now have the ability to ensure that only people from an authorized set of email domains can be invited to your account. The combination of these two new security features allows you to ensure that only your employees and your trusted partners can see and collaborate on your processes.</li>
</ul>
<p style="text-align: center;">
<p style="text-align: center;">
<p style="text-align: center;"><img class="aligncenter size-full wp-image-546" title="Blueprint July '09 - Swimlane Sizes" src="http://blog.lombardi.com/wp-content/uploads/2009/07/swimlane.png" alt="Bluprint July '09 - Swimlane Sizes" width="181" height="236" /></p>
<ul>
<li><strong>Top Customer Requests:</strong> One of the great benefits of Blueprint&#8217;s quick release cycle is that we&#8217;re able to quickly respond to your feedback. We made a bunch of small enhancements to address the requests we&#8217;ve heard most often. That includes improvements like making swim lane names more readable, making the user administration interface sortable and more usable, and much, much more. We think you&#8217;ll find this is the fastest and easiest to use version of Blueprint yet!</li>
</ul>
<p><a href="https://blueprint.lombardi.com" target="_blank">Log in now</a> and try it out for yourself! If you don&#8217;t have an account yet, just <a href="https://blueprint.lombardi.com/signup/trial" target="_blank">sign up for a free 30 day trial</a> now. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you <a href="http://twitter.com/BlueprintUpdate">follow us on Twitter</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/g61cN5DNe2o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/the-july-09-blueprint-update-is-now-available/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/the-july-09-blueprint-update-is-now-available/</feedburner:origLink></item>
		<item>
		<title>Butler Group Reviews Teamworks 7</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/JfZlN6PJJrg/</link>
		<comments>http://blog.lombardi.com/butler-group-reviews-teamworks-7/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 22:32:52 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Butler Group]]></category>
		<category><![CDATA[Lombardi]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=535</guid>
		<description><![CDATA[Last week, UK analyst firm Butler Group published their latest Technology Audit report on Lombardi. In it, analyst Mike Thompson reviewed the capabilities of Teamworks 7 as they relate to Butler&#8217;s product assessment methodology in the areas of building, optimizing and managing processes faster and smarter in this Technology Audit. It&#8217;s a good report for you to [...]]]></description>
			<content:encoded><![CDATA[<p style="line-height: 14.25pt;"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">Last week, UK analyst firm <a title="Butler Group" href="http://www.butlergroup.com/" target="_blank"><span style="color: #800080;">Butler Group</span></a> published their latest Technology Audit report on Lombardi. In it, analyst Mike Thompson reviewed the capabilities of Teamworks 7 as they relate to Butler&#8217;s product assessment methodology in the areas of building, optimizing and managing processes faster and smarter in this Technology Audit.</span></p>
<p style="line-height: 14.25pt;"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">It&#8217;s a good report for you to send to those colleagues in your company who are interested in 3rd party takes on BPM technology.</span></p>
<p style="line-height: 14.25pt;"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">The bottom line &#8211; excerpted from the report:</span></p>
<p style="line-height: 14.25pt;"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">&#8220;<a title="Teamworks 7" href="http://www.lombardi.com/teamworks" target="_blank"><span style="color: #800080;">Teamworks 7</span></a> is a full-featured BPM solution, with all the functionality expected of a market-leading solution. It really differentiates itself from its competitors in two distinct areas, one technical and one non-technical. By using a <a title="Shared Model Architecture" href="http://www.lombardisoftware.com/enterprise-bpm-features.php#Shared-Model-Architecture" target="_blank">shared-model architecture</a>, Teamworks ensures that the process model is always up to date, regardless of where and when changes to the model are made. Thus, changes to a running process instance can be reflected back to the high-level model. From a non-technical point of view the major focus has been on ensuring ease of use for any and all of the participants of process lifecycle management. This ensures that the people involved in the process are able to help in <a title="Advanced Optimization" href="http://www.lombardisoftware.com/enterprise-bpm-features.php#Advanced-Optimization" target="_blank">optimising</a> the process, which makes far more sense than handing off the task to a ‘<em>process expert</em></span><span style="font-family: Times New Roman;"><em><span style="font-size: 10pt;">’. </span></em></span></p>
<p style="line-height: 14.25pt;"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">Allied to Teamworks is the <a title="Try Blueprint for FREE!" href="http://www.lombardi.com/blueprint" target="_blank">Blueprint</a> solution which creates a collaboration and communication environment that further empowers the process participants in all aspects of process management. A final factor worth highlighting is the graphical nature of the product – not just in process design terms, but in having the ability to <a title="Process Visibility" href="http://www.lombardisoftware.com/enterprise-bpm-features.php#Process-Visibility" target="_blank">graphically represent</a> KPI and/or SLA non-compliance on the process map.&#8221;</span></p>
<p style="line-height: 14.25pt;"><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;;">We couldn’t agree more!</span></p>
<p><span style="font-size: 10pt; font-family: &quot;Georgia&quot;,&quot;serif&quot;; mso-fareast-font-family: Calibri; mso-fareast-theme-font: minor-latin; mso-bidi-font-family: 'Times New Roman'; mso-bidi-theme-font: minor-bidi; mso-ansi-language: EN-US; mso-fareast-language: EN-US; mso-bidi-language: AR-SA;">Butler customers can access the full Technology Audit report <a title="here" href="http://www.butlergroup.com/research/KCInterPages/%7B865F0580-FBD9-4151-9B78-D0D896CE7119%7D.asp" target="_blank">here</a>, or you can also get it compliments of Lombardi <a title="Get Butler Report Here" href="http://www.lombardisoftware.com/verify-download.html?docid=72" target="_blank"><span style="color: #800080;">here</span></a> (if you have not registered with us before, you will be asked to do so).</span></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/JfZlN6PJJrg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/butler-group-reviews-teamworks-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/butler-group-reviews-teamworks-7/</feedburner:origLink></item>
		<item>
		<title>BPM: Bigger than SOA</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/gAEgOkiWne4/</link>
		<comments>http://blog.lombardi.com/bpm-bigger-than-soa/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 21:34:52 +0000</pubDate>
		<dc:creator>Phil Gilbert</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[Phil Gilbert]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=531</guid>
		<description><![CDATA[I think most people would agree that BPM is bigger than SOA, in fact, SOA is simply the technology architecture that defines how any technology is designed and deployed. BPM, on the other hand, represents how you link business strategy to business implementation&#8230; with [SOA-based] technology being a part of that implementation. Well, now there&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>I think most people would agree that BPM is bigger than SOA, in fact, SOA is simply the technology architecture that defines how any technology is designed and deployed. BPM, on the other hand, represents how you link business strategy to business implementation&#8230; with [SOA-based] technology being a part of that implementation.</p>
<p>Well, now there&#8217;s <a title="independent confirmation" href="http://www.zpressing.com/2009/06/26/highest-paying-adsense-keywords-2009/" target="_blank">independent confirmation </a>that BPM is, indeed, bigger than SOA &#8211; or at least twice as much BPM information is being searched. <a title="Google's Keyword Tool" href="https://adwords.google.com/select/KeywordToolExternal" target="_blank">Google&#8217;s Keyword Tool</a> shows that in May, the phrase &#8220;business process management&#8221; was used almost twice as many times as &#8220;service oriented architecture&#8221;, with a higher Adword value. (Too bad we don&#8217;t compete in the &#8220;consolidate student loan&#8221; space&#8230;)</p>
<p>I doubt if IBM or any of the other SOA stackers are in jeopardy of being bought by Lombardi any time soon, but at least with Lombardi you know you&#8217;re getting more bang for the buck. Twice as much value, in fact&#8230;</p>
<p><em>Editor’s note: The above is excerpted from <a title="Phil Gilbert" href="http://blog.lombardicto.com/" target="_blank">Phil’s personal blog</a>.</em></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/gAEgOkiWne4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/bpm-bigger-than-soa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/bpm-bigger-than-soa/</feedburner:origLink></item>
		<item>
		<title>Three Lombardi Customers Share Their Stories at SFO BPM Conference</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/yFWX0lljIL4/</link>
		<comments>http://blog.lombardi.com/three-lombardi-customers-share-their-stories-at-sfo-bpm-conference/#comments</comments>
		<pubDate>Wed, 24 Jun 2009 15:28:17 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[bpminstitute.org]]></category>
		<category><![CDATA[customers]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[Wells Fargo]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=528</guid>
		<description><![CDATA[Next week at the BPMInstitute.org BPM Conference in San Francisco, three Lombardi customers will be on hand to share their BPM success stories. The conference is being held downtown at the Parc 55 Hotel. Details about their presentations are below. Also, stop by to see me and the rest of the Lombardi team in the Solution Showcase. Paul [...]]]></description>
			<content:encoded><![CDATA[<p>Next week at the BPMInstitute.org <a title="BPMInstitute Conference Agenda" href="http://www.bpminstitute.org/index.php?id=1433" target="_blank">BPM Conference </a>in San Francisco, three Lombardi customers will be on hand to share their <a title="BPM success stories" href="http://www.lombardisoftware.com/enterprise-bpm-stories.php" target="_self">BPM success stories</a>. The conference is being held downtown at the Parc 55 Hotel.</p>
<p>Details about their presentations are below. Also, stop by to see me and the rest of the Lombardi team in the Solution Showcase.</p>
<ul>
<li>Paul Tazbaz, Enterprise Architect at <a title="Wells Fargo" href="https://www.wellsfargo.com/" target="_blank">Wells Fargo</a>, will present the best practices keynote session entitled &#8220;Architecting BPM through a Center of Excellence at Wells Fargo Bank&#8221;<a href="http://agendabuilder.gartner.com/bpm7/WebPages/SessionDetail.aspx?EventSessionId=875" target="_blank"> </a></li>
</ul>
<p style="padding-left: 30px;">Time: Tuesday, June 30, 2009 at 9:40 – 10:25 a.m. (all times are PT)</p>
<ul>
<li>Cheryl Mascaro, Enterprise Architect at <a title="Intel" href="http://www.intel.com/" target="_blank">Intel</a>, will present a case study discussing &#8220;BPM vs. BPM – The Discipline and the Technology.&#8221;</li>
</ul>
<p style="padding-left: 30px;">Time: Tuesday, June 30, 11:20 a.m. – 12:05 p.m.</p>
<ul>
<li>Sean Perry, CIO, and Steve Nimmo, senior manager of business process and performance improvement, from <a title="Robert Half International" href="http://www.rhi.com/" target="_blank">Robert Half International (RHI)</a>, will share their BPM experiences in an end-user case study &#8211; “How Robert Half International is Delivering Results with BPM.”<a href="http://agendabuilder.gartner.com/bpm7/WebPages/SessionDetail.aspx?EventSessionId=875" target="_blank"> </a></li>
</ul>
<p style="padding-left: 30px;">Time: Tuesday, June 30, 2:10 &#8211; 2:55 p.m.</p>
<p>Also, <a title="Brandon Baxter" href="http://blog.lombardi.com/about-processpeople/" target="_self">Brandon Baxter</a>, Lombardi’s senior product marketing manager, will present “Clear Directions for BPM Success.” Brandon will talk about how comapnies can ensure long-term BPM success by using proven project development and deployment capabilities. He will also be on the BPM vendor panel discussing &#8220;Tips for Starting and Maintaining a Successful BPM Initiative.” Those are always fun.</p>
<p>Time: Tuesday, June 30, 3:50 – 4:35 p.m., and the panel runs immediately afterward.</p>
<p>We hope to see you there!</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/yFWX0lljIL4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/three-lombardi-customers-share-their-stories-at-sfo-bpm-conference/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/three-lombardi-customers-share-their-stories-at-sfo-bpm-conference/</feedburner:origLink></item>
		<item>
		<title>NACCO Wins CIO 100 Award for Lombardi BPM Project</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/kMXXfGCwNzI/</link>
		<comments>http://blog.lombardi.com/nacco-wins-cio-100-award-for-lombardi-bpm-project/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 15:26:05 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[CIO]]></category>
		<category><![CDATA[CIO Magazine]]></category>
		<category><![CDATA[NACCO]]></category>
		<category><![CDATA[Wells Fargo]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=516</guid>
		<description><![CDATA[I&#8217;m proud to announce that CIO Magazine has named NACCO Materials Handling Group as one of this year&#8217;s CIO 100 winners in recognition of its success with BPM. This is the second year in a row that one of Lombardi&#8217;s customers has won an award for their BPM project! The 2009 CIO 100 Awards honor 100 companies [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m proud to announce that CIO Magazine has named NACCO Materials Handling Group as one of this year&#8217;s <a title="View CIO 100 Award page" href="http://www.cio.com/cio100/detail/1955" target="_self">CIO 100 winners in recognition of its success with BPM</a>. This is the second year in a row that one of <a title="Well Fargo Financial" href="http://www.cio.com/cio100/detail/1896" target="_blank">Lombardi&#8217;s customers </a>has won an award for their BPM project!</p>
<p>The 2009 CIO 100 Awards honor 100 companies that are creating new business value by innovating with technology.</p>
<p><img class="alignleft size-full wp-image-518" title="CIO 100 Award" src="http://blog.lombardi.com/wp-content/uploads/2009/06/cio100-nacco.png" alt="CIO 100 Award" width="168" height="59" /></p>
<p>We are especially proud that <a title="Teamworks" href="http://www.lombardisoftware.com/enterprise-bpm-software.php" target="_self">Teamworks</a> was the only BPM product specifically mentioned by CIO as delivering customer value in the awards, and that it has saved NACCO approximately $2 million, while improving their customer satisfaction and time to market.</p>
<p>Congratulations to the <a title="NACCO team" href="http://blog.lombardi.com/less-paperwork-more-engineering/" target="_self">NACCO team</a>!</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/kMXXfGCwNzI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/nacco-wins-cio-100-award-for-lombardi-bpm-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/nacco-wins-cio-100-award-for-lombardi-bpm-project/</feedburner:origLink></item>
		<item>
		<title>Production, Operations Mgt and BPM at Texas State</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/JKmH180EPYQ/</link>
		<comments>http://blog.lombardi.com/production-operations-mgt-and-bpm-at-texas-state/#comments</comments>
		<pubDate>Fri, 29 May 2009 02:42:20 +0000</pubDate>
		<dc:creator>Barton George</dc:creator>
				<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[operations management]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[texas state university]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=506</guid>
		<description><![CDATA[Dave Angelow, adjunct professor at Texas State University just finished teaching a semester long course in Production and Operations Management.  The course, which focuses on the supply chain and value chain as well as some production methods, is a core requirement in the school of management. I talked with Dave to hear how the course [...]]]></description>
			<content:encoded><![CDATA[<p>Dave Angelow, adjunct professor at <a href="http://www.txstate.edu/">Texas State University</a> just finished teaching a semester long course in Production and Operations Management.  The course, which focuses on the supply chain and value chain as well as some production methods, is a core requirement in the school of management.</p>
<p>I talked with Dave to hear how the course went and how BPM fit into the syllabus.</p>
<p><strong>&gt;&gt;My talk with Dave (5:12)</strong>: <a rel="#someid2" href="http://barton808.files.wordpress.com/2009/04/daveangelow_texasstatemusic-2.mp3">Take a Listen</a></p>
<div id="attachment_1595" class="wp-caption alignnone" style="width: 285px"><a href="http://barton808.wordpress.com/files/2009/04/professor-angelow1.jpg"><img class="size-full wp-image-1595" title="professor-angelow1" src="http://barton808.wordpress.com/files/2009/04/professor-angelow1.jpg" alt="Prof. Dave Angelow of Texas State" width="275" height="212" /></a><p class="wp-caption-text">Prof. Dave Angelow of Texas State in action.</p></div>
<p><strong>Some of the topics Dave tackles:</strong></p>
<ul>
<li>How a fair number of students also have day jobs (the course is taught at night) and how this allows them to directly apply what they&#8217;ve learned.</li>
<li>How BPM, both Business Process Management and Modeling, fit under the quality management section</li>
<li>BPM as a means of compressing cycle time and extracting more value for customers.</li>
<li>Using <a href="http://www.lombardisoftware.com/bpm-blueprint-product.php">Blueprint</a> for a hands on modeling exercise and value the students saw in the tool.</li>
</ul>
<p><strong>Blueprint Educational Program</strong></p>
<p>Lombardi provides free Blueprint subscriptions for educational use.  If you are teaching or taking a course where you think Blueprint would be appropriate, please contact us at blueprint@lombardi.com to learn more.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/JKmH180EPYQ" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/production-operations-mgt-and-bpm-at-texas-state/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://barton808.files.wordpress.com/2009/04/daveangelow_texasstatemusic-2.mp3" length="3749721" type="audio/mpeg" />
		<feedburner:origLink>http://blog.lombardi.com/production-operations-mgt-and-bpm-at-texas-state/</feedburner:origLink></item>
		<item>
		<title>Podcast: eWeek Magazine Interviews Phil Gilbert</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/4oz-9urj1o8/</link>
		<comments>http://blog.lombardi.com/podcast-eweek-magazine-interviews-phil-gilbert/#comments</comments>
		<pubDate>Tue, 26 May 2009 16:35:43 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[eWeek Magazine]]></category>
		<category><![CDATA[Phil Gilbert]]></category>
		<category><![CDATA[Teamworks]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=501</guid>
		<description><![CDATA[Last week, eWeek Magazine recorded a podcast with Lombardi&#8217;s President, Phil Gilbert. The interview discusses our strategy for the next decade of BPM, as well as explains why the next generation of enterprise application software is going to be defined by business process integration and management. The twenty minute podcast, hosted by eWeek executive editor Michael Vizard, is entitled &#8220;Tying [...]]]></description>
			<content:encoded><![CDATA[<p>Last week, <a title="eWeek Magazine" href="http://www.eweek.com" target="_blank">eWeek Magazine</a> recorded a podcast with Lombardi&#8217;s President, <a title="Phil Gilbert" href="http://blog.lombardicto.com/" target="_self">Phil Gilbert</a>. The interview discusses our strategy for the next decade of BPM, as well as explains why the next generation of enterprise application software is going to be defined by business process integration and management.</p>
<div id="attachment_502" class="wp-caption alignleft" style="width: 155px"><img class="size-full wp-image-502" title="eWeek Logo" src="http://blog.lombardi.com/wp-content/uploads/2009/05/eweek.png" alt="eWeek Logo" width="145" height="42" /><p class="wp-caption-text">eWeek Logo</p></div>
<p>The twenty minute podcast, hosted by eWeek executive editor Michael Vizard, is entitled &#8220;<a title="Tying IT to the Business Process" href="http://www.eweek.com/c/a/Enterprise-Applications/Tying-IT-to-the-Business-Process-112147/" target="_blank">Tying IT to the Business Process</a>.&#8221; As always, it is filled with great anecdotes from Phil. I encourage each of you to listen in!</p>
<p>Michael&#8217;s interview with Phil (19:41) <a title="Listen" href="http://internet.ziffdavisenterprise.com/podcasts/eWeek/channel05102009.mp3" target="_blank">Listen (Mp3)</a></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/4oz-9urj1o8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/podcast-eweek-magazine-interviews-phil-gilbert/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://internet.ziffdavisenterprise.com/podcasts/eWeek/channel05102009.mp3" length="9451189" type="audio/mpeg" />
		<feedburner:origLink>http://blog.lombardi.com/podcast-eweek-magazine-interviews-phil-gilbert/</feedburner:origLink></item>
		<item>
		<title>The Blueprint Spring ’09 Release Is Now Live!</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/oOkRCYLRs7w/</link>
		<comments>http://blog.lombardi.com/the-blueprint-spring-09-release-is-now-live/#comments</comments>
		<pubDate>Sat, 16 May 2009 17:34:47 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[product releases]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=448</guid>
		<description><![CDATA[I&#8217;m excited to announce that the Blueprint Spring &#8217;09 release is now live on blueprint.lombardi.com! This update moves Blueprint from being a great modeling tool to be the place for everyone in your organization to go for business improvement conversations. We&#8217;ve leveraged social networking concepts to facilitate the discussion about how each person can make [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m excited to announce that the Blueprint Spring &#8217;09 release is now live on <a href="https://blueprint.lombardi.com" target="_blank">blueprint.lombardi.com</a>! This update moves Blueprint from being a great modeling tool to be the <a href="http://blog.lombardicto.com/2009/05/the-platform-for-bpms-second-decade.html" target="_blank">place for everyone in your organization</a> to go for business improvement conversations. We&#8217;ve leveraged social networking concepts to facilitate the discussion about how each person can make <em>their job</em> better. Everyone can see and be notified about changes that are relevant to their work, discover relationships between what they do and the rest of the organization, and contribute feedback and suggestions to the community.</p>
<p>Let&#8217;s take a look the new features in detail:</p>
<p style="text-align: center;"><img class="size-full wp-image-397 aligncenter" title="What's New" src="http://blog.lombardi.com/wp-content/uploads/2009/05/whats-new.jpeg" alt="What's New" width="398" height="159" /></p>
<ul>
<li><strong>See Changes and Discover Relationships:</strong> Social networking sites like Facebook and LinkedIn can tell you when a colleague switches jobs or a long lost friend gets married. It&#8217;s news you wouldn&#8217;t have heard otherwise, or perhaps even known to ask about. Blueprint now does the same for process in your enterprise. The new Activity Feeds show you changes happening to <em>your processes</em> and helps you discover relationships between what you do and the rest of the company. Now you&#8217;ll know when something changes two steps upstream from you that will affect your job, or that the person in the next building over does something similar that you leverage.</li>
</ul>
<p style="text-align: center;"><span id="more-448"></span><br />
<img class="size-full wp-image-452 aligncenter" title="Comments" src="http://blog.lombardi.com/wp-content/uploads/2009/05/comments.png" alt="Comments" width="337" height="231" /></p>
<ul>
<li><strong>Involve Every Desktop In Process Improvement:</strong> You have core teams of people modeling your processes in the business, but how do you involve the tens, hundreds, or thousands of people that participate in those processes? We&#8217;ve introduced <a href="http://www.lombardisoftware.com/bpm-blueprint-features.php#Participant-and-Author-Access" target="_blank">a new &#8220;participant&#8221; role</a> in Blueprint that allows people at the desk level to reference, review, offer feedback on, and participate in discussions about their work.</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-454 aligncenter" title="Sharing Settings" src="http://blog.lombardi.com/wp-content/uploads/2009/05/sharing-settings.png" alt="Sharing Settings" width="466" height="220" /></p>
<ul>
<li><strong>Share And Control Access To Processes:</strong> Once you start involving a larger audience in your process improvement efforts, it becomes essential that you ensure that the right people have access to the right information. To that end, we&#8217;ve added the ability to set access controls for each of your Blueprint projects that allow you to choose to grant full edit privileges, review only access, or no access at all to the appropriate audience. This allows you to keep sensitive information private, or even share a limited set of processes with your customers or vendors. And just like the rest of Blueprint, we&#8217;ve given you this power in an interface that doesn&#8217;t require a degree in rocket science to understand!</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-456 aligncenter" title="Where Used" src="http://blog.lombardi.com/wp-content/uploads/2009/05/where-used.png" alt="Where Used" width="322" height="241" /></p>
<ul>
<li><strong>Understand Relationships At A Glance:</strong> How many times have you been asked, &#8220;who is affected if we were to shut this legacy system down tomorrow?&#8221; or &#8220;who else in the organization depends on the work we do in this process?&#8221; Blueprint can now let you answer those questions with a single click. The new Where Used view can show you everywhere a person or system is involved in processes, where your inputs and outputs are used, or even where you see the same risks, problems, and opportunities for improvement.</li>
</ul>
<p style="text-align: center;"><img class="size-full wp-image-453 aligncenter" title="Favorites" src="http://blog.lombardi.com/wp-content/uploads/2009/05/favorites.png" alt="Favorites" width="482" height="182" /></p>
<ul>
<li><strong>Better Usability And Experience:</strong> The Blueprint design team has been listening to your feedback and doing research on ways to make using the product even easier and more productive. To that end, we&#8217;ve <a href="http://www.youtube.com/watch?v=bxiEQSDfexg" target="_blank">redesigned the home page</a> to make it far more personal&#8211;Activity Feeds and Favorites put information that&#8217;s relevant to you at your fingertips. We&#8217;ve studied your navigation patterns and made it easier to get to the view of the process you need with fewer clicks. We&#8217;ve made the Discovery Map better than ever by adding panning, zooming, and printing to PDF just like the Process Diagram. Finally, we developed the participant / read-only view for processes from the ground up to make sure the highest value information is viewable on the screen at all times.</li>
</ul>
<p>What are you waiting for? <a href="https://blueprint.lombardi.com" target="_blank">Log in now</a> and try it out for yourself! If you don&#8217;t have an account yet, just <a href="https://blueprint.lombardi.com/signup/trial" target="_blank">sign up for a free 30 day trial</a> now. And if you want to hear the latest inside info on what&#8217;s coming next, make sure you <a href="http://twitter.com/BlueprintUpdate">follow us on Twitter</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/oOkRCYLRs7w" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/the-blueprint-spring-09-release-is-now-live/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/the-blueprint-spring-09-release-is-now-live/</feedburner:origLink></item>
		<item>
		<title>Higher BPM Education: Lombardi University</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/Fi85NHV29fc/</link>
		<comments>http://blog.lombardi.com/higher-bpm-education-lombardi-university/#comments</comments>
		<pubDate>Fri, 15 May 2009 15:00:55 +0000</pubDate>
		<dc:creator>Kelvin King</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=444</guid>
		<description><![CDATA[This week, Phil mentioned some significant advances we&#8217;ve made to create what we consider to be the platform for BPM&#8217;s second decade.  We&#8217;re not only providing companies with the next generation of tools and technologies &#8211; we&#8217;re also enabling companies with the skills and experience they need to achieve their BPM program objectives.  That&#8217;s why [...]]]></description>
			<content:encoded><![CDATA[<p>This week, Phil mentioned some significant advances we&#8217;ve made to create what we consider to be the <span style="text-decoration: underline;"><a title="platform for BPM’s second decade" href="http://blog.lombardicto.com/2009/05/the-platform-for-bpms-second-decade.html" target="_blank">platform for BPM&#8217;s second decade</a></span>.  We&#8217;re not only providing companies with the next generation of tools and technologies &#8211; we&#8217;re also enabling companies with the <em>skills and experience</em> they need to achieve their BPM program objectives.  That&#8217;s why we created <a title="Lombardi University" href="http://www.lombardisoftware.com/bpm-software-training.php" target="_blank">Lombardi University</a>.</p>
<div id="attachment_445" class="wp-caption alignleft" style="width: 180px"><img class="size-full wp-image-445" title="mortarboard" src="http://blog.lombardi.com/wp-content/uploads/2009/05/mortarboard.jpg" alt="Mortarboard" width="170" height="100" /><p class="wp-caption-text"> </p></div>
<p>I&#8217;m very excited about our recent launch of Lombardi University, because it provides a more mature and comprehensive kind of BPM education delivery and talent development program &#8211; one that is new to our current marketplace.</p>
<p>Now, we didn&#8217;t just add the word &#8220;University&#8221; to our existing training program (like so many other vendors have done).  Lombardi University reflects a fundamental change in the way BPM education is structured and delivered, and it was created based on the evolving demands of our market.</p>
<p>Over the last year, I have been visiting with dozens of companies undertaking BPM projects and programs.  Every company has a similar story &#8211; the &#8220;BPM journey&#8221; begins with some definite successes for the first few projects, but it is taking longer than desired for them to do BPM at scale with greater self-sufficiency.  When we researched what differentiated those customers and partners who are having the most success with adoption of BPM in their organization, it became clear it was a difference in their BPM <em>talent</em> &#8211; having the right number of people in the right roles with the right level of skills and experience.</p>
<p>So we created Lombardi University to help every Lombardi customer and partner fill the BPM talent gaps that they may encounter along their BPM journey.  There are a few key advancements that Lombardi University brings to the market that I&#8217;d like to highlight:</p>
<ul>
<li><strong>Role-based Education Tracks</strong> &#8211; Enables all business and technical roles in your BPM project or program, not just yourdevelopers. This includes analysts, program managers, administrators &#8211; and executives.</li>
<li><strong>Multi-level Education -</strong> Provides a structured way to &#8220;graduate&#8221; fromfoundational to advancedto expert levels of maturity within each role.</li>
<li><strong>Certification of Skills</strong> &#8211; Utilizes exams to benchmark skill levels, annd practical skills must be demonstrated by completing actual projects.</li>
<li><strong>Mentoring</strong> &#8211; Provides hands-on guidance by a Lombardi expert to solidify practical education in the context of a real project at your company.</li>
<li><strong>Faculty Network</strong> -Expands educational offerings and expertise beyond Lombardi&#8217;s corporate boundaries through partnerships with well-known BPM experts such as Bruce Silver, Derek Miers, Andrew Spanyi and others.</li>
</ul>
<p>Following a structured talent development program, provides the uniformity and consistency our customers require in their delivery &#8211; no matter where the resources come from; and that will reduce the risk of delivery problems.  Troy Hamlin, VP of Applications , Allianz Life Insurance Company of North America recently said, &#8220;I&#8217;m excited to see that TCS, our strategic partner, is working with Lombardi to certify their people in BPM. This helps me feel confident that when we source talent from them, we can expect those people to have a specific level of skills and those skills are easily measurable.&#8221;</p>
<p>We have many more details beyond what I&#8217;ve shared here on the <a title="Lombardi University website" href="http://www.lombardisoftware.com/bpm-training-features.php" target="_blank">Lombardi University website</a>.  I hope you&#8217;ll take a moment and check it out.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/Fi85NHV29fc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/higher-bpm-education-lombardi-university/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/higher-bpm-education-lombardi-university/</feedburner:origLink></item>
		<item>
		<title>What’s New and Exciting With Teamworks 7</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/XbFgpFeMIP8/</link>
		<comments>http://blog.lombardi.com/438/#comments</comments>
		<pubDate>Thu, 14 May 2009 14:30:12 +0000</pubDate>
		<dc:creator>Cliff Vars</dc:creator>
				<category><![CDATA[All]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=438</guid>
		<description><![CDATA[It&#8217;s hard to describe how excited we are about the launch of Teamworks 7 at Lombardi, and judging from the feedback we&#8217;ve received so far, many of you are excited too. The excitement isn&#8217;t just about the big-picture value it will bring &#8211; it is about the advancements we have made in this release will [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s hard to describe how excited we are about the launch of Teamworks 7 at Lombardi, and judging from the <a title="Feedback" href="http://www.lombardisoftware.com/enterprise-bpm-stories.php" target="_blank">feedback</a> we&#8217;ve received so far, many of you are excited too. The excitement isn&#8217;t just about the big-picture value it will bring &#8211; it is about the advancements we have made in this release will make a difference to the people that are building processes in Teamworks day after day. Let me give you a few examples.</p>
<p>We&#8217;ve made it easier for authors that are just beginning to use Teamworks. How many times have you installed a new software product that gave you overwhelming numbers of buttons and menu options while providing no insight in how to use it? The Authoring Environment in <a title="Teamworks 7" href="http://www.lombardisoftware.com/enterprise-bpm-software.php" target="_blank">Teamworks 7 </a>is redesigned to remove a lot of the noise and early confusion without losing the features that power authors need. You can see this from the completely new skin, simplified menus, and the way that Teamworks automatically organizes your process assets. In addition, all authors now build their process assets within the context of one process app (project) at a time, which ensures that no one is changing assets that aren&#8217;t related to their projects.</p>
<p>There are a considerable number of changes we made to simplify some of the common authoring tasks while matching current best practices within the Teamworks community. For example, we simplified the way that integrations to external systems work by removing the need to create separate integration definition and connector components. We have also introduced Teamworks Service types, including Human Services, Integration Services, Rule Services, and several others. This helps authors from making modeling mistakes like placing a service intended for human interaction into a system swimlane. We have also enhanced the data mapping capabilities to allow you to change activity implementations without having to redo your input/output data mappings.</p>
<p>We also added a lot of great new features that help new and experienced users alike. Many of these features like back-in-time, toolkits, and automated deployment are highlighted on our website, so please take a look there to see some examples of how these work. Our focus in adding these new features was to make sure that we added them in a way that makes sense for BPM and a model-driven architecture. We didn&#8217;t just bolt-on a version control system and tools designed to manage text-based code; we completely rethought how to manage changes to your process model as your processes evolve in a way that preserves the ability to build and iterate quickly.</p>
<p>Many of the features in Teamworks 7 were designed and built by people that have been on implementation teams for BPM projects and understand the challenges that many of you face each day. We think this release <a title="marks a major step forward BPM " href="http://blog.lombardi.com/the-platform-for-bpms-second-decade/" target="_self">marks a major step forward BPM</a> and for the experience of those that build processes every day. Let us know what you think.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/XbFgpFeMIP8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/438/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/438/</feedburner:origLink></item>
		<item>
		<title>The Platform For BPM’s Second Decade</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/HtWwqMrLjvg/</link>
		<comments>http://blog.lombardi.com/the-platform-for-bpms-second-decade/#comments</comments>
		<pubDate>Wed, 13 May 2009 20:26:38 +0000</pubDate>
		<dc:creator>Phil Gilbert</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[automate]]></category>
		<category><![CDATA[Aviva]]></category>
		<category><![CDATA[communicate]]></category>
		<category><![CDATA[Four Pillars]]></category>
		<category><![CDATA[Phil Gilbert]]></category>
		<category><![CDATA[pillars]]></category>
		<category><![CDATA[platform]]></category>
		<category><![CDATA[talent]]></category>
		<category><![CDATA[university]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=406</guid>
		<description><![CDATA[Yesterday was the culmination of hundreds of man years of effort and understanding here at Lombardi. Yesterday marked the end of what I call &#8220;the first decade of BPM&#8221; and sets the industry on what I think is going to be an all-new course, or more accurately, a much broader and valuable course. And so [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday was the culmination of hundreds of man years of effort and understanding here at Lombardi. Yesterday marked the end of what I call &#8220;the first decade of BPM&#8221; and sets the industry on what I think is going to be an all-new course, or more accurately, a much broader and valuable course. And so out of pride, but also because I think that the BPM industry shifted today, I want to write about it a bit more.</p>
<p>Lombardi announced major advances in all three areas that determine success or failure in BPM:</p>
<ol>
<li>The need to communicate &#8212; you have to make business improvement personal</li>
<li>The need to automate &#8212; you have to drive productivity and re-use</li>
<li>The need for talent &#8212; you need to be able to assess risk, plan, and lead</li>
</ol>
<p>Forget about simplistic approaches to driving transformational change based solely on whether your BPMS (or &#8220;BPP&#8221; or &#8220;PAAS&#8221;) has a given feature. The so-called &#8220;Business Process Platform&#8221; as a sole-sourced technological salvation is a hoax. It&#8217;s a solipsistic approach by technologists to once again say &#8220;if I have a better tool, I won&#8217;t be as big a fool.&#8221; Go on, stare at your image in the water and try to pawn all this off on simply another development tool or architecture. Instead, you need to take to heart what Toby Redshaw, CIO of Aviva, said a couple of weeks ago (paraphrasing here): &#8220;If you&#8217;re in IT and not doing BPM, three years from now you won&#8217;t have a job.&#8221;</p>
<p>He wasn&#8217;t talking about a tool. He was talking about change and changing everything: how we relate IT to the business, how we use tools, and how we manage, nay, <em>lead</em>, change in our businesses through the use of BPM tools and methods.</p>
<p>Yesterday Lombardi re-defined what a BPM platform needs to be; three specific vehicles: <a title="Blueprint" href="http://www.lombardi.com/blueprint" target="_blank">Blueprint</a> (Spring &#8217;09),<strong> </strong><a title="Teamworks 7" href="http://www.lombardi.com/teamworks" target="_blank">Teamworks 7</a>,<strong> </strong>and<strong> </strong><a title="Lombardi University" href="http://www.lombardi.com/university" target="_blank">Lombardi University</a>.</p>
<p>Together, these 3 pillars &#8212; communication, automation and leadership &#8212; combine to form the basis for the platform for BPM&#8217;s second decade. Lombardi is that platform.</p>
<p><em>Editor&#8217;s note: The above is excerpted from Phil&#8217;s personal blog. Follow <a href="http://blog.lombardicto.com/2009/05/the-platform-for-bpms-second-decade.html" target="_blank">this link</a> to read the full post, including a discussion of each of Lombardi&#8217;s new products.</em></p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/HtWwqMrLjvg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/the-platform-for-bpms-second-decade/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/the-platform-for-bpms-second-decade/</feedburner:origLink></item>
		<item>
		<title>Spring ’09: Blueprint On Every Desktop</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/Mx_2alVxNiw/</link>
		<comments>http://blog.lombardi.com/spring-09-blueprint-on-every-desktop/#comments</comments>
		<pubDate>Tue, 12 May 2009 15:15:14 +0000</pubDate>
		<dc:creator>Dave Marquard</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Products]]></category>
		<category><![CDATA[Dave Marquard]]></category>
		<category><![CDATA[process mapping]]></category>
		<category><![CDATA[process modeling]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=393</guid>
		<description><![CDATA[This morning we officially announced the Blueprint Spring &#8217;09 update. The new release allows you to move beyond the realm of process mapping and documentation and to a place where every employee in your enterprise can contribute to process improvement efforts and actively make their jobs better. Usually only a relatively small number of people [...]]]></description>
			<content:encoded><![CDATA[<p>This morning we officially announced the Blueprint Spring &#8217;09 update. The new release allows you to move beyond the realm of process mapping and documentation and to a place where every employee in your enterprise can contribute to process improvement efforts and actively make their jobs better.</p>
<p style="text-align: center;"><img class="size-full wp-image-397 aligncenter" title="What's New" src="http://blog.lombardi.com/wp-content/uploads/2009/05/whats-new.jpeg" alt="What's New" width="398" height="159" /></p>
<p>Usually only a relatively small number of people inside an organization do real modeling of processes. The vast majority of us have &#8220;day jobs&#8221; and don&#8217;t necessarily think of things in terms of flow charts, activities, and decision points. How do we participate in the process improvement discussion?</p>
<p>Blueprint now leverages <a href="http://www.lombardisoftware.com/bpm-blueprint-features.php" target="_blank">social networking technology</a> similar to sites like Facebook and LinkedIn to build a community around business improvement that everyone&#8211;modeler or not&#8211;can participate in. &#8220;Participants&#8221; can reference and offer suggestions and feedback on their processes without the need to know any mapping or diagramming  techniques. &#8220;Authors&#8221; can have threaded, two way conversations with the participants in the business and leverage Blueprint&#8217;s existing easy to use modeling capabilities to rationalize and improve processes. Tying this all together is a Facebook-style activity feed that proactively notifies you when your processes or the conversation about them changes.</p>
<p>We&#8217;re announcing the Spring &#8217;09 release today and it goes live on <a href="https://blueprint.lombardi.com" target="_blank">blueprint.lombardi.com</a> on Saturday morning. Want to see more? Make sure you <a href="http://www.lombardisoftware.com/webinar-introduction-to-blueprint-spring-2009.php" target="_blank">attend the introduction webinar</a> tomorrow at 10 AM central.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/Mx_2alVxNiw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/spring-09-blueprint-on-every-desktop/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/spring-09-blueprint-on-every-desktop/</feedburner:origLink></item>
		<item>
		<title>BPM success story: Medical University of South Carolina</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/ToAborwQlZM/</link>
		<comments>http://blog.lombardi.com/bpm-success-story-medical-university-of-south-carolina/#comments</comments>
		<pubDate>Wed, 06 May 2009 14:55:20 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Teamworks]]></category>
		<category><![CDATA[faculty]]></category>
		<category><![CDATA[FTE]]></category>
		<category><![CDATA[grants]]></category>
		<category><![CDATA[labor]]></category>
		<category><![CDATA[medical university of south carolina]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[stuart mixon]]></category>
		<category><![CDATA[successes]]></category>
		<category><![CDATA[Wayne Snell]]></category>
		<category><![CDATA[webinar]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=368</guid>
		<description><![CDATA[I&#8217;m proud to share with you some results and metrics from a Lombardi customer that has done some truly amazing things with their labor distribution process, which dictates where grant monies are allocated. The following is reported to us by Stewart Mixon, Chief Operations Officer at the Medical University of South Carolina. MUSC is the [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-373" style="margin: 5px 10px;" title="musc" src="http://blog.lombardi.com/wp-content/uploads/2009/05/musc-300x186.jpg" alt="musc" width="185" height="117" />I&#8217;m proud to share with you some results and metrics from a Lombardi customer that has done some truly amazing things with their labor distribution process, which dictates where grant monies are allocated.</p>
<p>The following is reported to us by Stewart Mixon, Chief Operations Officer at the <a href="http://www.musc.edu/" target="_blank">Medical University of South Carolina</a>.</p>
<p>MUSC is the oldest medical school in the Southeast, with 1,200 faculty members teaching more than 3,000 students and residents annually. MUSC depends upon financial grants as a primary means of funding its medical research. The university manages the post award grants allocation process where up to 3,000 requests for grant fund distribution changes are made every quarter.</p>
<p>Previously, this process was entirely manual; the same information was keyed into different front-end and back-end systems, resulting in significant backlogs and delays, as well as many errors and rework efforts.  Due to error rates and other contributing factors, there were more than twice as many forms submitted in the manual process than are processed using the Lombardi Teamworks product today.</p>
<p>This new process quickly delivered significant benefits for the university, enabling MUSC to proactively catch and eliminate errors at the point of entry, bringing the per-grant error rate from 85-90% down to 2-3%.</p>
<p>Through the use of Teamworks, MUSC also was able to reduce &#8220;human touches&#8221; in the grants allocation process by an impressive 65% &#8212; allowing the university to free up several staff full-time equivalents (FTEs) for other important tasks.</p>
<p>Moreover, through the use of Teamworks dashboards, MUSC management receives key performance indicators containing real-time status information of all of its financial grants distribution activities. This important metric was impossible to collect prior to implementation of the new process.</p>
<p>If you&#8217;d like to learn more, you can also <a href="http://www.lombardisoftware.com/webinar-managing-financial-grants-using-bpm.php" target="_blank">watch this webinar</a> with Stewart and Salvatore Salamone from Ziff Davis.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/ToAborwQlZM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/bpm-success-story-medical-university-of-south-carolina/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/bpm-success-story-medical-university-of-south-carolina/</feedburner:origLink></item>
		<item>
		<title>Call Center outsourcer uses Process Mapping to help it emerge from Chapter 11</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/vQXx_HjzMgo/</link>
		<comments>http://blog.lombardi.com/call-center-outsourcer-uses-process-mapping-to-help-it-emerge-from-chapter-11/#comments</comments>
		<pubDate>Tue, 05 May 2009 19:40:24 +0000</pubDate>
		<dc:creator>Barton George</dc:creator>
				<category><![CDATA[Blueprint]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[call center]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[prc]]></category>
		<category><![CDATA[process mapping]]></category>
		<category><![CDATA[process modeling]]></category>
		<category><![CDATA[rachel pace-maron]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=351</guid>
		<description><![CDATA[PRC, based in Ft. Lauderdale, Florida, manages 14 domestic call centers and a handful of centers offshore.  In January of last year this 25-year-old company declared bankruptcy.  Six months later, after a massive restructuring they emerged from Chapter 11. One of the efforts that helped in this restructuring and which continues today is an effort [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-353" style="margin: 5px 10px;" title="pman-headset" src="http://blog.lombardi.com/wp-content/uploads/2009/05/pman-headset.gif" alt="pman-headset" width="97" height="125" /><a href="http://www.prcnet.com/">PRC</a>, based in Ft. Lauderdale, Florida, manages 14 domestic call centers and a handful of centers offshore.  In January of last year this 25-year-old company declared bankruptcy.  Six months later, after a massive restructuring <a href="http://www.prcnet.com/content/view/84/57/">they emerged</a> from Chapter 11.</p>
<p>One of the efforts that helped in this restructuring and which continues today is an effort to document, standardize and communicate all of the company&#8217;s processes.</p>
<p>Rachel Pace-Maron, Director of Operations Support Service was asked to lead this effort with a shoe-string budget.  Last week I chatted with Rachel to learn more about her effort.</p>
<p><strong>My conversation with Rachel</strong> (11:19)  <a href="http://barton808.wordpress.com/files/2009/05/rachelofprc_edited.mp3">Listen</a></p>
<p><strong>Some of the topics Rachel tackles:</strong></p>
<ul>
<li>The goal with mapping PRC&#8217;s processes was to find out how they could do things better and faster and why things take so long.  They weren&#8217;t able to answer why a process took so long because no one person knew every step.  This is what lead them to process mapping.</li>
<li>One of the first processes they mapped was &#8220;agent time,&#8221; how much time do agents spend on break and what is the management process for keeping them on the phone efficiently and within break parameters.</li>
<li>They found each call center had a different process and none were doing it efficiently.</li>
<li>By standardizing on a process for all centers and bringing them into metric, they had a bottom line impact on revenue.</li>
<li>Before adopting <a href="http://www.lombardisoftware.com/bpm-blueprint-product.php">Lombardi Blueprint</a> for process mapping, groups had been using, Visio, Exel and Power Point.</li>
<li>PRC has a group of people who are visually oriented and a group who are narrative oriented. As Rachel explains, &#8220;Blueprint&#8217;s ability to marry picture to narrative has been fantastic and, I’m not going to say life altering, but certainly business altering.&#8221;</li>
<li>Her excitement over the latest Blueprint release and how the addition of participants will help PRC break down silos and take their process initiative to the next level.</li>
</ul>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/vQXx_HjzMgo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/call-center-outsourcer-uses-process-mapping-to-help-it-emerge-from-chapter-11/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/call-center-outsourcer-uses-process-mapping-to-help-it-emerge-from-chapter-11/</feedburner:origLink></item>
		<item>
		<title>Welcoming Aviva, One of Our Latest Customers</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/mA8Gpu-a4SY/</link>
		<comments>http://blog.lombardi.com/welcoming-aviva-our-newest-customer/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 23:40:27 +0000</pubDate>
		<dc:creator>Wayne Snell</dc:creator>
				<category><![CDATA[All]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Aviva]]></category>
		<category><![CDATA[Insurance]]></category>
		<category><![CDATA[more with less]]></category>
		<category><![CDATA[P&L]]></category>
		<category><![CDATA[priorities]]></category>
		<category><![CDATA[savings]]></category>
		<category><![CDATA[Toby Redshaw]]></category>
		<category><![CDATA[Wayne Snell]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=344</guid>
		<description><![CDATA[We&#8217;re happy to announce that Aviva, the world&#8217;s 5th largest insurance company, has selected Lombardi globally to support their strategic process improvement efforts. Finextra has more here. Toby Redshaw, Aviva&#8217;s CIO presented at the Gartner BPM Summit this past February with a session titled: &#8220;Aviva End-User Case Study: Modern BPM &#8211; Doing More for Less&#8220;. [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;re happy to announce that Aviva, the world&#8217;s 5<sup>th</sup> largest insurance company, has selected Lombardi globally to support their strategic process improvement efforts.</p>
<p>Finextra has more <a href="http://www.finextra.com/fullpr.asp?id=27331" target="_blank">here.</a></p>
<p>Toby Redshaw, Aviva&#8217;s CIO presented at the Gartner BPM Summit this past February with a session titled: &#8220;<a href="http://agendabuilder.gartner.com/BPME4/WebPages/SessionDetail.aspx?EventSessionId=798" target="_blank">Aviva End-User Case Study: Modern BPM &#8211; Doing More for Less</a>&#8220;. In his talk, Toby shared real-world insight on how companies can get started with BPM, how they should grow fast for maximum impact, and lessons learned from four years in the trenches with modern BPM.</p>
<p>We&#8217;re also proud that Toby has gone on the record, saying that:</p>
<p>&#8220;I consider modern BPM to be one of a handful of breakthrough technologies that can have real short-term P&amp;L impact. In an era when virtually all IT shops are being asked to do more with less&#8230;we believe partnering with Lombardi now will get us there faster and better than any other choice in the market.&#8221;</p>
<p>Toby hits the nail on the head &#8212; no issue is more relevant to companies large and small than process, and process excellence. BPM has been shown to <a title="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;newsId=20090316005266&amp;newsLang=en" href="http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&amp;newsId=20090316005266&amp;newsLang=en" target="_blank">reduce costs by 20% in the first year</a> and is <a title="http://www.thestandard.com/news/2009/02/26/gartner-bpm-beats-cost-reduction-cio-priorities" href="http://www.thestandard.com/news/2009/02/26/gartner-bpm-beats-cost-reduction-cio-priorities" target="_blank">the #1 priority</a> for CEO&#8217;s in 2009.</p>
<p>Stay tuned as Aviva progresses &#8211; we&#8217;ll loop back to provide metrics, best practices, and lessons learned as soon as they are available.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/mA8Gpu-a4SY" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/welcoming-aviva-our-newest-customer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/welcoming-aviva-our-newest-customer/</feedburner:origLink></item>
		<item>
		<title>Two Quick Takeaways from Driven Online</title>
		<link>http://feedproxy.google.com/~r/ProcessPeople/~3/ux9hjRZpMIc/</link>
		<comments>http://blog.lombardi.com/two-quick-takeaways-from-driven-online/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 20:27:53 +0000</pubDate>
		<dc:creator>Jim Rudden</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Process Stories]]></category>
		<category><![CDATA[Aviva]]></category>
		<category><![CDATA[BPM]]></category>
		<category><![CDATA[COE]]></category>
		<category><![CDATA[Driven]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[Lombardi]]></category>
		<category><![CDATA[Paul Tazbaz]]></category>
		<category><![CDATA[Toby Redshaw]]></category>
		<category><![CDATA[Wells Fargo]]></category>

		<guid isPermaLink="false">http://blog.lombardi.com/?p=323</guid>
		<description><![CDATA[Last week we held our Driven Online virtual conference. It was the first time we hosted our user conference online. The conference ran three days with a mix of speakers from Lombardi, our customers and partners. We worked with eBizQ to leverage the Unisfair virtual conference environment. They both did a great job for us [...]]]></description>
			<content:encoded><![CDATA[<p>Last week we held our Driven Online virtual conference. It was the first time we hosted our user conference online. The conference ran three days with a mix of speakers from Lombardi, our customers and partners. We worked with <a href="http://www.ebizq.net" target="_blank">eBizQ</a> to leverage the Unisfair <a href="http://www.unisfair.com/virtual-events-101/" target="_blank">virtual conference environment</a>. They both did a great job for us – but more on that in another post.</p>
<p>Here are a couple of interesting thoughts/takeaways that came up during the conference.</p>
<p><strong>The BPM Talent Gap</strong></p>
<p><img class="alignleft size-full wp-image-326" title="mindthegap2" src="http://blog.lombardi.com/wp-content/uploads/2009/04/mindthegap2.jpg" alt="mindthegap2" width="81" height="70" /> As companies really try to ramp up their BPM initiatives, they often encounter a “BPM talent gap” in their own organizations as well as in the partners they typically use for solution delivery. <a href="http://www.lombardisoftware.com/about-lombardi-team.php#philgilbert" target="_blank">Phil Gilbert</a>, Lombardi’s President, talked about how this talent gap is found in multiple roles – from Business Analysis to Program Management to Business Leadership. The good news is that this gap can be readily addressed – often with the team you have at hand. Its just a matter of recognizing the gaps and developing a known set of skills. In fact, <a href="http://www.silicon.com/research/specialreports/cio50-2008/toby+redshaw.htm" target="_blank">Toby Redshaw</a>, CIO at <a href="http://www.aviva.com/" target="_blank">Aviva</a>, talked about the fact that anyone who wants to work in IT over the next few years must be focused on gaining the skills and capabilities required to succeed with BPM. This talent gap issue was also discussed at Gartner’s BPM Show in San Diego this Spring as well as in a great research article called <a href="http://www.mckinseyquarterly.com/ITs_unmet_potential_McKinsey_Global_Survey_Result_2277" target="_blank">“IT’s Unmet Potential”</a> in the McKinsey Quarterly. Definitely recommended reading.</p>
<p><strong>The Importance of Success Stories</strong></p>
<p><img class="size-full wp-image-332 alignleft" title="Book: Success Story." src="http://blog.lombardi.com/wp-content/uploads/2009/04/successstorybook1.jpg" alt="Book: Success Story." width="55" height="83" />The best way to launch a BPM Center of Excellence (COE) is with success stories. Sometimes the inclination is to focus only on defining standard templates, governance bodies, org structures and the like. In his session, Paul Tazbaz, Enterprise Architect from <a href="http://www.wellsfargo.com" target="_blank">Wells Fargo</a> talked about how they focused on documenting a set of BPM success stories at the beginning of their COE initiative. These success stories formed the basis of their early conversations with lines of business and corporate IT as they championed BPM across the company. Note that these success stories were about BPM – and many of the success stories predated the formation of the COE. No matter – Paul’s group is focused on getting business units to take advantage of BPM. No better way to do that than to tell them 10 stories about groups in Wells Fargo benefiting from BPM today. Sure makes for a more interesting first meeting with your lines of business than “This is BPMN and you WILL use it.”</p>
<p>Stay tuned for more tales from Lombardi Driven Online. Note that the conference is still available on-demand. If you are a customer or partner and missed the live event, you can still register for access <a href="http://events.unisfair.com/index.jsp?eid=388&amp;seid=25" target="_blank">here</a>.</p>
<img src="http://feeds.feedburner.com/~r/ProcessPeople/~4/ux9hjRZpMIc" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.lombardi.com/two-quick-takeaways-from-driven-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.lombardi.com/two-quick-takeaways-from-driven-online/</feedburner:origLink></item>
	</channel>
</rss>
