Creating Lifecycle Workflows

Slides:



Advertisements
Similar presentations
Course Title Welcome or splash page text here. Suggestions to include: Welcome message One sentence about the course and its intended audience. An indication.
Advertisements

Iterate Pattern. Iterate pattern is used for executing a subworkflow iteratively until a certain condition is satisfied with the ability to force an output.
Compose Workflow. Home page To compose a workflow navigate to the “Workflow Editor” page.
CS320n –Visual Programming LabVIEW Foundations. Visual ProgrammingLabVIEW Foundations2 What We Will Do Today Hand back and review the midterm Look at.
Regulatory Affairs Domain
CSC 395 – Software Engineering Lecture 13: Object-Oriented Analysis –or– Let the Pain Begin (At Least I’m Honest!)
There are seven main components of a database in Access 2000: Tables. Use tables to store database information. Forms Use forms to enter or edit the information.
1 MetaLib 4 Clustering & Faceting. 2 Custering & Faceting MetaLib 4.0x introduces clustering and faceting of search results, providing the user with new.
Labcheck Next Generation Quick Start Guide Filters.
Chapter 12: Service Requests. Streamlined citizen service processes: “3-1-1” Streamlined citizen service processes: “3-1-1” Service citizen requests Service.
Extracting Information from an Excel List The purpose of creating a database, or list in Excel, is to be able to manipulate the data elements in ways that.
VERSION HISTORY Pharmacy UI Improvements v2.0 | Sathyan Velumani | IST Added to the Start.Inventory Functions left Navigation.Request Drug.
EXAMPLE 4 Using Properties of Multiplication Tell whether the commutative or associative property of multiplication allows you to rewrite the problem as.
MESA A Simple Microarray Data Management Server. General MESA is a prototype web-based database solution for the massive amounts of initial data generated.
1 Yoel Kortick Senior Librarian Alma Product Management Mapping the bibliographic call number to the holding record call number.
XSEDE ECSS JIRA-Confluence Project Management
The Participants Module
Core LIMS Training: Project Management
Database Design.
Apple/Nokia/Microsoft Author1, author2
Guidance for using TurnItIn to improve referencing
XSEDE ECSS JIRA-Confluence Project Management
Database Management Systems II
Data Flow Diagrams.
Commercial Skills Testing Information Management System (CSTIMS)
Explanation of the demo scripts and installation guide
Databases Chapter 16.
An Overview of Concepts and Navigation
Chapter Topics 15.1 Graphical User Interfaces
Control Center – IQ Networking Overview
G063 - Data flow diagrams.
Guide to Editor (ED) Journal of Mountain Science (JMS)
Receiving New Lending requests
Assess Survey Invitations
Guide to Editor (ED) Journal of Mountain Science (JMS)
Working in the Form Builder Environment
Conducting the performance appraisal
Integrated ILL GUI desktop
Conducting the performance appraisal
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
Roberta Roth, Alan Dennis, and Barbara Haley Wixom
Display Item Information
P O S T E R T I T L E Authors & Institutions
Selecting appropriate sources
G063 - Data flow diagrams.
E-permits Tutorial for first-time users
Relational Queries (query 12) Display vendor contact info (contact person and phone number) for inventory products (relationship query) Query: Inventory.
Welcome 1 This is a document to explains the chosen concept to the animator. This will take you through a 5 section process to provide the necessary details.
Data Scenario: Header and Details files
Residency director & Faculty Training
Sample elicitation scripts Execution of the elicitation scripts
Unemployment Insurance Agency Michigan Web Account Manager
P O S T E R T I T L E Authors & Institutions
Chapter 15: GUI Applications & Event-Driven Programming
Request Form You gain access to the Request Form from your intranet set-up by your IT dept. Or the internet via either our desktop launcher icon. Or a.
Creating a Database and a table
HP ALM – General Navigation
Privacy & other settings
Quick Start Lab February 2006 Colby College ITS.
P O S T E R T I T L E Authors & Institutions
Exercise 2 students completed a higher education in Norway in 2004/05
P O S T E R T I T L E Authors & Institutions
Welcome 1 This is a document to explains the chosen concept to the animator. This will take you through a 5 section process to provide the necessary details.
Databases and Information Management
P O S T E R T I T L E Authors & Institutions
P O S T E R T I T L E Authors & Institutions
Using the Bartlett Diagnostic Sample Submission Program (Plants)
Key components of MiTO. Key components of MiTO. A, Unregistered users can only read FS made public by the owner of a model in the World Wide Web. Registration,
Multiplication Facts 3 x Table.
Implementation Plan system integration required for each iteration
Presentation transcript:

Creating Lifecycle Workflows SampleManager Workflows

Scenario Projects (types) to manage samples Commercial (for the site owners) Regulatory (for the authorities) Controlled through components of a lifecycle Status values (based on Phrase list) Workflow States Workflow Action Type The scenario changes. It has been decided to associate samples with Projects, based on who has requested work. Projects will deal with specific requirements from the requesting organisation and must be controlled. They will follow a lifecycle (as do their samples). The lifecycle for projects is specific, using status values as shown here. These values are defined in a phrase list. To move from one status value to the next you must perform an action (to be defined), but you must only allow that action when the project is in a permitted state. These ‘permitted states’ are know as Workflow States and must de defined. In order for this to work you must consider how the lifecycle is constructed to match the scenario.

Scenario Lifecycle Action Types Status Values Workflow States The scenario is best viewed as a lifecycle. The requirements for the lifecycle have been described in previously and can be represented as shown here. Where I am =status value =Uppercase black text Actions that I can do =Workflow Action Types =White text on black background Before I perform the action =Workflow States =Grey bordered boxes In the workflow, Action 4: Re-start Work, Old status and status are swapped. Workflow States Generated or Progressing

Lifecycle Components Status values (based on Phrase list) Current & all possible situations Defined as source for the status field in the PROJECT_INFO table in structure.txt Workflow States Associated with PROJECT_INFO table Status values allowed before an action can happen e.g. Generated & Progressing Ξ 1 workflow state Workflow Action Type Action to move between status values Menu driven All components included in a Lifecycle Workflow are defined against a database table, in this case PROJECT_INFO. The phrase list id defined as the source of inputs to the Status & Oldstatus fields. The Action Types and Workflow States are associated with the table at definition and the status values that define the Workflow States must come from the phrase list. Multiple status values are allowed in any specific Workflow State.

Nodes Required Icon Node Icon Node Swap Property Set Property Copy Property Action From the Reference Guide: The Swap Properties node swaps the values of two properties of the current entity.

Workflow Created The lifecycle is created and is the definition of how the lifecycle will act. In this form it will do nothing. It must still be associated with the project entities even though it has been defined against that table. The way to do this is via an Entity Workflow. This is the topic of the next module.

Exercises Create a Lifecycle Workflow that satisfies all requirements shown here: