Ergon Workflow Tool White Paper

Size: px
Start display at page:

Download "Ergon Workflow Tool White Paper"

Transcription

1 Ergon Informatik AG Kleinstrasse 15 CH-8008 Zürich Phone Fax Ergon Workflow Tool White Paper Version 1.1, August 14, 2002 Andreas Fleischmann Copyright 2004, Ergon Informatik AG, Zürich

2 Content 1. Introduction Scope of this document Business considerations The workflow philosophy The glue between who, how and when Make or buy? Usages and future development Technical features overview Architecture Basic architecture Modelling environment Runtime environment Modelling features Modelling entities Task properties Flow logic Control structures Data flow Planning Workflow Editor Copyright 2004, Ergon Informatik AG, Zürich 2

3 1. Introduction 1.1 Scope of this document This document gives a short description of the Ergon Workflow Tool. It describes the basic workflow philosophy that went into the design of the Workflow Tool. It lists the reasons why Ergon choose to develop a Tool by itself instead of bying one. Finally, it explains the architecture of the Workflow Tool and the modelling features that can be used to model business processes. This document is not a developers guide. If you need more details of how the Workflow Tool can be used, please refer to the developers guide [WF-DG]. 2. Business considerations 2.1 The workflow philosophy The glue between who, how and when A workflow management tool controls the execution of any predefined business processes. A workflow managed business process enbodies the central business rules and provides the glue that ties business objects (like orders or invoices) and organisational resources (like employees and their predefined roles) together. A workflow process consists of several tasks that have to be executed in a controlled and managed way. It defines what (the tasks ) has to be executed how (the business objects or application modules) by whom (the resources like roles and employees) and when (defined by the quality enforced dates, schedules, and plans). Copyright 2004, Ergon Informatik AG, Zürich 3

4 Using a workflow management tool for defining and executing business processes has several advantages: Business process models serve as an executable documentation of business rules. Since tasks are linked with business objects, a user doesn t have to know which application to use in order to work on a task. He just opens the task he receives in his tasklist. In-time execution of tasks can be enforced by checking overdue tasks and initiate any warning or escalation procedure that is appropriate. Since tasks are addressed to roles instead of individual users, the users might change without affecting running processes. Mass production of services is enforced in a predefined way that gives maximum benefits in terms of the learning curve. 2.2 Make or buy? At the time when the need for a workflow infrastructure arose in Ergon s projects, the central question of whether to use an of the shelf workflow product or to develop such a tool by our own had to be answered. Ergon decided for a custom development because of the following reasons: Experience: At the time of decision, Ergon employed engineers with several years of experience in the workflow business, and therefore knew the tool market and the features as well as the limitations of these tools. Flexibility: We wanted the maximum of flexibility in modelling and runtime integration. Planning: The feature of processes with planned tasks and editable gantt diagrams was not found in any tool at that time. JTT integration: Most of our customer client/server applications are based on JavaTableTool [JTT-SD], a generic database application with a interactive frontend based on Java. We wanted a seamless integration of our workflow tool with this environment. Role model: Ergon has designed and developed a hierarchical role model that can be used for database permission modelling, role oriented GUI parametrization, and also workflow task addressing. We wanted to share the same role model in all of these components. Eval: Eval is a interpreted programming language developed by Ergon, and is used in our projects for scripting, but also for developing business logic. The usage of Eval for all server side workflow programming purposes provides perfect business logic leverage in these cases. 2.3 Usages and future development The Workflow Tool has been successfully used in various productive applications that Ergon developed for their customers. It is going to be continuously improved and extended based on customer requirements. It more and more becomes a central component of the Ergon toolkit and component set. Copyright 2004, Ergon Informatik AG, Zürich 4

5 3. Technical features overview 3.1 Architecture When talking about the architecture of the Workflow Tool, one has to distinguish between the modelling and the runtime environment. The modelling environment is used to design and model the workflow processes, whereas the runtime environment is used to execute these processes. Basic architecture Basically, the Workflow Tool consists of a relational database and various programs and components that provide the basic services of the Workflow Tool. It is currently implemented as a pluggable module that can be attached to applications. Modelling environment During the modelling phase, the workflow modeller first designs the process. He then creates the appropriate database objects like process, task and transition records in the database. He can choose whether he wants to use any database development tool to create the database records, or he can use the graphical workflow designer component that brings process modelling to a more abstract level. Additionally, the designer or application developer might write the necessary program code for task and action handlers by using the development environment of his choice. Runtime environment The runtime environment consists of a server and a client part. The basic server functionality of the Workflow Tool is encapsulated as a module that can be imported by the application server. The Workflow Tool s client components, such as the tasklist, use the client/server communication infrastructure of the host application to gain access to the server functionality. The tasklist itself gets loaded as a part of the host application s client. When the user wants to open a task, the tasklist brings up the application s client window that was registered for this particular task. There is an additional component at the server side, called the Task Daemon. It is a standalone process that runs in the background and periodically checks for timed events that must be notified to running processes, such as tasks that have a defined timeout period. 3.2 Modelling features Modelling entities Aprocess is the toplevel structure in the Workflow Tool. It consists of tasks that represent single pieces of work to be done manually by persons or automatically by background programs. Tasks can be grouped into blocks to represent logical structures within the process. Predefined Processes can be referenced by other Processes as subprocesses. Task properties Tasks are the most important modelling entities. They represent the atoms of work and appear in the tasklists of the users, much like s in an client. Copyright 2004, Ergon Informatik AG, Zürich 5

6 Task addressing uses logical roles to which individual users can be assigned. The advantage of this indirection is that changes of individuals don t affect running processes, because these changes are encapsulated by the roles. Roles can by hierarchically structured, which allows to build complex addressing schemes. Tasks can by manually or automatically executable. Manual tasks appear in the tasklists of the assigned users, and are executed by simply clicking on them. The tasklist will then open the application window that was registered for this particular task, and that was specially programmed to interoperate with this task (such as querying runtime parameters from the task, and writing information back to the task upon closing the application window). Task actions can be defined for each task and are presented to the user of a task. An example of such task actions is a task called Approve credit request that is sent to some person who has to decide whether a certain credit request is to be confirmed. If the modeller wants to give him the two options Confirm and Request, the modeller would define these two options as task actions. When the user performs one of these actions, the corresponding event will be sent to the task, and logic will go on as defined. The modeller can define exit conditions for each task to ensure that tasks are only finished if certain conditions are respected, and therefore ensuring overall quality. Flow logic Transitions between tasks basically define the order in which the tasks are executed. They can contain logical conditions. Whenever a task finishes, all transition that evaluate to true are executed, which in turn activates all tasks to which these transitions lead. Control structures It becomes obvious from the description of the flow logic that conditional transitions can be used to build contitional branches. If more than one subsequent transitions is executed, then more than one task will be activated at the same time, and parallelism comes into play. Multiple parallel threads of execution must be resynchronized at the end of a block. Loops can be modelled by using blocks with exit conditions. As long as the exit conditions evaluates to false, the block can not be exited and will restart. Data flow Running processes need runtime information for different reasons. Modellers want to formulate conditional expressions like transition conditions or exit conditions in the form of credit amount greater than one million. Furthermore, this kind of information is also needed by task worker application, which must automatically display for example the current order or information about the customer to which a process belongs. All this runtime information is maintained by a running process using a data container. The data container contains named variables along with their values and can be accessed by conditional expressions, callback functions and task worker applications. Copyright 2004, Ergon Informatik AG, Zürich 6

7 Planning One feature of Ergon s Workflow Tool is really outstanding compared to most of the other tools. While all tools provide a special process view that shows the history of a process (who did what when?), our Workflow Tool shows the planned future as well. For this to work, the following two definitions are necessary: The standard or average execution duration for every task must be defined The default outgoing transition for every task must be defined Using this information, the Workflow Tool can create execution plans for the future of the process, and represent them as a gantt diagram known from typical project management tools. This is a powerful feature, because team managers can predict the future workload on their teams, and can even change the planned execution of tasks by interactively edit the gantt diagram. The picture above shows a typical tasklist in which a user receives the tasks he has to work on (the upper part of the window). The lower part of the window shows a graphical outline of a single process, where all tasks are arranged in a Microsoft Project like style that allows the user to expand or collapse block tasks, change the duration of individual tasks, and visualise the timing and scheduling information throughout the entire process. The different color of the task represent the different states of the tasks. The green ones are those that are currently ready for execution, while the blue ones are planned. Copyright 2004, Ergon Informatik AG, Zürich 7

8 Workflow Editor The Workflow Tool contains a graphical workflow editor that can be used to design and model workflow processes. The user can draw the workflow process like in any other flow chart diagramer. Additionally, he can click on a task or a transition and gets a view in which he can edit the properties of this particular workflow component. Copyright 2004, Ergon Informatik AG, Zürich 8

A White Paper. Workflow Management Software: Uniting business with technology to satisfy business process management needs

A White Paper. Workflow Management Software: Uniting business with technology to satisfy business process management needs : Uniting business with technology to satisfy business process management needs A White Paper By Joby O Brien Vice President of Development What is Workflow? Workflow has been defined as the automation

More information

Software Development Kit

Software Development Kit Open EMS Suite by Nokia Software Development Kit Functional Overview Version 1.3 Nokia Siemens Networks 1 (21) Software Development Kit The information in this document is subject to change without notice

More information

Microsoft Visual Studio Integration Guide

Microsoft Visual Studio Integration Guide Microsoft Visual Studio Integration Guide MKS provides a number of integrations for Integrated Development Environments (IDEs). IDE integrations allow you to access MKS Integrity s workflow and configuration

More information

DD Web based graphic designer for SharePoint workflows DD Central administration for processes and permissions DD Powerful capabilities with and

DD Web based graphic designer for SharePoint workflows DD Central administration for processes and permissions DD Powerful capabilities with and Workflows as Applications Applications in Workflows DD Web based graphic designer for SharePoint workflows DD Central administration for processes and permissions DD Powerful capabilities with and without

More information

Business Process Management with @enterprise

Business Process Management with @enterprise Business Process Management with @enterprise March 2014 Groiss Informatics GmbH 1 Introduction Process orientation enables modern organizations to focus on the valueadding core processes and increase

More information

Features List Contents

Features List Contents Features List Contents Map Creation... 2 Map Formatting & Building... 3 Analysis... 4 Task and Project management... 5 Presentation... 7 Communication, Import & Export... 7 Mobile Integration... 8 Windows

More information

Fidelity ACD Agent. User Guide

Fidelity ACD Agent. User Guide Fidelity ACD Agent User Guide TABLE OF CONTENTS 1- BASIC CONCEPTS...3 2- START THE FIDELITY ACD AGENT PROGRAM...4 3- USING THE FIDELITY ACD AGENT PROGRAM...5 3.1 Registering... 5 3.2 Answering an Incoming

More information

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Processes and Best Practices Guide

HP Service Manager. Software Version: 9.34 For the supported Windows and UNIX operating systems. Processes and Best Practices Guide HP Service Manager Software Version: 9.34 For the supported Windows and UNIX operating systems Processes and Best Practices Guide Document Release Date: July 2014 Software Release Date: July 2014 Legal

More information

PIE. Internal Structure

PIE. Internal Structure PIE Internal Structure PIE Composition PIE (Processware Integration Environment) is a set of programs for integration of heterogeneous applications. The final set depends on the purposes of a solution

More information

Model Simulation in Rational Software Architect: Business Process Simulation

Model Simulation in Rational Software Architect: Business Process Simulation Model Simulation in Rational Software Architect: Business Process Simulation Mattias Mohlin Senior Software Architect IBM The BPMN (Business Process Model and Notation) is the industry standard notation

More information

UPS System Capacity Management Configuration Utility

UPS System Capacity Management Configuration Utility StruxureWare Power Monitoring 7.0 UPS System Capacity Management Configuration Utility User Guide UPS System Capacity Management Configuration Utility This document provides an overview of the StruxureWare

More information

EXFLOW NAV BROCHURE INCREASE PRODUCTIVITY IN YOUR AP DEPARTMENT LEVERAGE YOUR DYNAMICS NAV INVESTMENT WITH INDUSTRY BEST PRACTICE AP AUTOMATION

EXFLOW NAV BROCHURE INCREASE PRODUCTIVITY IN YOUR AP DEPARTMENT LEVERAGE YOUR DYNAMICS NAV INVESTMENT WITH INDUSTRY BEST PRACTICE AP AUTOMATION EXFLOW NAV BROCHURE INCREASE PRODUCTIVITY IN YOUR AP DEPARTMENT LEVERAGE YOUR DYNAMICS NAV INVESTMENT WITH INDUSTRY BEST PRACTICE AP AUTOMATION What is ExFlow NAV? For whom? ExFlow NAV is an add-on module

More information

WebSphere Business Monitor

WebSphere Business Monitor WebSphere Business Monitor Dashboards 2010 IBM Corporation This presentation should provide an overview of the dashboard widgets for use with WebSphere Business Monitor. WBPM_Monitor_Dashboards.ppt Page

More information

Oracle Forms Developer 10g: Build Internet Applications

Oracle Forms Developer 10g: Build Internet Applications Oracle University Contact Us: +966 1 1 2739 894 Oracle Forms Developer 10g: Build Internet Applications Duration: 5 Days What you will learn Leverage your investment by taking advantage of web technologies

More information

Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012

Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012 Windows Scheduled Task and PowerShell Scheduled Job Management Pack Guide for Operations Manager 2012 Published: July 2014 Version 1.2.0.500 Copyright 2007 2014 Raphael Burri, All rights reserved Terms

More information

IBM Business Process Manager Version 8 Release 5. Hiring Tutorial

IBM Business Process Manager Version 8 Release 5. Hiring Tutorial IBM Business Process Manager Version 8 Release 5 Hiring Tutorial Note Before using this information and the product it supports, read the information in Notices. This edition applies to version 8.5 of

More information

Siebel Business Process Framework: Workflow Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Siebel Business Process Framework: Workflow Guide. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Siebel Business Process Framework: Workflow Guide Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software and related

More information

Workflow Management Standards & Interoperability

Workflow Management Standards & Interoperability Management Standards & Interoperability Management Coalition and Keith D Swenson Fujitsu OSSI kswenson@ossi.com Introduction Management (WfM) is evolving quickly and expolited increasingly by businesses

More information

Implementing a Data Warehouse with Microsoft SQL Server

Implementing a Data Warehouse with Microsoft SQL Server Course Code: M20463 Vendor: Microsoft Course Overview Duration: 5 RRP: 2,025 Implementing a Data Warehouse with Microsoft SQL Server Overview This course describes how to implement a data warehouse platform

More information

Service Programs. Requirements

Service Programs. Requirements Requirements The Service Programs feature allows you to keep track of multiple services that need to be done at varying intervals during the course of a year using a range type of either eligibility dates

More information

OPERATIONAL PROJECT MANAGEMENT (USING MS PROJECT)

OPERATIONAL PROJECT MANAGEMENT (USING MS PROJECT) OPERATIONAL PROJECT MANAGEMENT (USING MS PROJECT) 3 DAY COURSE INTRODUCTION The principles of project management are generic and therefore can be applied to all projects regardless of business sector.

More information

MindView Advanced Training Guide (PC)

MindView Advanced Training Guide (PC) MindView Advanced Training Guide (PC) How can MindView be used as a Study Skill tool by students? MindView is a mind mapping solution which can genuinely help students with their studies. Students using

More information

Mizu Callcenter Platform Tutorial

Mizu Callcenter Platform Tutorial Mizu Callcenter Platform Tutorial About This is a quick introduction for understanding the Mizu Callcenter platform. The Mizu Callcenter is based on the MizuManage with the addition of the following functionalities

More information

Modeling Guidelines Manual

Modeling Guidelines Manual Modeling Guidelines Manual [Insert company name here] July 2014 Author: John Doe john.doe@johnydoe.com Page 1 of 22 Table of Contents 1. Introduction... 3 2. Business Process Management (BPM)... 4 2.1.

More information

MSP How to guide session 2 (Resources & Cost)

MSP How to guide session 2 (Resources & Cost) MSP How to guide session 2 (Resources & Cost) 1. Introduction Before considering resourcing the schedule it is important to ask yourself one key question as it will require effort from the scheduler or

More information

IBM Business Monitor. BPEL process monitoring

IBM Business Monitor. BPEL process monitoring IBM Business Monitor BPEL process monitoring 2011 IBM Corporation This presentation will give you an understanding of monitoring BPEL processes using IBM Business Monitor. BPM_BusinessMonitor_BPEL_Monitoring.ppt

More information

COMPUTER AUTOMATION OF BUSINESS PROCESSES T. Stoilov, K. Stoilova

COMPUTER AUTOMATION OF BUSINESS PROCESSES T. Stoilov, K. Stoilova COMPUTER AUTOMATION OF BUSINESS PROCESSES T. Stoilov, K. Stoilova Computer automation of business processes: The paper presents the Workflow management system as an established technology for automation

More information

CA Data Protection. Content Provider Development Guide. Release 15.0

CA Data Protection. Content Provider Development Guide. Release 15.0 CA Data Protection Content Provider Development Guide Release 15.0 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation

More information

(Refer Slide Time: 01:52)

(Refer Slide Time: 01:52) Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This

More information

EZManage SQL Pro. Quick guide for installation and implementation

EZManage SQL Pro. Quick guide for installation and implementation EZManage SQL Pro Quick guide for installation and implementation The purpose of this document is to guide you through the process of implementing EZManage SQL using SQL Server Databases. EZManage SQL is

More information

IBM Business Process Manager Version 8 Release 5. Hiring Tutorial IBM

IBM Business Process Manager Version 8 Release 5. Hiring Tutorial IBM IBM Business Process Manager Version 8 Release 5 Hiring Tutorial IBM Note Before using this information and the product it supports, read the information in Notices on page 95. This edition applies to

More information

OpenScape Voice V8 Application Developers Manual. Programming Guide A31003-H8080-R100-2-7620

OpenScape Voice V8 Application Developers Manual. Programming Guide A31003-H8080-R100-2-7620 OpenScape Voice V8 Application Developers Manual Programming Guide A31003-H8080-R100-2-7620 Our Quality and Environmental Management Systems are implemented according to the requirements of the ISO9001

More information

ENHANCED FILE MANAGEMENT SYSTEM Date: 21 st December, 2006

ENHANCED FILE MANAGEMENT SYSTEM Date: 21 st December, 2006 ENHANCED FILE MANAGEMENT SYSTEM Date: 21 st December, 2006 1 Table of Contents 1 Introduction 1.1 Purpose...3 1.2 Scope..3 1.3 Overview 3 1.4 Definitions/Abbreviations..3 2 General Description 2.1 Product

More information

TeamCompanion Solution Overview. Visual Studio

TeamCompanion Solution Overview. Visual Studio TeamCompanion Solution Overview Visual Studio Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless otherwise noted, the example

More information

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing

HP Service Manager. Software Version: 9.40 For the supported Windows and Linux operating systems. Application Setup help topics for printing HP Service Manager Software Version: 9.40 For the supported Windows and Linux operating systems Application Setup help topics for printing Document Release Date: December 2014 Software Release Date: December

More information

Kodak Asset Management Software Client Module

Kodak Asset Management Software Client Module Kodak Asset Management Software Client Module Status and asset settings... 1 Asset Status menu... 2 Asset Settings menu... 3 Handling message alerts... 7 Asset Management messages... 9 The Kodak Asset

More information

IBM InfoSphere Master Data Management Server

IBM InfoSphere Master Data Management Server IBM InfoSphere Master Data Management Server Licensed Materials Property of IBM InfoSphere Master Data Management Server Version 8.5.0 Understanding and Planning Guide IBM InfoSphere Master Data Management

More information

xrm1 Business Solutions, a brand of itara GmbH, Beethovenstrasse 5, 97080 Würzburg, Germany, all rights reserved. DIN A4, v337

xrm1 Business Solutions, a brand of itara GmbH, Beethovenstrasse 5, 97080 Würzburg, Germany, all rights reserved. DIN A4, v337 Table of Contents 1 Time entry via standard CRM activities 4 1.1 Tasks, phone calls, letters, faxes 4 1.2 E-mails 5 1.3 Appointments and service activities 6 2 Time entry via the Fast Time Entry mask 8

More information

Kuwaiba Open Network Inventory

