Business Sequence Generation | How-To | Flowable

preview_player
Показать описание
In Flowable all cases are identified by a unique identifier. Typically, those identifiers are long and hard to remember for persons. In this video business sequences are introduced to generate numbers which can be easily remembered by a user. It will be shown how they can be prefixed with numbers and custom strings, as well how a suffix can be added.

▶ Table of content:
00:00 Introduction
00:46 Creating a new app and process
01:17 Creating a process sequence
01:32 Sequence configuration
03:00 Specifying the name of the sequence variable and use it
03:36 Test the process and get the first value of the sequence
04:18 Create a new sequence value with an expression
04:54 Creating a second sequence model
05:36 Showing the variable with a user task
05:52 Execution with multiple sequences
06:38 Sequences with the generate sequence task
07:35 Execution with generate sequence task
07:54 Sequences in Flowable Control
08:54 Wrap up

► You can also find us on:

► About Flowable
Flowable is the intelligent business automation platform to automate end-to-end processes. From simple and repetitive, to complex and unpredictable scenarios – transform your business by connecting systems, data and people.

Being open and low-code, Flowable enables organizations to build tailored applications at speed and at scale, optimizing resources and reducing time to value, while maintaining full regulatory compliance.

#sequence #generation #business
Рекомендации по теме
Комментарии
Автор

What can we do if we want to add dynamic property for suffix/prefix?
e.g. in the start form we have an input called firstName and we want to use to firstName as suffix (it will be different for different users)

RuchikBiniwale