Posts

Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadlines

In this module, we will be discussing about 2 main topics. SLA (Service Leave Agreement) implementation and Deadlines implementation on Workflow Activity. Service Level Agreement  (SLA)  can be incorporated in the process design as a means for the process owner to define and maintain quality of services. In Joget, SLA may be implemented at the process level and, typically, at the activity level . On the other hand, Deadlines act as a timer which triggers an exception transition to another activity when a specified duration has elapsed. Deadlines can be set for each activity. Joget Workflow Training – Basic & Advance for v3.1 – Module 9 – SLA and Deadlines from Joget Workflow   This is the complete listing of all the modules. 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...

Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant Mapping and Permission Control

Image
In this eighth module, we will be talking about Participant Mapping and Permission Control . They are essentially 2 main chapters combined together in one module as they are related with user control. Joget Workflow Training – Basic & Advance for v3.1 – Module 8 – Participant Mapping and Permission Control from Joget Workflow This is the complete listing of all the modules. 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 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 th...

Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Datalist and Userview

Image
We are making our training slides available online. This set of training slides is based on the Joget Workflow v3.1 version. This would be another good avenue for those who are looking for more learning materials to create more values for their organizations. In this module, we will be covering the third and last components of Joget Workflow - Datalist and Userview . Userview with a Form created using the Joget Form Builder and Userview Builder Datalist in a Userview created using the Joget Datalist Builder Datalist is often used as a mean for reporting purpose or to list down submitted application data. Userview, on the other hand, is primarily used to act as end user interface to access the app designed in Joget. Joget Workflow Training – Basic & Advance for v3.1 – Module 7 – Creating Datalist and Userview from Joget Workflow This is the complete listing of all the modules. Module 1: Introduction Introduction to Business Process and Workflow Introdu...

Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Email Tool

We are making our training slides available online. This set of training slides is based on the Joget Workflow v3.1 version. This would be another good avenue for those who are looking for more learning materials to create more values for their organizations. In this sixth module, we will be learning on how to map the existing process's Tool node to one of the many available Process Tool plugins . We will be learning on how to configure the Email Tool to send out Email as part of the Workflow Process flow. Joget Workflow Training – Basic & Advance for v3.1 – Module 6 – Using the Email Tool from Joget Workflow This is the complete listing of all the modules. 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 Applicatio...

Joget Workflow Training – Basic & Advance for v3.1 – Module 5 – Creating your first Forms

Image
We are making our training slides available online. This set of training slides is based on the Joget Workflow v3.1 version. This would be another good avenue for those who are looking for more learning materials to create more values for their organizations. This is the fifth out of 11 modules that will be posted online every few days. In this module, we will be learning about the Form Builder. The Form Builder is the second component of 4 components in Joget. In Joget, the 4 components are:- Workflow engine Form Datalist Userview In Form Builder module, we will be learning the following:- Naming convention for table naming in Form Builder itself. Form to Activity mapping for Workflow Process Creation of Form with basic input elements such as Text Field, Date Picker, and Textarea. Subform concept in Form Builder to refer to existing form. Workflow Process flow control using Form Builder's input element. Joget Workflow Training – Basic & Advance fo...

Joget v4.0.14 released

We are delighted to announce the immediate availability of the latest maintenance build of Joget tagged with version 4.0.14 (Build 1792). Compared to the previous release, this release has the following notable updates:- Maintaining order when Form Grid/List Grid hit validation errors. Ordering in Popup Select Box/ List Grid. Improvement in Jasper Reports Menu. Improvement of logging for Hash Variables. Improvement in process design update. Date format support improvement for Date Picker. Improvement of data storage for Multi Paged Form. Support of '.' & '@' in username. Persisting of current menu item in CorporatiTheme. Improvement the reliability of User Notification plugin. If you would like to view the complete change log, please look for the "changes.txt" file after downloading/installing Joget. Click here to download Joget .

Joget Workflow Training – Basic & Advance for v3.1 – Module 4 – Process Monitoring

We are making our training slides available online. This set of training slides is based on the Joget Workflow v3.1 version. This would be another good avenue for those who are looking for more learning materials to create more values for their organizations. This is the fourth out of 11 modules that will be posted online every few days. In this module, we will be learning on how to keep track of running instances created in Joget Workflow. We will also be looking at actions that can be taken by the administrator in managing the system. Joget Workflow Training – Basic & Advance for v3.1 – Module 4 – Process Monitoring from Joget Workflow This is the complete listing of all the modules. 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 P...

Joget Workflow Training – Basic & Advance for v3.1 – Module 3 – Building your first Process-driven Application

We are making our training slides available online. This set of training slides is based on the Joget Workflow v3.1 version. This would be another good avenue for those who are looking for more learning materials to create more values for their organizations. This is the third out of 11 modules that will be posted online every few days. In this module, we will learning on how to create a Process-driven Application by first creating a application container, followed by a simplistic Workflow Process design. By creating a Workflow Process design, we will be learning about elements such as Activity, Tool, Transition, Route, Participant, System Swimlane and so on. After the creation of the Workflow Process, we will then move on to verify the work done by going through the actual Process flow itself. Joget Workflow Training – Basic & Advance for v3.1 – Module 3 – Building your first Process-driven Application from Joget Workflow This is the complete listing of all the modu...

Better flow control in Workflow Design

Image
A Condition transition is used part of decision making process for the purpose of routing in a workflow process. What we have below is a typical "Yes/No", "Approve/Reject" routing by using the following expression. status == "Approved" whereby "status" is a declared Workflow Variable . If the "status" variable contains the exact string of "Approved", then the Workflow would then flows to "Send Approved Proposal". Expressing more with the expression In the "expression" field of the transition element found in your workflow process design, one can  actually put in Javascript coding into it. As long as at the end of it, one of the statement would return a true/false value.  Example: var myRegExp = /dog/; var myText = " My dog smells worse than your dog"; myRegExp.test(myText) would return a true . var myRegExp = /dogie/; var myText = " My dog smells worse than your dog...

Joget Workflow Training – Basic & Advance for v3.1 – Module 2 – Setting Up Joget Workflow

We are making our training slides available online. This set of training slides is based on the Joget Workflow v3.1 version. This would be another good avenue for those who are looking for more learning materials to create more values for their organizations. This is the second out of 11 modules that will be posted online every few days. In this module, we will be going through on how to install Joget Workflow in your system as well as going through the built-in user directory management in Joget's web console. By default, Joget comes with a sample organization chart users for you to experiment with. It is possible for one to use external directory user implementation by using the LDAP Directory Manager plugin. Joget Workflow Training – Basic & Advance for v3.1 – Module 2 – Setting up Joget Workflow from Joget Workflow This is the complete listing of all the modules. Module 1: Introduction Introduction to Business Process and Workflow Introduction to Jog...

Popular Posts

Transforming Customer Onboarding: How Allied Benefit Systems Achieved Reporting Accuracy and Streamlined Business Processes with No-code/Low-code.

Superapps in the Enterprise: Up, Up and Away!

Joget Unveils Hashgraph Application Studio, a No-Code Platform for Decentralized Applications on Hedera

Setting the Record Straight: Misconceptions about Open Source Technology

Check Out Our New Blog Location!