Kuwaiba Open Network Inventory Kuwaiba Open Network Inventory Version 0.3 [12.03.2012] Roadmap and Product Definition Please visit http://www.kuwaiba.org for documentation, latest updates and upcoming events Change History Responsible

More information

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012

www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 www.novell.com/documentation Jobs Guide Identity Manager 4.0.1 February 10, 2012 Legal Notices Novell, Inc. makes no representations or warranties with respect to the contents or use of this documentation,

More information

TickX Ticket system reinterpreted. TickX Microsoft SharePoint 2010/2013 Ticket System

TickX Ticket system reinterpreted. TickX Microsoft SharePoint 2010/2013 Ticket System TickX Microsoft SharePoint 2010/2013 Ticket System INDEX 1. WHAT TICKX CAN DO... 3 2. WHAT TICKX DOES BETTER... 4 3. WHO NEEDS TICKX... 5 4. THE DASHBOARD... 6 ALL THE DETAILS IN ONE VIEW... 6 5. THE CUSTOMER

More information

Developing Algo Trading Applications with SmartQuant Framework The Getting Started Guide. 24.02.2014 SmartQuant Ltd Dr. Anton B.

Developing Algo Trading Applications with SmartQuant Framework The Getting Started Guide. 24.02.2014 SmartQuant Ltd Dr. Anton B. Developing Algo Trading Applications with SmartQuant Framework The Getting Started Guide 24.02.2014 SmartQuant Ltd Dr. Anton B. Fokin Introduction... 3 Prerequisites... 3 Installing SmartQuant Framework...

More information

Product description of the docuform Fleet & Service Management software

Product description of the docuform Fleet & Service Management software Product description of the docuform Fleet & Service Management software Contents 1 Introduction and product highlights...3 2 Possibilities for installing the FSM client and FSM server software...5 3 Logging

More information

White Paper: Cloud for Service Providers

White Paper: Cloud for Service Providers White Paper: Cloud for Service Providers September 2011 Cloud for Service Providers This paper describes the architectural outline of an infrastructure as a Service (IaaS) cloud that Zimory built for an

More information

How to Configure the Workflow Service and Design the Workflow Process Templates

How to Configure the Workflow Service and Design the Workflow Process Templates How-To Guide SAP Business One 9.0 Document Version: 1.0 2012-11-15 How to Configure the Workflow Service and Design the Workflow Process Templates Typographic Conventions Type Style Example Description

More information

Configuring Nex-Gen Web Load Balancer

Configuring Nex-Gen Web Load Balancer Configuring Nex-Gen Web Load Balancer Table of Contents Load Balancing Scenarios & Concepts Creating Load Balancer Node using Administration Service Creating Load Balancer Node using NodeCreator Connecting

More information

Parallels Plesk Panel

Parallels Plesk Panel Parallels Plesk Panel Copyright Notice Parallels Holdings, Ltd. c/o Parallels International GMbH Vordergasse 49 CH8200 Schaffhausen Switzerland Phone: +41 526320 411 Fax: +41 52672 2010 Copyright 1999-2011

More information

INTRODUCTION 5 COLLABORATION RIBBON 5 SELECT THE UPDATING METHOD 6 MAKE YOUR PROJECT COLLABORATIVE 8 PROCESSING RECEIVED TASK UPDATES 9

INTRODUCTION 5 COLLABORATION RIBBON 5 SELECT THE UPDATING METHOD 6 MAKE YOUR PROJECT COLLABORATIVE 8 PROCESSING RECEIVED TASK UPDATES 9 Contents Contents INTRODUCTION 5 COLLABORATION RIBBON 5 SELECT THE UPDATING METHOD 6 MAKE YOUR PROJECT COLLABORATIVE 8 PROCESSING RECEIVED TASK UPDATES 9 IMPORT UPDATES 12 CUSTOM TEXT FIELDS MAPPING 13

More information

BEDIFFERENT ACE G E R M A N Y. aras.com. Copyright 2012 Aras. All Rights Reserved.

BEDIFFERENT ACE G E R M A N Y. aras.com. Copyright 2012 Aras. All Rights Reserved. BEDIFFERENT ACE G E R M A N Y ACE Germany Custom Business Process Management Rob McAveney Director of Product Management Aras Corp Slide 3 Background Business Process Management (BPM) is intended to be

More information

JMulTi/JStatCom - A Data Analysis Toolkit for End-users and Developers

JMulTi/JStatCom - A Data Analysis Toolkit for End-users and Developers JMulTi/JStatCom - A Data Analysis Toolkit for End-users and Developers Technology White Paper JStatCom Engineering, www.jstatcom.com by Markus Krätzig, June 4, 2007 Abstract JStatCom is a software framework

More information

Common Driver Administration Guide. Identity Manager 4.0.2

Common Driver Administration Guide. Identity Manager 4.0.2 Common Driver Administration Guide Identity Manager 4.0.2 July 2014 Legal Notice THIS DOCUMENT AND THE SOFTWARE DESCRIBED IN THIS DOCUMENT ARE FURNISHED UNDER AND ARE SUBJECT TO THE TERMS OF A LICENSE

More information

Leveraging the Eclipse TPTP* Agent Infrastructure

