SlideShare una empresa de Scribd logo
1 de 81
Descargar para leer sin conexión
All Rights Reserved © Joget Inc
Joget Workflow v3
Training Programme:
All That You Need To Know
http://facebook.com/jogetworkflow
http://twitter.com/jogetworkflow
Last Revised on Oct 1, 2014 based on Joget 3.1Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Joget Workflow Training Programmes
All That You Need to Know: Automating
Your Processes and Building Applications
Developer: Extending and building plugins.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Joget Workflow Training
• All That You Need to Know: Automating Your Processes
and Building Applications
• Who is it for? Any business process owner
• Prerequisites:
– Logical understanding on drawing a flowchart
– No software development knowledge required
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Outline – Day 1
• Module 1: Introduction
– Introduction to Business Process and Workflow
– Introduction to Joget Workflow
– Overview of Joget Workflow v3 Architecture
• Module 2: Setting up Joget Workflow
– Requirements
– Installation
– Overview of User Management
• Module 3: Building your first Process-driven Application
– Business Process Design
– Designing Your First Workflow with Workflow Designer
– Running Your First Automated Process
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Outline – Day 1
• Module 4: Process Monitoring
– Administration of Process Instances in Joget
• Module 5: Creating your first Forms
– Creating your First Forms using Joget Form Builder
– Understanding the relationship between Forms and Process
Activities
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Outline – Day 2
• Module 6: Using the Email Tool
– Implementing Email Tool Plugin on your Process Tool.
• Module 7: Creating Datalist and Userview
– Creating a Listing of submitted Form data.
– Creating a User Interface (UI) for end-user access.
• Module 8: Participant Mapping and Permission
Control
– Defining Process Participant Mapping on your Process
– Enforcing Permission Control on your App
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Outline – Day 3
• Module 9: SLA and Deadlines
– Service Level Agreement implementation on Workflow Process.
– Creating Email Reminder on Workflow Process using Deadline
implementation.
• Module 10: Hash Variables
– Dynamically populate Form fields, Email plugin.
– Using Hash Variable
• Module 11: A Revision - Building a Support
Ticketing System
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Module 11
A Revision - Building
a Support Ticketing System
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
What are we building?
• Support Ticketing system.
• CRUD – Manage ticket’s category.
• Tickets grouped by category.
• Userview – Acts as the main point of access of the
application and as the wrapper of all the processes,
datalists and forms.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Create App
• App ID: ticketingSystem
• App Name: Ticketing System
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Design Ticketing Process
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Ticketing Process
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise
• Test run and verify the process.
– Make sure that all possible routes are tested. Go through the
Workflow Process multiple times using different Workflow
Variable value.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Design Forms
• Manage Ticket Categories
• Manage Ticket submission flow (Submit, Approve etc)
• ERD:-
Remember!
Define a Prefix for your
App on naming the
tables to prevent data
clash with other AppsJoget Inc Internal Use Only
All Rights Reserved © Joget Inc
Design Forms for Categories
• Create Category
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Category Form
• Form ID: category
• Form Name: Category
• Table Name: ticket_categories
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Category Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Category Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Category Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Category Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Design Forms for Tickets
• Submit Ticket
• Approve Ticket
• Execute Task
• Acknowledge Rejection
• Acknowledge Completion
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Submit Ticket Form
• Form ID: submitTicket
• Form Name: 1-Submit Ticket
• Table Name: ticket_tickets
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Submit Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Submit Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Submit Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Submit Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Submit Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Submit Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Submit Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Approve Ticket Form
• Form ID: approveTicket
• Form Name: 2-Approve Ticket
• Table Name: ticket_tickets
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Approve Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Approve Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Approve Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Approve Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Approve Ticket Form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise
• Design the rest of the forms
– Execute Task
• with Subform of Approve Ticket form
• add a TextArea for Technician to key in
Remarks (id: technician_remarks)
– Acknowledge Rejection
• with Subform of Approve Ticket form
– Acknowledge Completion
• with Subform of Execute Task form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
The relationship between Forms and
Database Tables
• Forms
– Submit Ticket
– Approve Ticket
– Execute Task
– Acknowledge
Rejection
– Acknowledge
Completion
• Forms
– Category
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Map Forms to Activities
• With all the Forms designed,
map the Forms to the Activities
accordingly.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
The relationship between Forms and
Activities
1. Submit Ticket
2. Approve
Ticket
3. Execute Task
4. Acknowledge
Rejection
5. Acknowledge
Completion
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise
• Test run and verify the process.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Map Participants
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise
• After mapping the participants, test run and verify the
process again.
• Remember to publish the App first.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Design Datalists
• Category List
• Ticket List
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Category List
• List and Manage Categories
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Category List
• Select binder and form
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Category List
• Add Name and Description columns
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Ticket List
• List and Manage Tickets
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Ticket List
• Select Form Data Binder as the Binder.
• Select Submit Ticket as the form.
• Add id, category, name, status as the columns.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Design Userview
• Userview serves as the front-end interface for end users
to interact with the App.
• Ticket Userview
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Ticket Userview
• Create category Menu,
Tickets, Categories.
• Create the following element
according to the order:-
– HTML Page – Home
– Inbox – Inbox
– Run Process – Submit Ticket
– List – List Tickets
– Form – Add New Category
– List – List Categories
• Apply theme.
• Preview and save!
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
HTML Page – Home
• First Menu item serves as the landing page.
• Customize the element accordingly.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Inbox – Inbox
• Inbox is used to list assignments available to the logged in
user.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Run Process – Submit Ticket
• Run Process element is used to start a new workflow
process instance.
• Map it to the Ticketing Process created earlier.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
List – List Tickets
• List is used to show record listing created by the Datalist
Builder.
• Map it to the Ticket List created earlier.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Form – Add New Category
• Form is used to display and capture form data created by
the Form Builder.
• Map it to the Category form created earlier.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
List – List Categories
• Form is used to display and capture form data created by
the Form Builder.
• Map it to the Category List created earlier.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Preview and Save the Userview
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise: Run through the Process
• With the Userview created, run through the entire
Ticketing Process again by using solely, the Userview.
• You must first publish the App first.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 1
• Problem statement: Anyone can see anything. Apply
Permission Control according to the following rules.
– Tickets – Logged in User
– Categories – User “admin”
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 1
• At the category’s, select Permission and apply the
appropriate Permission Type.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 2
• Problem statement: There is no reference number to the
Ticket submitted. The reference number should start from
1000.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 2
• Add a ID Generator Field in the Submit Ticket form.
• Configure the element, map it to the appropriate
Environment Variable.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 3
• Problem statement: When adding new category in the
Category Userview, it should go to the category listing
automatically after submission.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 3
• Configure the redirection property in the Category Form
element to point to the Category List.
Unique ID (Custom ID)
of the menu item.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 4
• Problem statement: In the Ticket listing, the category
column is showing the Category ID instead of showing the
Category Name.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 4
• Use the formatter function at the category ID column in
the ticket list.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 5
• Problem statement: There are lots of tickets submitted
but most of them abandoned by the requester (left at the
“Submit Ticket" activity). How to prevent this?
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 5
• Only start the process after the “Submit Ticket” form is
submitted by utilizing the “Run Process” feature.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 6
• Problem statement: The actual requester does not get
assigned to the activity “Acknowledge Rejection” and
“Acknowledge Completion”
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 6
• The participant “Requester” has not been mapped yet.
• Map it to “Performer” who performed “Run Process”.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 7
• Problem statement: Requester did not get the Reference
number after submitting the ticket.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 7
• Add an activity to the start of the process.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 8
• Design a form that would prompt the requester of the
reference ID.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 8
• Map the form to the “Ticket Submitted” activity.
• Check on “Show The Next Assignment When Completed”
at “Run process” activity so that the form would be
shown immediately after submission of the ticket.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 9
• Problem Statement: User must hit on the “Complete”
button in the “Ticket Submitted” form in order to send
the ticket to the Manager for Approval.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 9
• Change the process design such that “Ticket Submitted”
and “Approve Ticket” run in parallel.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 10
• Problem statement: User tend to forget to complete
“Ticket submitted” activity leaving the process hanging
even after ticket has been resolved.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 10
• Introduce a synchronous deadline at “Ticket Submitted”
that terminates in a specific time.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 11
• Problem statement: In the inbox, one cannot identify on
who is the requester.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Exercise 11
• Use the Performer or Form Hash Variable in activity
naming in your Workflow Designer.
Joget Inc Internal Use Only
All Rights Reserved © Joget Inc
Stay Connected with Joget Workflow
• www.joget.org
• community.joget.org
• twitter.com/jogetworkflow
• facebook.com/jogetworkflow
• youtube.com/jogetworkflow
• slideshare.net/joget
Joget Inc Internal Use Only

Más contenido relacionado

Destacado

Joget Workflow v4 Training - Module 4 - Localizing your Joget
Joget Workflow v4 Training - Module 4 - Localizing your JogetJoget Workflow v4 Training - Module 4 - Localizing your Joget
Joget Workflow v4 Training - Module 4 - Localizing your JogetJoget Workflow
 
CESSI/Employment Network Training Slides
CESSI/Employment Network Training SlidesCESSI/Employment Network Training Slides
CESSI/Employment Network Training SlidesDiscoverAbility NJ
 
Joget Workflow v4 Training - Module 1 - Introduction to Joget
Joget Workflow v4 Training - Module 1 - Introduction to JogetJoget Workflow v4 Training - Module 1 - Introduction to Joget
Joget Workflow v4 Training - Module 1 - Introduction to JogetJoget Workflow
 
Joget Workflow v4 Training - Module 2 - Setting up Joget Workflow
Joget Workflow v4 Training - Module 2 - Setting up Joget WorkflowJoget Workflow v4 Training - Module 2 - Setting up Joget Workflow
Joget Workflow v4 Training - Module 2 - Setting up Joget WorkflowJoget Workflow
 
Joget Workflow v4 Training - Module 3 - Designing your First Process
Joget Workflow v4 Training - Module 3 - Designing your First ProcessJoget Workflow v4 Training - Module 3 - Designing your First Process
Joget Workflow v4 Training - Module 3 - Designing your First ProcessJoget Workflow
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 1 – Introduction
Joget Workflow Training – Basic & Advance for v3.1 – Module 1 – IntroductionJoget Workflow Training – Basic & Advance for v3.1 – Module 1 – Introduction
Joget Workflow Training – Basic & Advance for v3.1 – Module 1 – IntroductionJoget Workflow
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant M...
Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant M...Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant M...
Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant M...Joget Workflow
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadl...
Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadl...Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadl...
Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadl...Joget Workflow
 
E-Business in the Airline Ticketing Industry (E-Business)
E-Business in the Airline Ticketing Industry (E-Business)E-Business in the Airline Ticketing Industry (E-Business)
E-Business in the Airline Ticketing Industry (E-Business)Shabbir Akhtar
 
Joget Workflow v5 Training - Module 1 - Introduction to Joget Workflow
Joget Workflow v5 Training - Module 1 - Introduction to Joget WorkflowJoget Workflow v5 Training - Module 1 - Introduction to Joget Workflow
Joget Workflow v5 Training - Module 1 - Introduction to Joget WorkflowJoget Workflow
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 10 – Hash Variables
Joget Workflow Training – Basic & Advance for v3.1 – Module 10 – Hash VariablesJoget Workflow Training – Basic & Advance for v3.1 – Module 10 – Hash Variables
Joget Workflow Training – Basic & Advance for v3.1 – Module 10 – Hash VariablesJoget Workflow
 
Joget Workflow v5 Training Slides - Module 19 - Doing More With Your Process ...
Joget Workflow v5 Training Slides - Module 19 - Doing More With Your Process ...Joget Workflow v5 Training Slides - Module 19 - Doing More With Your Process ...
Joget Workflow v5 Training Slides - Module 19 - Doing More With Your Process ...Joget Workflow
 
Outsourcing your help desk
Outsourcing your help deskOutsourcing your help desk
Outsourcing your help deskDavid Strom
 
Aitp evolution of the modern day help desk - october 14th 2004
Aitp   evolution of the modern day help desk - october 14th 2004Aitp   evolution of the modern day help desk - october 14th 2004
Aitp evolution of the modern day help desk - october 14th 2004Thomas Petry
 
Webcast: Building a Better Help Desk
Webcast: Building a Better Help DeskWebcast: Building a Better Help Desk
Webcast: Building a Better Help DeskScriptLogic
 
Help Desk - Introduction to Spiceworks' Free Help Desk Software
Help Desk - Introduction to Spiceworks' Free Help Desk SoftwareHelp Desk - Introduction to Spiceworks' Free Help Desk Software
Help Desk - Introduction to Spiceworks' Free Help Desk SoftwareSpiceworks
 
Service Desk Keynote Summit 2014
Service Desk Keynote Summit 2014Service Desk Keynote Summit 2014
Service Desk Keynote Summit 2014Atlassian
 
How Sotheby's Uses JIRA Service Desk to Sell Million-Dollar Artwork
How Sotheby's Uses JIRA Service Desk to Sell Million-Dollar ArtworkHow Sotheby's Uses JIRA Service Desk to Sell Million-Dollar Artwork
How Sotheby's Uses JIRA Service Desk to Sell Million-Dollar ArtworkAtlassian
 
Free Training Series | Case Studies in Service Desk and Desktop Support Colla...
Free Training Series | Case Studies in Service Desk and Desktop Support Colla...Free Training Series | Case Studies in Service Desk and Desktop Support Colla...
Free Training Series | Case Studies in Service Desk and Desktop Support Colla...MetricNet
 
Otrs help desk-solutions-linux-2012
Otrs help desk-solutions-linux-2012Otrs help desk-solutions-linux-2012
Otrs help desk-solutions-linux-2012Gonéri Le Bouder
 

Destacado (20)

Joget Workflow v4 Training - Module 4 - Localizing your Joget
Joget Workflow v4 Training - Module 4 - Localizing your JogetJoget Workflow v4 Training - Module 4 - Localizing your Joget
Joget Workflow v4 Training - Module 4 - Localizing your Joget
 
CESSI/Employment Network Training Slides
CESSI/Employment Network Training SlidesCESSI/Employment Network Training Slides
CESSI/Employment Network Training Slides
 
Joget Workflow v4 Training - Module 1 - Introduction to Joget
Joget Workflow v4 Training - Module 1 - Introduction to JogetJoget Workflow v4 Training - Module 1 - Introduction to Joget
Joget Workflow v4 Training - Module 1 - Introduction to Joget
 
Joget Workflow v4 Training - Module 2 - Setting up Joget Workflow
Joget Workflow v4 Training - Module 2 - Setting up Joget WorkflowJoget Workflow v4 Training - Module 2 - Setting up Joget Workflow
Joget Workflow v4 Training - Module 2 - Setting up Joget Workflow
 
Joget Workflow v4 Training - Module 3 - Designing your First Process
Joget Workflow v4 Training - Module 3 - Designing your First ProcessJoget Workflow v4 Training - Module 3 - Designing your First Process
Joget Workflow v4 Training - Module 3 - Designing your First Process
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 1 – Introduction
Joget Workflow Training – Basic & Advance for v3.1 – Module 1 – IntroductionJoget Workflow Training – Basic & Advance for v3.1 – Module 1 – Introduction
Joget Workflow Training – Basic & Advance for v3.1 – Module 1 – Introduction
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant M...
Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant M...Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant M...
Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant M...
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadl...
Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadl...Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadl...
Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadl...
 
E-Business in the Airline Ticketing Industry (E-Business)
E-Business in the Airline Ticketing Industry (E-Business)E-Business in the Airline Ticketing Industry (E-Business)
E-Business in the Airline Ticketing Industry (E-Business)
 
Joget Workflow v5 Training - Module 1 - Introduction to Joget Workflow
Joget Workflow v5 Training - Module 1 - Introduction to Joget WorkflowJoget Workflow v5 Training - Module 1 - Introduction to Joget Workflow
Joget Workflow v5 Training - Module 1 - Introduction to Joget Workflow
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 10 – Hash Variables
Joget Workflow Training – Basic & Advance for v3.1 – Module 10 – Hash VariablesJoget Workflow Training – Basic & Advance for v3.1 – Module 10 – Hash Variables
Joget Workflow Training – Basic & Advance for v3.1 – Module 10 – Hash Variables
 
Joget Workflow v5 Training Slides - Module 19 - Doing More With Your Process ...
Joget Workflow v5 Training Slides - Module 19 - Doing More With Your Process ...Joget Workflow v5 Training Slides - Module 19 - Doing More With Your Process ...
Joget Workflow v5 Training Slides - Module 19 - Doing More With Your Process ...
 
Outsourcing your help desk
Outsourcing your help deskOutsourcing your help desk
Outsourcing your help desk
 
Aitp evolution of the modern day help desk - october 14th 2004
Aitp   evolution of the modern day help desk - october 14th 2004Aitp   evolution of the modern day help desk - october 14th 2004
Aitp evolution of the modern day help desk - october 14th 2004
 
Webcast: Building a Better Help Desk
Webcast: Building a Better Help DeskWebcast: Building a Better Help Desk
Webcast: Building a Better Help Desk
 
Help Desk - Introduction to Spiceworks' Free Help Desk Software
Help Desk - Introduction to Spiceworks' Free Help Desk SoftwareHelp Desk - Introduction to Spiceworks' Free Help Desk Software
Help Desk - Introduction to Spiceworks' Free Help Desk Software
 
Service Desk Keynote Summit 2014
Service Desk Keynote Summit 2014Service Desk Keynote Summit 2014
Service Desk Keynote Summit 2014
 
How Sotheby's Uses JIRA Service Desk to Sell Million-Dollar Artwork
How Sotheby's Uses JIRA Service Desk to Sell Million-Dollar ArtworkHow Sotheby's Uses JIRA Service Desk to Sell Million-Dollar Artwork
How Sotheby's Uses JIRA Service Desk to Sell Million-Dollar Artwork
 
Free Training Series | Case Studies in Service Desk and Desktop Support Colla...
Free Training Series | Case Studies in Service Desk and Desktop Support Colla...Free Training Series | Case Studies in Service Desk and Desktop Support Colla...
Free Training Series | Case Studies in Service Desk and Desktop Support Colla...
 
Otrs help desk-solutions-linux-2012
Otrs help desk-solutions-linux-2012Otrs help desk-solutions-linux-2012
Otrs help desk-solutions-linux-2012
 

Similar a Joget Workflow Training – Basic & Advance for v3.1 – Module 11 – A Revision - Building a Support Ticketing System

Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your...
Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your...Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your...
Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your...Joget Workflow
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Data...
Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Data...Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Data...
Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Data...Joget Workflow
 
Joget Workflow v4 Training - Module 5 - Designing your First Form
Joget Workflow v4 Training - Module 5 - Designing your First FormJoget Workflow v4 Training - Module 5 - Designing your First Form
Joget Workflow v4 Training - Module 5 - Designing your First FormJoget Workflow
 
Joget Workflow v5 Training Slides - Module 5 - Designing your First Form
Joget Workflow v5 Training Slides - Module 5 - Designing your First FormJoget Workflow v5 Training Slides - Module 5 - Designing your First Form
Joget Workflow v5 Training Slides - Module 5 - Designing your First FormJoget Workflow
 
Joget Workflow v5 Training Slides - Module 21 - Userview Key
Joget Workflow v5 Training Slides - Module 21 - Userview KeyJoget Workflow v5 Training Slides - Module 21 - Userview Key
Joget Workflow v5 Training Slides - Module 21 - Userview KeyJoget Workflow
 
Joget Workflow v6 Training Slides - 5 - Designing your First Form
Joget Workflow v6 Training Slides - 5 - Designing your First FormJoget Workflow v6 Training Slides - 5 - Designing your First Form
Joget Workflow v6 Training Slides - 5 - Designing your First FormJoget Workflow
 
Joget Workflow v6 Training Slides - 21 - Userview Key
Joget Workflow v6 Training Slides - 21 - Userview KeyJoget Workflow v6 Training Slides - 21 - Userview Key
Joget Workflow v6 Training Slides - 21 - Userview KeyJoget Workflow
 
Joget Workflow v6 Training Slides - 8 - Designing your First Userview
Joget Workflow v6 Training Slides - 8 - Designing your First UserviewJoget Workflow v6 Training Slides - 8 - Designing your First Userview
Joget Workflow v6 Training Slides - 8 - Designing your First UserviewJoget Workflow
 
Joget Workflow v5 Training Slides - Module 10 - Participant Mapping and Permi...
Joget Workflow v5 Training Slides - Module 10 - Participant Mapping and Permi...Joget Workflow v5 Training Slides - Module 10 - Participant Mapping and Permi...
Joget Workflow v5 Training Slides - Module 10 - Participant Mapping and Permi...Joget Workflow
 
Joget Workflow v5 Training Slides - Module 3 - Designing your first Process
Joget Workflow v5 Training Slides - Module 3 - Designing your first ProcessJoget Workflow v5 Training Slides - Module 3 - Designing your first Process
Joget Workflow v5 Training Slides - Module 3 - Designing your first ProcessJoget Workflow
 
Joget Workflow v5 Training Slides - Module 13 - Improving your form design an...
Joget Workflow v5 Training Slides - Module 13 - Improving your form design an...Joget Workflow v5 Training Slides - Module 13 - Improving your form design an...
Joget Workflow v5 Training Slides - Module 13 - Improving your form design an...Joget Workflow
 
Joget Workflow v6 Training Slides - 2 - Setting Up Joget Workflow
Joget Workflow v6 Training Slides - 2 - Setting Up Joget WorkflowJoget Workflow v6 Training Slides - 2 - Setting Up Joget Workflow
Joget Workflow v6 Training Slides - 2 - Setting Up Joget WorkflowJoget Workflow
 
Joget Workflow v5 Training Slides - Module 2 - Setting up Joget Workflow
Joget Workflow v5 Training Slides - Module 2 - Setting up Joget WorkflowJoget Workflow v5 Training Slides - Module 2 - Setting up Joget Workflow
Joget Workflow v5 Training Slides - Module 2 - Setting up Joget WorkflowJoget Workflow
 
Joget Workflow v6 Training Slides - 19 - Doing More with your Process Design
Joget Workflow v6 Training Slides - 19 - Doing More with your Process DesignJoget Workflow v6 Training Slides - 19 - Doing More with your Process Design
Joget Workflow v6 Training Slides - 19 - Doing More with your Process DesignJoget Workflow
 
Joget Workflow v6 Training Slides - 3 - Designing your First Process
Joget Workflow v6 Training Slides - 3 - Designing your First ProcessJoget Workflow v6 Training Slides - 3 - Designing your First Process
Joget Workflow v6 Training Slides - 3 - Designing your First ProcessJoget Workflow
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Ema...
Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Ema...Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Ema...
Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Ema...Joget Workflow
 
Joget Workflow v4 Training - Module 10 - Participant Mapping and Permission C...
Joget Workflow v4 Training - Module 10 - Participant Mapping and Permission C...Joget Workflow v4 Training - Module 10 - Participant Mapping and Permission C...
Joget Workflow v4 Training - Module 10 - Participant Mapping and Permission C...Joget Workflow
 
Joget Workflow v6 Training Slides - 10 - Participant Mapping and Permission C...
Joget Workflow v6 Training Slides - 10 - Participant Mapping and Permission C...Joget Workflow v6 Training Slides - 10 - Participant Mapping and Permission C...
Joget Workflow v6 Training Slides - 10 - Participant Mapping and Permission C...Joget Workflow
 
Joget Workflow v5 Training Slides - Module 8 - Designing your first Userview
Joget Workflow v5 Training Slides - Module 8 - Designing your first UserviewJoget Workflow v5 Training Slides - Module 8 - Designing your first Userview
Joget Workflow v5 Training Slides - Module 8 - Designing your first UserviewJoget Workflow
 
Joget Workflow v4 Training - Module 13 -Improving your Form Design and Presen...
Joget Workflow v4 Training - Module 13 -Improving your Form Design and Presen...Joget Workflow v4 Training - Module 13 -Improving your Form Design and Presen...
Joget Workflow v4 Training - Module 13 -Improving your Form Design and Presen...Joget Workflow
 

Similar a Joget Workflow Training – Basic & Advance for v3.1 – Module 11 – A Revision - Building a Support Ticketing System (20)

Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your...
Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your...Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your...
Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your...
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Data...
Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Data...Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Data...
Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Data...
 
Joget Workflow v4 Training - Module 5 - Designing your First Form
Joget Workflow v4 Training - Module 5 - Designing your First FormJoget Workflow v4 Training - Module 5 - Designing your First Form
Joget Workflow v4 Training - Module 5 - Designing your First Form
 
Joget Workflow v5 Training Slides - Module 5 - Designing your First Form
Joget Workflow v5 Training Slides - Module 5 - Designing your First FormJoget Workflow v5 Training Slides - Module 5 - Designing your First Form
Joget Workflow v5 Training Slides - Module 5 - Designing your First Form
 
Joget Workflow v5 Training Slides - Module 21 - Userview Key
Joget Workflow v5 Training Slides - Module 21 - Userview KeyJoget Workflow v5 Training Slides - Module 21 - Userview Key
Joget Workflow v5 Training Slides - Module 21 - Userview Key
 
Joget Workflow v6 Training Slides - 5 - Designing your First Form
Joget Workflow v6 Training Slides - 5 - Designing your First FormJoget Workflow v6 Training Slides - 5 - Designing your First Form
Joget Workflow v6 Training Slides - 5 - Designing your First Form
 
Joget Workflow v6 Training Slides - 21 - Userview Key
Joget Workflow v6 Training Slides - 21 - Userview KeyJoget Workflow v6 Training Slides - 21 - Userview Key
Joget Workflow v6 Training Slides - 21 - Userview Key
 
Joget Workflow v6 Training Slides - 8 - Designing your First Userview
Joget Workflow v6 Training Slides - 8 - Designing your First UserviewJoget Workflow v6 Training Slides - 8 - Designing your First Userview
Joget Workflow v6 Training Slides - 8 - Designing your First Userview
 
Joget Workflow v5 Training Slides - Module 10 - Participant Mapping and Permi...
Joget Workflow v5 Training Slides - Module 10 - Participant Mapping and Permi...Joget Workflow v5 Training Slides - Module 10 - Participant Mapping and Permi...
Joget Workflow v5 Training Slides - Module 10 - Participant Mapping and Permi...
 
Joget Workflow v5 Training Slides - Module 3 - Designing your first Process
Joget Workflow v5 Training Slides - Module 3 - Designing your first ProcessJoget Workflow v5 Training Slides - Module 3 - Designing your first Process
Joget Workflow v5 Training Slides - Module 3 - Designing your first Process
 
Joget Workflow v5 Training Slides - Module 13 - Improving your form design an...
Joget Workflow v5 Training Slides - Module 13 - Improving your form design an...Joget Workflow v5 Training Slides - Module 13 - Improving your form design an...
Joget Workflow v5 Training Slides - Module 13 - Improving your form design an...
 
Joget Workflow v6 Training Slides - 2 - Setting Up Joget Workflow
Joget Workflow v6 Training Slides - 2 - Setting Up Joget WorkflowJoget Workflow v6 Training Slides - 2 - Setting Up Joget Workflow
Joget Workflow v6 Training Slides - 2 - Setting Up Joget Workflow
 
Joget Workflow v5 Training Slides - Module 2 - Setting up Joget Workflow
Joget Workflow v5 Training Slides - Module 2 - Setting up Joget WorkflowJoget Workflow v5 Training Slides - Module 2 - Setting up Joget Workflow
Joget Workflow v5 Training Slides - Module 2 - Setting up Joget Workflow
 
Joget Workflow v6 Training Slides - 19 - Doing More with your Process Design
Joget Workflow v6 Training Slides - 19 - Doing More with your Process DesignJoget Workflow v6 Training Slides - 19 - Doing More with your Process Design
Joget Workflow v6 Training Slides - 19 - Doing More with your Process Design
 
Joget Workflow v6 Training Slides - 3 - Designing your First Process
Joget Workflow v6 Training Slides - 3 - Designing your First ProcessJoget Workflow v6 Training Slides - 3 - Designing your First Process
Joget Workflow v6 Training Slides - 3 - Designing your First Process
 
Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Ema...
Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Ema...Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Ema...
Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Ema...
 
Joget Workflow v4 Training - Module 10 - Participant Mapping and Permission C...
Joget Workflow v4 Training - Module 10 - Participant Mapping and Permission C...Joget Workflow v4 Training - Module 10 - Participant Mapping and Permission C...
Joget Workflow v4 Training - Module 10 - Participant Mapping and Permission C...
 
Joget Workflow v6 Training Slides - 10 - Participant Mapping and Permission C...
Joget Workflow v6 Training Slides - 10 - Participant Mapping and Permission C...Joget Workflow v6 Training Slides - 10 - Participant Mapping and Permission C...
Joget Workflow v6 Training Slides - 10 - Participant Mapping and Permission C...
 
Joget Workflow v5 Training Slides - Module 8 - Designing your first Userview
Joget Workflow v5 Training Slides - Module 8 - Designing your first UserviewJoget Workflow v5 Training Slides - Module 8 - Designing your first Userview
Joget Workflow v5 Training Slides - Module 8 - Designing your first Userview
 
Joget Workflow v4 Training - Module 13 -Improving your Form Design and Presen...
Joget Workflow v4 Training - Module 13 -Improving your Form Design and Presen...Joget Workflow v4 Training - Module 13 -Improving your Form Design and Presen...
Joget Workflow v4 Training - Module 13 -Improving your Form Design and Presen...
 

Más de Joget Workflow

Joget Workflow v6 Training Slides - 22 - Best Practices on Application Building
Joget Workflow v6 Training Slides - 22 - Best Practices on Application BuildingJoget Workflow v6 Training Slides - 22 - Best Practices on Application Building
Joget Workflow v6 Training Slides - 22 - Best Practices on Application BuildingJoget Workflow
 
Joget Workflow v6 Training Slides - 20 - Basic System Administration
Joget Workflow v6 Training Slides - 20 - Basic System AdministrationJoget Workflow v6 Training Slides - 20 - Basic System Administration
Joget Workflow v6 Training Slides - 20 - Basic System AdministrationJoget Workflow
 
Joget Workflow v6 Training Slides - 18 - Integrating with External System
Joget Workflow v6 Training Slides - 18 - Integrating with External SystemJoget Workflow v6 Training Slides - 18 - Integrating with External System
Joget Workflow v6 Training Slides - 18 - Integrating with External SystemJoget Workflow
 
Joget Workflow v6 Training Slides - 17 - Building Plugins
Joget Workflow v6 Training Slides - 17 - Building PluginsJoget Workflow v6 Training Slides - 17 - Building Plugins
Joget Workflow v6 Training Slides - 17 - Building PluginsJoget Workflow
 
Joget Workflow v6 Training Slides - 16 - Preparing Development Environment
Joget Workflow v6 Training Slides - 16 - Preparing Development EnvironmentJoget Workflow v6 Training Slides - 16 - Preparing Development Environment
Joget Workflow v6 Training Slides - 16 - Preparing Development EnvironmentJoget Workflow
 
Joget Workflow v6 Training Slides - 15 - Introduction to Plugin Architecture
Joget Workflow v6 Training Slides - 15 - Introduction to Plugin ArchitectureJoget Workflow v6 Training Slides - 15 - Introduction to Plugin Architecture
Joget Workflow v6 Training Slides - 15 - Introduction to Plugin ArchitectureJoget Workflow
 
Joget Workflow v6 Training Slides - 14 - Introduction to Reporting
Joget Workflow v6 Training Slides - 14 - Introduction to ReportingJoget Workflow v6 Training Slides - 14 - Introduction to Reporting
Joget Workflow v6 Training Slides - 14 - Introduction to ReportingJoget Workflow
 
Joget Workflow v6 Training Slides - 13 - Improving your Form Design and Prese...
Joget Workflow v6 Training Slides - 13 - Improving your Form Design and Prese...Joget Workflow v6 Training Slides - 13 - Improving your Form Design and Prese...
Joget Workflow v6 Training Slides - 13 - Improving your Form Design and Prese...Joget Workflow
 
Joget Workflow v6 Training Slides - 12 - Version Control
Joget Workflow v6 Training Slides - 12 - Version ControlJoget Workflow v6 Training Slides - 12 - Version Control
Joget Workflow v6 Training Slides - 12 - Version ControlJoget Workflow
 
Joget Workflow v6 Training Slides - 11 - SLA and Deadlines
Joget Workflow v6 Training Slides - 11 - SLA and DeadlinesJoget Workflow v6 Training Slides - 11 - SLA and Deadlines
Joget Workflow v6 Training Slides - 11 - SLA and DeadlinesJoget Workflow
 
Joget Workflow v6 Training Slides - 9 - Hash Variable
Joget Workflow v6 Training Slides - 9 - Hash VariableJoget Workflow v6 Training Slides - 9 - Hash Variable
Joget Workflow v6 Training Slides - 9 - Hash VariableJoget Workflow
 
Joget Workflow v6 Training Slides - 7 - Designing your First Datalist
Joget Workflow v6 Training Slides - 7 - Designing your First DatalistJoget Workflow v6 Training Slides - 7 - Designing your First Datalist
Joget Workflow v6 Training Slides - 7 - Designing your First DatalistJoget Workflow
 
Joget Workflow v6 Training Slides - 6 - Using your First Process Tool
Joget Workflow v6 Training Slides - 6 - Using your First Process ToolJoget Workflow v6 Training Slides - 6 - Using your First Process Tool
Joget Workflow v6 Training Slides - 6 - Using your First Process ToolJoget Workflow
 
Joget Workflow v6 Training Slides - 4 - Localizing your Joget Workflow
Joget Workflow v6 Training Slides - 4 - Localizing your Joget WorkflowJoget Workflow v6 Training Slides - 4 - Localizing your Joget Workflow
Joget Workflow v6 Training Slides - 4 - Localizing your Joget WorkflowJoget Workflow
 
Joget Workflow v6 Training Slides - 1 - Introduction to Joget Workflow
Joget Workflow v6 Training Slides - 1 - Introduction to Joget WorkflowJoget Workflow v6 Training Slides - 1 - Introduction to Joget Workflow
Joget Workflow v6 Training Slides - 1 - Introduction to Joget WorkflowJoget Workflow
 
Joget Workflow v5 Training Slides - Module 20 - Basic System Administration
Joget Workflow v5 Training Slides - Module 20 - Basic System AdministrationJoget Workflow v5 Training Slides - Module 20 - Basic System Administration
Joget Workflow v5 Training Slides - Module 20 - Basic System AdministrationJoget Workflow
 
Joget Workflow v5 Training Slides - Module 18 - Integrating with External System
Joget Workflow v5 Training Slides - Module 18 - Integrating with External SystemJoget Workflow v5 Training Slides - Module 18 - Integrating with External System
Joget Workflow v5 Training Slides - Module 18 - Integrating with External SystemJoget Workflow
 
Joget Workflow v5 Training Slides - Module 17 - Building Plugins
Joget Workflow v5 Training Slides - Module 17 - Building PluginsJoget Workflow v5 Training Slides - Module 17 - Building Plugins
Joget Workflow v5 Training Slides - Module 17 - Building PluginsJoget Workflow
 
Joget Workflow v5 Training Slides - Module 16 - Preparing Development Environ...
Joget Workflow v5 Training Slides - Module 16 - Preparing Development Environ...Joget Workflow v5 Training Slides - Module 16 - Preparing Development Environ...
Joget Workflow v5 Training Slides - Module 16 - Preparing Development Environ...Joget Workflow
 
Joget Workflow v5 Training Slides - Module 15 - Introduction to Plugin Archit...
Joget Workflow v5 Training Slides - Module 15 - Introduction to Plugin Archit...Joget Workflow v5 Training Slides - Module 15 - Introduction to Plugin Archit...
Joget Workflow v5 Training Slides - Module 15 - Introduction to Plugin Archit...Joget Workflow
 

Más de Joget Workflow (20)

Joget Workflow v6 Training Slides - 22 - Best Practices on Application Building
Joget Workflow v6 Training Slides - 22 - Best Practices on Application BuildingJoget Workflow v6 Training Slides - 22 - Best Practices on Application Building
Joget Workflow v6 Training Slides - 22 - Best Practices on Application Building
 
Joget Workflow v6 Training Slides - 20 - Basic System Administration
Joget Workflow v6 Training Slides - 20 - Basic System AdministrationJoget Workflow v6 Training Slides - 20 - Basic System Administration
Joget Workflow v6 Training Slides - 20 - Basic System Administration
 
Joget Workflow v6 Training Slides - 18 - Integrating with External System
Joget Workflow v6 Training Slides - 18 - Integrating with External SystemJoget Workflow v6 Training Slides - 18 - Integrating with External System
Joget Workflow v6 Training Slides - 18 - Integrating with External System
 
Joget Workflow v6 Training Slides - 17 - Building Plugins
Joget Workflow v6 Training Slides - 17 - Building PluginsJoget Workflow v6 Training Slides - 17 - Building Plugins
Joget Workflow v6 Training Slides - 17 - Building Plugins
 
Joget Workflow v6 Training Slides - 16 - Preparing Development Environment
Joget Workflow v6 Training Slides - 16 - Preparing Development EnvironmentJoget Workflow v6 Training Slides - 16 - Preparing Development Environment
Joget Workflow v6 Training Slides - 16 - Preparing Development Environment
 
Joget Workflow v6 Training Slides - 15 - Introduction to Plugin Architecture
Joget Workflow v6 Training Slides - 15 - Introduction to Plugin ArchitectureJoget Workflow v6 Training Slides - 15 - Introduction to Plugin Architecture
Joget Workflow v6 Training Slides - 15 - Introduction to Plugin Architecture
 
Joget Workflow v6 Training Slides - 14 - Introduction to Reporting
Joget Workflow v6 Training Slides - 14 - Introduction to ReportingJoget Workflow v6 Training Slides - 14 - Introduction to Reporting
Joget Workflow v6 Training Slides - 14 - Introduction to Reporting
 
Joget Workflow v6 Training Slides - 13 - Improving your Form Design and Prese...
Joget Workflow v6 Training Slides - 13 - Improving your Form Design and Prese...Joget Workflow v6 Training Slides - 13 - Improving your Form Design and Prese...
Joget Workflow v6 Training Slides - 13 - Improving your Form Design and Prese...
 
Joget Workflow v6 Training Slides - 12 - Version Control
Joget Workflow v6 Training Slides - 12 - Version ControlJoget Workflow v6 Training Slides - 12 - Version Control
Joget Workflow v6 Training Slides - 12 - Version Control
 
Joget Workflow v6 Training Slides - 11 - SLA and Deadlines
Joget Workflow v6 Training Slides - 11 - SLA and DeadlinesJoget Workflow v6 Training Slides - 11 - SLA and Deadlines
Joget Workflow v6 Training Slides - 11 - SLA and Deadlines
 
Joget Workflow v6 Training Slides - 9 - Hash Variable
Joget Workflow v6 Training Slides - 9 - Hash VariableJoget Workflow v6 Training Slides - 9 - Hash Variable
Joget Workflow v6 Training Slides - 9 - Hash Variable
 
Joget Workflow v6 Training Slides - 7 - Designing your First Datalist
Joget Workflow v6 Training Slides - 7 - Designing your First DatalistJoget Workflow v6 Training Slides - 7 - Designing your First Datalist
Joget Workflow v6 Training Slides - 7 - Designing your First Datalist
 
Joget Workflow v6 Training Slides - 6 - Using your First Process Tool
Joget Workflow v6 Training Slides - 6 - Using your First Process ToolJoget Workflow v6 Training Slides - 6 - Using your First Process Tool
Joget Workflow v6 Training Slides - 6 - Using your First Process Tool
 
Joget Workflow v6 Training Slides - 4 - Localizing your Joget Workflow
Joget Workflow v6 Training Slides - 4 - Localizing your Joget WorkflowJoget Workflow v6 Training Slides - 4 - Localizing your Joget Workflow
Joget Workflow v6 Training Slides - 4 - Localizing your Joget Workflow
 
Joget Workflow v6 Training Slides - 1 - Introduction to Joget Workflow
Joget Workflow v6 Training Slides - 1 - Introduction to Joget WorkflowJoget Workflow v6 Training Slides - 1 - Introduction to Joget Workflow
Joget Workflow v6 Training Slides - 1 - Introduction to Joget Workflow
 
Joget Workflow v5 Training Slides - Module 20 - Basic System Administration
Joget Workflow v5 Training Slides - Module 20 - Basic System AdministrationJoget Workflow v5 Training Slides - Module 20 - Basic System Administration
Joget Workflow v5 Training Slides - Module 20 - Basic System Administration
 
Joget Workflow v5 Training Slides - Module 18 - Integrating with External System
Joget Workflow v5 Training Slides - Module 18 - Integrating with External SystemJoget Workflow v5 Training Slides - Module 18 - Integrating with External System
Joget Workflow v5 Training Slides - Module 18 - Integrating with External System
 
Joget Workflow v5 Training Slides - Module 17 - Building Plugins
Joget Workflow v5 Training Slides - Module 17 - Building PluginsJoget Workflow v5 Training Slides - Module 17 - Building Plugins
Joget Workflow v5 Training Slides - Module 17 - Building Plugins
 
Joget Workflow v5 Training Slides - Module 16 - Preparing Development Environ...
Joget Workflow v5 Training Slides - Module 16 - Preparing Development Environ...Joget Workflow v5 Training Slides - Module 16 - Preparing Development Environ...
Joget Workflow v5 Training Slides - Module 16 - Preparing Development Environ...
 
Joget Workflow v5 Training Slides - Module 15 - Introduction to Plugin Archit...
Joget Workflow v5 Training Slides - Module 15 - Introduction to Plugin Archit...Joget Workflow v5 Training Slides - Module 15 - Introduction to Plugin Archit...
Joget Workflow v5 Training Slides - Module 15 - Introduction to Plugin Archit...
 

Último

Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprisepreethippts
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfStefano Stabellini
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)jennyeacort
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsAhmed Mohamed
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfAlina Yurenko
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationBradBedford3
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commercemanigoyal112
 
How To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROHow To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROmotivationalword821
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Rob Geurden
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024StefanoLambiase
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Mater
 
20240415 [Container Plumbing Days] Usernetes Gen2 - Kubernetes in Rootless Do...
20240415 [Container Plumbing Days] Usernetes Gen2 - Kubernetes in Rootless Do...20240415 [Container Plumbing Days] Usernetes Gen2 - Kubernetes in Rootless Do...
20240415 [Container Plumbing Days] Usernetes Gen2 - Kubernetes in Rootless Do...Akihiro Suda
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalLionel Briand
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsSafe Software
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureDinusha Kumarasiri
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作qr0udbr0
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanyChristoph Pohl
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceBrainSell Technologies
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfFerryKemperman
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesPhilip Schwarz
 

Último (20)

Odoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 EnterpriseOdoo 14 - eLearning Module In Odoo 14 Enterprise
Odoo 14 - eLearning Module In Odoo 14 Enterprise
 
Xen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdfXen Safety Embedded OSS Summit April 2024 v4.pdf
Xen Safety Embedded OSS Summit April 2024 v4.pdf
 
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
Call Us🔝>༒+91-9711147426⇛Call In girls karol bagh (Delhi)
 
Unveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML DiagramsUnveiling Design Patterns: A Visual Guide with UML Diagrams
Unveiling Design Patterns: A Visual Guide with UML Diagrams
 
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdfGOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
GOING AOT WITH GRAALVM – DEVOXX GREECE.pdf
 
