By default, the flow of tasks is executed in a synchronous way: all tasks will be treated one after the other, by a single thread. This being said, if a process contains, example, four service calls - where each call lasts around 30 seconds - this process execution will run - and allocate JVM, CPU,… Continue reading Asynchronous Execution
Tag: jobs
[jBPM7 QuickTips] Native Jobs
Summary of some native jobs currently available to be used within jBPM7
ISO-8601 Time Standard
ISO-8601 standard was created with the objective of elaborating a crystal clear language to talk about dates and periods and avoid misinterpretation. Here are some tips on possible pattern usage: Dates can be defined in format YYYY-MM-DD, with a specific Day, Month and Year. Ex: 2019-04-12, means 12th April from 2019.It is also possible to use for example, YYYY-MM, necessarily with "-" in between… Continue reading ISO-8601 Time Standard