Leveraging the Eclipse TPTP* Agent Infrastructure 2005 Intel Corporation; made available under the EPL v1.0 March 3, 2005 Eclipse is a trademark of Eclipse Foundation, Inc 1 Leveraging the Eclipse TPTP* Agent Infrastructure Andy Kaylor Intel Corporation

More information

NetBeans Profiler is an

NetBeans Profiler is an NetBeans Profiler Exploring the NetBeans Profiler From Installation to a Practical Profiling Example* Gregg Sporar* NetBeans Profiler is an optional feature of the NetBeans IDE. It is a powerful tool that

More information

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18)

Open EMS Suite. O&M Agent. Functional Overview Version 1.2. Nokia Siemens Networks 1 (18) Open EMS Suite O&M Agent Functional Overview Version 1.2 Nokia Siemens Networks 1 (18) O&M Agent The information in this document is subject to change without notice and describes only the product defined

More information

Implementing a Data Warehouse with Microsoft SQL Server 2012

Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777 : Implementing a Data Warehouse with Microsoft SQL Server 2012 Page 1 of 8 Implementing a Data Warehouse with Microsoft SQL Server 2012 Course 10777: 4 days; Instructor-Led Introduction Data

More information

Lab 1 Introduction to Microsoft Project

Lab 1 Introduction to Microsoft Project Lab 1 Introduction to Microsoft Project Statement Purpose This lab provides students with the knowledge and skills to use Microsoft Project. This course takes students step-by-step through the features

More information

Report Designer Add-In v1.1. Frequently Asked Questions

Report Designer Add-In v1.1. Frequently Asked Questions Report Designer Add-In v1.1 Frequently Asked s The software described in this document is protected by copyright, and may not be copied on any medium except as specifically authorized in the license or

More information

Stefan Glatzmaier, Michael Sokollek. Project Portfolio Management with SAP. RPM and cprojects. Bonn Boston

Stefan Glatzmaier, Michael Sokollek. Project Portfolio Management with SAP. RPM and cprojects. Bonn Boston Stefan Glatzmaier, Michael Sokollek Project Portfolio Management with SAP RPM and cprojects Bonn Boston Contents Acknowledgements... 9 Introduction... 11 1 Overview of Project Portfolio Management with

More information

Quality Control of your Products in Dynamics AX2012 With Total Quality Control Management. Page 1 2 3 4 5 6 7 8 9 10

Quality Control of your Products in Dynamics AX2012 With Total Quality Control Management. Page 1 2 3 4 5 6 7 8 9 10 Quality Control of your Products in Dynamics AX2012 With Total Quality Control Management A puzzle isn t right if the last piece doesn t fit You buy, make, and sell your products in Dynamics AX. Consider

More information

EVALUATION. WA1844 WebSphere Process Server 7.0 Programming Using WebSphere Integration COPY. Developer

EVALUATION. WA1844 WebSphere Process Server 7.0 Programming Using WebSphere Integration COPY. Developer WA1844 WebSphere Process Server 7.0 Programming Using WebSphere Integration Developer Web Age Solutions Inc. USA: 1-877-517-6540 Canada: 1-866-206-4644 Web: http://www.webagesolutions.com Chapter 6 - Introduction

More information

2008-2009 by protonic software GmbH. easyjob 4.0 Controlling Center

2008-2009 by protonic software GmbH. easyjob 4.0 Controlling Center 2008-2009 by protonic software GmbH easyjob 4.0 Controlling Center The instructions in this manual are for informational purposes only and are subject to change. Protonic Software GmbH assumes no liability

More information

Siebel Business Process Framework: Workflow Guide. Version 8.0 Rev A May 2008

Siebel Business Process Framework: Workflow Guide. Version 8.0 Rev A May 2008 Siebel Business Process Framework: Workflow Guide Version 8.0 Rev A May 2008 Copyright 2005, 2008, Oracle. All rights reserved. The Programs (which include both the software and documentation) contain

More information

CORD Monitoring Service

CORD Monitoring Service CORD Design Notes CORD Monitoring Service Srikanth Vavilapalli, Ericsson Larry Peterson, Open Networking Lab November 17, 2015 Introduction The XOS Monitoring service provides a generic platform to support

More information

Sisense. Product Highlights. www.sisense.com

Sisense. Product Highlights. www.sisense.com Sisense Product Highlights Introduction Sisense is a business intelligence solution that simplifies analytics for complex data by offering an end-to-end platform that lets users easily prepare and analyze

More information

JobScheduler Events Definition and Processing

JobScheduler Events Definition and Processing JobScheduler - Job Execution and Scheduling System JobScheduler Events Definition and Processing Reference March 2015 March 2015 JobScheduler Events page: 1 JobScheduler Events - Contact Information Contact

More information

What is BPM? Software tools enabling BPM

What is BPM? Software tools enabling BPM What is BPM? BPM, or Business Process Management, is a technology, but it is also more than that. Broadly speaking, one can consider BPM as a management discipline in which processes are valued as assets

More information

Microsoft Project Basic Training

Microsoft Project Basic Training Microsoft Project Basic Training Description Microsoft Project is de facto the standard tool for Project Management independent of the industry or the project type. Because of the immense mass of functions

More information

CA Clarity PPM. Project Management User Guide. v13.0.00

CA Clarity PPM. Project Management User Guide. v13.0.00 CA Clarity PPM Project Management User Guide v13.0.00 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

i-flow Architecture White Paper

i-flow Architecture White Paper i-flow Architecture White Paper FUJITSU SOFTWARE CORPORATION 3055 Orchard Drive, San Jose CA 95134 Telephone: 888-248-9273 Facsimile: 408-456-7821 Web site: http://www.i-flow.com E-mail: info@i-flow.com

More information

FactoryTalk Batch Software Suite. PlantPAx. FactoryTalk Batch FactoryTalk eprocedure FactoryTalk Batch Material Manager. Process Automation System

FactoryTalk Batch Software Suite. PlantPAx. FactoryTalk Batch FactoryTalk eprocedure FactoryTalk Batch Material Manager. Process Automation System FactoryTalk Batch Software Suite FactoryTalk Batch FactoryTalk eprocedure FactoryTalk Batch Material Manager PlantPAx Process Automation System Rockwell Automation batch software empowers you to: Standardize

More information

IT Architecture and Service Management with ADOit. Product of the BOC Management Office

IT Architecture and Service Management with ADOit. Product of the BOC Management Office IT Architecture and Service Management with ADOit Product of the BOC Management Office Moving Towards Sustained Control of Business Architecture and IT Processes: IT Governance Define the Objectives The

More information

Creating Basic Reports with the SAP Query Tool

Creating Basic Reports with the SAP Query Tool CHAPTER Creating Basic Reports with the SAP Query Tool In this chapter The SAP Query Tool 24 Creating a Basic List Query by Using the SAP Query Tool 24 Reviewing the Options on Each of the Five Basic Screens

More information

Microsoft Dynamics GP 2010

Microsoft Dynamics GP 2010 Microsoft Dynamics GP 2010 Workflow Administrator s Guide March 30, 2010 Copyright Copyright 2010 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information and

More information

TIBCO Runtime Agent Installing Into a Cluster. Software Release 5.8.0 November 2012

TIBCO Runtime Agent Installing Into a Cluster. Software Release 5.8.0 November 2012 TIBCO Runtime Agent Installing Into a Cluster Software Release 5.8.0 November 2012 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Infor SyteLine Sales/CRM User Guide

Infor SyteLine Sales/CRM User Guide Infor SyteLine Sales/CRM User Guide Copyright 2013 Infor Important Notices The material contained in this publication (including any supplementary information) constitutes and contains confidential and

More information

Accelerator between Microsoft Dynamics CRM 2011 and SAP ERP for BizTalk Server 2010 / 2013

Accelerator between Microsoft Dynamics CRM 2011 and SAP ERP for BizTalk Server 2010 / 2013 Accelerator between Microsoft Dynamics CRM 2011 and SAP ERP for BizTalk Server 2010 / 2013 White Paper Published on: September 2013 Inhaltsverzeichnis: 1. Introduction... 3 2. Components of the Accelerator...

More information

SECTION 4 TESTING & QUALITY CONTROL

SECTION 4 TESTING & QUALITY CONTROL Page 1 SECTION 4 TESTING & QUALITY CONTROL TESTING METHODOLOGY & THE TESTING LIFECYCLE The stages of the Testing Life Cycle are: Requirements Analysis, Planning, Test Case Development, Test Environment

More information

HP OpenView AssetCenter

HP OpenView AssetCenter HP OpenView AssetCenter Software version: 5.0 Integration with software distribution tools Build number: 50 Legal Notices Warranty The only warranties for HP products and services are set forth in the

More information

INSTALLATION INSTRUCTIONS

INSTALLATION INSTRUCTIONS INSTALLATION INSTRUCTIONS About Practice Perfect Practice Perfect is a client/server application. In other words, there are two parts to the software that make it usable: The server software, which runs

More information

aaps algacom Account Provisioning System

aaps algacom Account Provisioning System aaps algacom Account Provisioning System Simple web interface, data integrity checks and customizable policies allow account administration without specific skills Account provisioning against Active Directory

More information

AGILEXRM REFERENCE ARCHITECTURE

AGILEXRM REFERENCE ARCHITECTURE AGILEXRM REFERENCE ARCHITECTURE 2012 AgilePoint, Inc. Table of Contents 1. Introduction 4 1.1 Disclaimer of warranty 4 1.2 AgileXRM components 5 1.3 Access from PES to AgileXRM Process Engine Database

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Kaseya Service Desk User Guide Version 1.0 April 19, 2011 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Introduction to Service Oriented Architectures (SOA)

Introduction to Service Oriented Architectures (SOA) Introduction to Service Oriented Architectures (SOA) Responsible Institutions: ETHZ (Concept) ETHZ (Overall) ETHZ (Revision) http://www.eu-orchestra.org - Version from: 26.10.2007 1 Content 1. Introduction

More information

How do I Implement Extended Business Analysis?

How do I Implement Extended Business Analysis? How do I Implement Extended Business Analysis? Introduction. Extended Business Analysis allows you to look at the performance of your Enterprise in many different ways apart from just Company Wide Profit

More information

GGobi meets R: an extensible environment for interactive dynamic data visualization

