<%@ Language="VBScript" %> <% Option Explicit %> <% Response.Charset = "UTF-8" %> Captaris Workflow - MetaLogix
:: Home   :: About Us   :: Careers   :: Partners   :: Links   :: Site Map   :: Contact Us
  BPM | Business Intelligence | CRM | Freight & Logistics | News     

 
 





Captaris Enterprise Workflow

Captaris Workflow 6.5: Latest Version Delivers Enhanced Microsoft Development Tools and Business Process Management Features

This major upgrade includes important new features for workflow developers, business process analysts and enterprise system architects, and will continue to advance the Captaris advantage of combining workflow development and deployment for the Microsoft .NET Framework along with powerful business process management functionality. Version 6.5 reinforces the value of Captaris Workflow; in addition to managing document-based workflows, it offers a complete workflow development system on which organizations can standardize to automate any business process.

What?s New in 6.5

Captaris Workflow 6.5 offers the following new and improved capabilities:

  • Microsoft Office SharePoint Server 2007 (MOSS) support:
    • InfoPath 2007 (Thin Client support)
  • SharePoint 2007 including:
    • Creating and advancing Captaris Workflow based on SharePoint 2007 triggers
    • The new SharePoint 2007 Event Wizard provides filtering for SharePoint 2007 event triggers
    • TaskList display of KPIs (Key Performance Indicators)
    • Support for Microsoft ADAM and Role Based Task Assignment using the Dynamic Role Custom Action
    • Support for SQL Server 2005 Express
    • Simplified Business Analyst and Developer communicatons using the new Design-time Process Notes
  • Captaris Workflow Simulation Tool 3.0 offers new and improved functionality and reporting capabilities

  • Click here to learn more about Captaris Workflow 6.5

MetaLogix Captaris Workflow consultants have experience to ensure success for your Business Process Management (BPM), Compliance and Scorecard projects.

Contact us today for a free consultation 704-543-1616.

<% 'If DateDiff("h", Application("RSSUpdated"), Now()) >= 2 _ ' Or Request.QueryString("force") <> "" Then Dim objXML Dim objItemList Dim objItem Dim strHTML Set objXML = Server.CreateObject("MSXML2.FreeThreadedDOMDocument") objXML.async = False objXML.setProperty "ServerHTTPRequest", True objXML.Load("http://msdn.microsoft.com/msdnmag/rss/newrss.aspx?year=" & year(now()) & "&tags=sharepoint&fn=mssharepoint") ' <---- Change this to whatever reader you want If objXML.parseError.errorCode <> 0 Then Response.Write "
" & vbCrLf
							   Response.Write "Error: " & objXML.parseError.reason
							   Response.Write "Line:  " & objXML.parseError.line & vbCrLf
							   Response.Write "Text:  " _
							      & Server.HTMLEncode(objXML.parseError.srcText) & vbCrLf
							   Response.Write "
" & vbCrLf End If Set objItemList = objXML.getElementsByTagName("item") Set objXML = Nothing For Each objItem In objItemList ' MS rss Feed childNodes: 0=title, 1=link, 3=description 5 = pubdate strHTML = strHTML & "

" & vbCrLf strHTML = strHTML & "" strHTML = strHTML & "" & objItem.childNodes(0).text strHTML = strHTML & "
" & vbCrLf strHTML = strHTML & "" & objItem.childNodes(5).text & "

" & vbCrLf strHTML = strHTML & Replace(objItem.childNodes(3).text, "
", "
") & vbCrLf strHTML = strHTML & "

" & vbCrLf Next Set objItemList = Nothing Application.Lock Application("RSSContent") = strHTML Application("RSSUpdated") = Now() Application.UnLock 'End If %> <%= Application("RSSContent") %>
Copyright ? MetaLogix, Inc. All rights reserved