How to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion ApplicationHow to submit a standout Adobe Champion Application
How to submit a standout Adobe Champion Application
 
Cyber security and its impact on E commerce
Cyber security and its impact on E commerceCyber security and its impact on E commerce
Cyber security and its impact on E commerce
 
How To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTROHow To Manage Restaurant Staff -BTRESTRO
How To Manage Restaurant Staff -BTRESTRO
 
Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...Simplifying Microservices & Apps - The art of effortless development - Meetup...
Simplifying Microservices & Apps - The art of effortless development - Meetup...
 
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
Dealing with Cultural Dispersion — Stefano Lambiase — ICSE-SEIS 2024
 
Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)Ahmed Motair CV April 2024 (Senior SW Developer)
Ahmed Motair CV April 2024 (Senior SW Developer)
 
20240415 [Container Plumbing Days] Usernetes Gen2 - Kubernetes in Rootless Do...
20240415 [Container Plumbing Days] Usernetes Gen2 - Kubernetes in Rootless Do...20240415 [Container Plumbing Days] Usernetes Gen2 - Kubernetes in Rootless Do...
20240415 [Container Plumbing Days] Usernetes Gen2 - Kubernetes in Rootless Do...
 
Precise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive GoalPrecise and Complete Requirements? An Elusive Goal
Precise and Complete Requirements? An Elusive Goal
 
Powering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data StreamsPowering Real-Time Decisions with Continuous Data Streams
Powering Real-Time Decisions with Continuous Data Streams
 
Implementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with AzureImplementing Zero Trust strategy with Azure
Implementing Zero Trust strategy with Azure
 
英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作英国UN学位证,北安普顿大学毕业证书1:1制作
英国UN学位证,北安普顿大学毕业证书1:1制作
 
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte GermanySuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
SuccessFactors 1H 2024 Release - Sneak-Peek by Deloitte Germany
 
CRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. SalesforceCRM Contender Series: HubSpot vs. Salesforce
CRM Contender Series: HubSpot vs. Salesforce
 
Introduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdfIntroduction Computer Science - Software Design.pdf
Introduction Computer Science - Software Design.pdf
 
Folding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a seriesFolding Cheat Sheet #4 - fourth in a series
Folding Cheat Sheet #4 - fourth in a series
 

Joget Workflow Training – Basic & Advance for v3.1 – Module 11 – A Revision - Building a Support Ticketing System

  • 1. All Rights Reserved © Joget Inc Joget Workflow v3 Training Programme: All That You Need To Know http://facebook.com/jogetworkflow http://twitter.com/jogetworkflow Last Revised on Oct 1, 2014 based on Joget 3.1Joget Inc Internal Use Only
  • 2. All Rights Reserved © Joget Inc Joget Workflow Training Programmes All That You Need to Know: Automating Your Processes and Building Applications Developer: Extending and building plugins. Joget Inc Internal Use Only
  • 3. All Rights Reserved © Joget Inc Joget Workflow Training • All That You Need to Know: Automating Your Processes and Building Applications • Who is it for? Any business process owner • Prerequisites: – Logical understanding on drawing a flowchart – No software development knowledge required Joget Inc Internal Use Only
  • 4. All Rights Reserved © Joget Inc Outline – Day 1 • Module 1: Introduction – Introduction to Business Process and Workflow – Introduction to Joget Workflow – Overview of Joget Workflow v3 Architecture • Module 2: Setting up Joget Workflow – Requirements – Installation – Overview of User Management • Module 3: Building your first Process-driven Application – Business Process Design – Designing Your First Workflow with Workflow Designer – Running Your First Automated Process Joget Inc Internal Use Only
  • 5. All Rights Reserved © Joget Inc Outline – Day 1 • Module 4: Process Monitoring – Administration of Process Instances in Joget • Module 5: Creating your first Forms – Creating your First Forms using Joget Form Builder – Understanding the relationship between Forms and Process Activities Joget Inc Internal Use Only
  • 6. All Rights Reserved © Joget Inc Outline – Day 2 • Module 6: Using the Email Tool – Implementing Email Tool Plugin on your Process Tool. • Module 7: Creating Datalist and Userview – Creating a Listing of submitted Form data. – Creating a User Interface (UI) for end-user access. • Module 8: Participant Mapping and Permission Control – Defining Process Participant Mapping on your Process – Enforcing Permission Control on your App Joget Inc Internal Use Only
  • 7. All Rights Reserved © Joget Inc Outline – Day 3 • Module 9: SLA and Deadlines – Service Level Agreement implementation on Workflow Process. – Creating Email Reminder on Workflow Process using Deadline implementation. • Module 10: Hash Variables – Dynamically populate Form fields, Email plugin. – Using Hash Variable • Module 11: A Revision - Building a Support Ticketing System Joget Inc Internal Use Only
  • 8. All Rights Reserved © Joget Inc Module 11 A Revision - Building a Support Ticketing System Joget Inc Internal Use Only
  • 9. All Rights Reserved © Joget Inc What are we building? • Support Ticketing system. • CRUD – Manage ticket’s category. • Tickets grouped by category. • Userview – Acts as the main point of access of the application and as the wrapper of all the processes, datalists and forms. Joget Inc Internal Use Only
  • 10. All Rights Reserved © Joget Inc Create App • App ID: ticketingSystem • App Name: Ticketing System Joget Inc Internal Use Only
  • 11. All Rights Reserved © Joget Inc Design Ticketing Process Joget Inc Internal Use Only
  • 12. All Rights Reserved © Joget Inc Ticketing Process Joget Inc Internal Use Only
  • 13. All Rights Reserved © Joget Inc Exercise • Test run and verify the process. – Make sure that all possible routes are tested. Go through the Workflow Process multiple times using different Workflow Variable value. Joget Inc Internal Use Only
  • 14. All Rights Reserved © Joget Inc Design Forms • Manage Ticket Categories • Manage Ticket submission flow (Submit, Approve etc) • ERD:- Remember! Define a Prefix for your App on naming the tables to prevent data clash with other AppsJoget Inc Internal Use Only
  • 15. All Rights Reserved © Joget Inc Design Forms for Categories • Create Category Joget Inc Internal Use Only
  • 16. All Rights Reserved © Joget Inc Category Form • Form ID: category • Form Name: Category • Table Name: ticket_categories Joget Inc Internal Use Only
  • 17. All Rights Reserved © Joget Inc Category Form Joget Inc Internal Use Only
  • 18. All Rights Reserved © Joget Inc Category Form Joget Inc Internal Use Only
  • 19. All Rights Reserved © Joget Inc Category Form Joget Inc Internal Use Only
  • 20. All Rights Reserved © Joget Inc Category Form Joget Inc Internal Use Only
  • 21. All Rights Reserved © Joget Inc Design Forms for Tickets • Submit Ticket • Approve Ticket • Execute Task • Acknowledge Rejection • Acknowledge Completion Joget Inc Internal Use Only
  • 22. All Rights Reserved © Joget Inc Submit Ticket Form • Form ID: submitTicket • Form Name: 1-Submit Ticket • Table Name: ticket_tickets Joget Inc Internal Use Only
  • 23. All Rights Reserved © Joget Inc Submit Ticket Form Joget Inc Internal Use Only
  • 24. All Rights Reserved © Joget Inc Submit Ticket Form Joget Inc Internal Use Only
  • 25. All Rights Reserved © Joget Inc Submit Ticket Form Joget Inc Internal Use Only
  • 26. All Rights Reserved © Joget Inc Submit Ticket Form Joget Inc Internal Use Only
  • 27. All Rights Reserved © Joget Inc Submit Ticket Form Joget Inc Internal Use Only
  • 28. All Rights Reserved © Joget Inc Submit Ticket Form Joget Inc Internal Use Only
  • 29. All Rights Reserved © Joget Inc Submit Ticket Form Joget Inc Internal Use Only
  • 30. All Rights Reserved © Joget Inc Approve Ticket Form • Form ID: approveTicket • Form Name: 2-Approve Ticket • Table Name: ticket_tickets Joget Inc Internal Use Only
  • 31. All Rights Reserved © Joget Inc Approve Ticket Form Joget Inc Internal Use Only
  • 32. All Rights Reserved © Joget Inc Approve Ticket Form Joget Inc Internal Use Only
  • 33. All Rights Reserved © Joget Inc Approve Ticket Form Joget Inc Internal Use Only
  • 34. All Rights Reserved © Joget Inc Approve Ticket Form Joget Inc Internal Use Only
  • 35. All Rights Reserved © Joget Inc Approve Ticket Form Joget Inc Internal Use Only
  • 36. All Rights Reserved © Joget Inc Exercise • Design the rest of the forms – Execute Task • with Subform of Approve Ticket form • add a TextArea for Technician to key in Remarks (id: technician_remarks) – Acknowledge Rejection • with Subform of Approve Ticket form – Acknowledge Completion • with Subform of Execute Task form Joget Inc Internal Use Only
  • 37. All Rights Reserved © Joget Inc The relationship between Forms and Database Tables • Forms – Submit Ticket – Approve Ticket – Execute Task – Acknowledge Rejection – Acknowledge Completion • Forms – Category Joget Inc Internal Use Only
  • 38. All Rights Reserved © Joget Inc Map Forms to Activities • With all the Forms designed, map the Forms to the Activities accordingly. Joget Inc Internal Use Only
  • 39. All Rights Reserved © Joget Inc The relationship between Forms and Activities 1. Submit Ticket 2. Approve Ticket 3. Execute Task 4. Acknowledge Rejection 5. Acknowledge Completion Joget Inc Internal Use Only
  • 40. All Rights Reserved © Joget Inc Exercise • Test run and verify the process. Joget Inc Internal Use Only
  • 41. All Rights Reserved © Joget Inc Map Participants Joget Inc Internal Use Only
  • 42. All Rights Reserved © Joget Inc Exercise • After mapping the participants, test run and verify the process again. • Remember to publish the App first. Joget Inc Internal Use Only
  • 43. All Rights Reserved © Joget Inc Design Datalists • Category List • Ticket List Joget Inc Internal Use Only
  • 44. All Rights Reserved © Joget Inc Category List • List and Manage Categories Joget Inc Internal Use Only
  • 45. All Rights Reserved © Joget Inc Category List • Select binder and form Joget Inc Internal Use Only
  • 46. All Rights Reserved © Joget Inc Category List • Add Name and Description columns Joget Inc Internal Use Only
  • 47. All Rights Reserved © Joget Inc Ticket List • List and Manage Tickets Joget Inc Internal Use Only
  • 48. All Rights Reserved © Joget Inc Ticket List • Select Form Data Binder as the Binder. • Select Submit Ticket as the form. • Add id, category, name, status as the columns. Joget Inc Internal Use Only
  • 49. All Rights Reserved © Joget Inc Design Userview • Userview serves as the front-end interface for end users to interact with the App. • Ticket Userview Joget Inc Internal Use Only
  • 50. All Rights Reserved © Joget Inc Ticket Userview • Create category Menu, Tickets, Categories. • Create the following element according to the order:- – HTML Page – Home – Inbox – Inbox – Run Process – Submit Ticket – List – List Tickets – Form – Add New Category – List – List Categories • Apply theme. • Preview and save! Joget Inc Internal Use Only
  • 51. All Rights Reserved © Joget Inc HTML Page – Home • First Menu item serves as the landing page. • Customize the element accordingly. Joget Inc Internal Use Only
  • 52. All Rights Reserved © Joget Inc Inbox – Inbox • Inbox is used to list assignments available to the logged in user. Joget Inc Internal Use Only
  • 53. All Rights Reserved © Joget Inc Run Process – Submit Ticket • Run Process element is used to start a new workflow process instance. • Map it to the Ticketing Process created earlier. Joget Inc Internal Use Only
  • 54. All Rights Reserved © Joget Inc List – List Tickets • List is used to show record listing created by the Datalist Builder. • Map it to the Ticket List created earlier. Joget Inc Internal Use Only
  • 55. All Rights Reserved © Joget Inc Form – Add New Category • Form is used to display and capture form data created by the Form Builder. • Map it to the Category form created earlier. Joget Inc Internal Use Only
  • 56. All Rights Reserved © Joget Inc List – List Categories • Form is used to display and capture form data created by the Form Builder. • Map it to the Category List created earlier. Joget Inc Internal Use Only
  • 57. All Rights Reserved © Joget Inc Preview and Save the Userview Joget Inc Internal Use Only
  • 58. All Rights Reserved © Joget Inc Exercise: Run through the Process • With the Userview created, run through the entire Ticketing Process again by using solely, the Userview. • You must first publish the App first. Joget Inc Internal Use Only
  • 59. All Rights Reserved © Joget Inc Exercise 1 • Problem statement: Anyone can see anything. Apply Permission Control according to the following rules. – Tickets – Logged in User – Categories – User “admin” Joget Inc Internal Use Only
  • 60. All Rights Reserved © Joget Inc Exercise 1 • At the category’s, select Permission and apply the appropriate Permission Type. Joget Inc Internal Use Only
  • 61. All Rights Reserved © Joget Inc Exercise 2 • Problem statement: There is no reference number to the Ticket submitted. The reference number should start from 1000. Joget Inc Internal Use Only
  • 62. All Rights Reserved © Joget Inc Exercise 2 • Add a ID Generator Field in the Submit Ticket form. • Configure the element, map it to the appropriate Environment Variable. Joget Inc Internal Use Only
  • 63. All Rights Reserved © Joget Inc Exercise 3 • Problem statement: When adding new category in the Category Userview, it should go to the category listing automatically after submission. Joget Inc Internal Use Only
  • 64. All Rights Reserved © Joget Inc Exercise 3 • Configure the redirection property in the Category Form element to point to the Category List. Unique ID (Custom ID) of the menu item. Joget Inc Internal Use Only
  • 65. All Rights Reserved © Joget Inc Exercise 4 • Problem statement: In the Ticket listing, the category column is showing the Category ID instead of showing the Category Name. Joget Inc Internal Use Only
  • 66. All Rights Reserved © Joget Inc Exercise 4 • Use the formatter function at the category ID column in the ticket list. Joget Inc Internal Use Only
  • 67. All Rights Reserved © Joget Inc Exercise 5 • Problem statement: There are lots of tickets submitted but most of them abandoned by the requester (left at the “Submit Ticket" activity). How to prevent this? Joget Inc Internal Use Only
  • 68. All Rights Reserved © Joget Inc Exercise 5 • Only start the process after the “Submit Ticket” form is submitted by utilizing the “Run Process” feature. Joget Inc Internal Use Only
  • 69. All Rights Reserved © Joget Inc Exercise 6 • Problem statement: The actual requester does not get assigned to the activity “Acknowledge Rejection” and “Acknowledge Completion” Joget Inc Internal Use Only
  • 70. All Rights Reserved © Joget Inc Exercise 6 • The participant “Requester” has not been mapped yet. • Map it to “Performer” who performed “Run Process”. Joget Inc Internal Use Only
  • 71. All Rights Reserved © Joget Inc Exercise 7 • Problem statement: Requester did not get the Reference number after submitting the ticket. Joget Inc Internal Use Only
  • 72. All Rights Reserved © Joget Inc Exercise 7 • Add an activity to the start of the process. Joget Inc Internal Use Only
  • 73. All Rights Reserved © Joget Inc Exercise 8 • Design a form that would prompt the requester of the reference ID. Joget Inc Internal Use Only
  • 74. All Rights Reserved © Joget Inc Exercise 8 • Map the form to the “Ticket Submitted” activity. • Check on “Show The Next Assignment When Completed” at “Run process” activity so that the form would be shown immediately after submission of the ticket. Joget Inc Internal Use Only
  • 75. All Rights Reserved © Joget Inc Exercise 9 • Problem Statement: User must hit on the “Complete” button in the “Ticket Submitted” form in order to send the ticket to the Manager for Approval. Joget Inc Internal Use Only
  • 76. All Rights Reserved © Joget Inc Exercise 9 • Change the process design such that “Ticket Submitted” and “Approve Ticket” run in parallel. Joget Inc Internal Use Only
  • 77. All Rights Reserved © Joget Inc Exercise 10 • Problem statement: User tend to forget to complete “Ticket submitted” activity leaving the process hanging even after ticket has been resolved. Joget Inc Internal Use Only
  • 78. All Rights Reserved © Joget Inc Exercise 10 • Introduce a synchronous deadline at “Ticket Submitted” that terminates in a specific time. Joget Inc Internal Use Only
  • 79. All Rights Reserved © Joget Inc Exercise 11 • Problem statement: In the inbox, one cannot identify on who is the requester. Joget Inc Internal Use Only
  • 80. All Rights Reserved © Joget Inc Exercise 11 • Use the Performer or Form Hash Variable in activity naming in your Workflow Designer. Joget Inc Internal Use Only
  • 81. All Rights Reserved © Joget Inc Stay Connected with Joget Workflow • www.joget.org • community.joget.org • twitter.com/jogetworkflow • facebook.com/jogetworkflow • youtube.com/jogetworkflow • slideshare.net/joget Joget Inc Internal Use Only