GGobi meets R: an extensible environment for interactive dynamic data visualization New URL: http://www.r-project.org/conferences/dsc-2001/ DSC 2001 Proceedings of the 2nd International Workshop on Distributed Statistical Computing March 15-17, Vienna, Austria http://www.ci.tuwien.ac.at/conferences/dsc-2001

More information

Access Control and Audit Trail Software

Access Control and Audit Trail Software Varian, Inc. 2700 Mitchell Drive Walnut Creek, CA 94598-1675/USA Access Control and Audit Trail Software Operation Manual Varian, Inc. 2002 03-914941-00:3 Table of Contents Introduction... 1 Access Control

More information

A Guide to Getting Started with Successful Load Testing

A Guide to Getting Started with Successful Load Testing Ingenieurbüro David Fischer AG A Company of the Apica Group http://www.proxy-sniffer.com A Guide to Getting Started with Successful Load Testing English Edition 2007 All Rights Reserved Table of Contents

More information

A Software and Hardware Architecture for a Modular, Portable, Extensible Reliability. Availability and Serviceability System

A Software and Hardware Architecture for a Modular, Portable, Extensible Reliability. Availability and Serviceability System 1 A Software and Hardware Architecture for a Modular, Portable, Extensible Reliability Availability and Serviceability System James H. Laros III, Sandia National Laboratories (USA) [1] Abstract This paper

More information

Rapid Application Development with Bison Technology

Rapid Application Development with Bison Technology Rapid Application Development with Bison Technology 11.4.2013 Christof Oberholzer Why another business software development platform???? Faster, faster, more efficient, less costs, more features -Life

More information

Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects

Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects Specialized. Recognized. Preferred. The right partner makes all the difference. Enable Tax to Calculate on Invoices Originating in Oracle R12 Projects By: Jeanne Cooper Senior Oracle Financials Consultant

More information

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0

MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 MatchPoint Technical Features Tutorial 21.11.2013 Colygon AG Version 1.0 Disclaimer The complete content of this document is subject to the general terms and conditions of Colygon as of April 2011. The

More information

Installation Guide NetIQ AppManager

Installation Guide NetIQ AppManager Installation Guide NetIQ AppManager April 2016 www.netiq.com/documentation Legal Notice NetIQ AppManager is covered by United States Patent No(s): 05829001, 05986653, 05999178, 06078324, 06397359, 06408335.

More information

MANAGEMENT INFORMATION SYSTEMS

MANAGEMENT INFORMATION SYSTEMS MANAGEMENT INFORMATION SYSTEMS 2013/2014 academic year Timetables can be accessed at http://timetable.ucc.ie/1314/department.asp Click on Click on Business Information Systems For information on building

More information

Microsoft Dynamics GP Release. Workflow Administrator s Guide

Microsoft Dynamics GP Release. Workflow Administrator s Guide Microsoft Dynamics GP Release Workflow Administrator s Guide December 10, 2012 Copyright Copyright 2012 Microsoft. All rights reserved. Limitation of liability This document is provided as-is. Information

More information

Visual Studio.NET Database Projects

Visual Studio.NET Database Projects Visual Studio.NET Database Projects CHAPTER 8 IN THIS CHAPTER Creating a Database Project 294 Database References 296 Scripts 297 Queries 312 293 294 Visual Studio.NET Database Projects The database project

More information

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform. www.commontime.com

CommonTime Making Business Mobile. Enterprise. CommonTime. Mobile Solutions. mdesign Platform. www.commontime.com Enterprise Mobile Solutions Platform www.commontime.com Platform - Overview All Businesses Are Unique At we understand that no two businesses are the same. We believe that a mobile solution should be designed

More information

NetBeans IDE Field Guide

NetBeans IDE Field Guide NetBeans IDE Field Guide Copyright 2005 Sun Microsystems, Inc. All rights reserved. Table of Contents Introduction to J2EE Development in NetBeans IDE...1 Configuring the IDE for J2EE Development...2 Getting

More information

Kit Rowley. Subject: Content type and workflow planning (SharePoint Server 2010) Attachments: image001.gif. Plan content types. Plan content types

Kit Rowley. Subject: Content type and workflow planning (SharePoint Server 2010) Attachments: image001.gif. Plan content types. Plan content types Kit Rowley Subject: Content type and workflow planning (SharePoint Server 2010) Attachments: image001.gif Content type and workflow planning (SharePoint Server 2010) Published: May 12, 2010 This article

More information

Kaldeera Workflow Designer 2010 User's Guide

Kaldeera Workflow Designer 2010 User's Guide Kaldeera Workflow Designer 2010 User's Guide Version 1.0 Generated May 18, 2011 Index 1 Chapter 1: Using Kaldeera Workflow Designer 2010... 3 1.1 Getting Started with Kaldeera... 3 1.2 Importing and exporting

More information

Statistical data editing near the source using cloud computing concepts

Statistical data editing near the source using cloud computing concepts Distr. GENERAL WP.20 6 May 2011 ENGLISH ONLY UNITED NATIONS ECONOMIC COMMISSION FOR EUROPE (UNECE) CONFERENCE OF EUROPEAN STATISTICIANS EUROPEAN COMMISSION STATISTICAL OFFICE OF THE EUROPEAN UNION (EUROSTAT)

More information