Spring Tips: Business Process Management with Flowable

Sdílet
Vložit
  • čas přidán 9. 07. 2024
  • Hi Spring fans! In this installment of Spring Tips we look at how to use the Apache 2 licensed Flowable BPMN 2 workflow engine with Spring.
    speaker: Josh Long
    / starbuxman
  • Věda a technologie

Komentáře • 26

  • @amalik866
    @amalik866 Před 4 lety +7

    Absolutely awesome and engaging. I liked the way you described the history of flowable. This tells me that the team had seasoning and experience in business processes and human interaction in management of the work flow. Keep up the good work.

    • @leonardocaden8247
      @leonardocaden8247 Před 2 lety

      Sorry to be so offtopic but does someone know a method to get back into an Instagram account??
      I somehow lost my password. I love any help you can give me!

    • @aydenbrody4258
      @aydenbrody4258 Před 2 lety

      @Leonardo Caden instablaster ;)

    • @leonardocaden8247
      @leonardocaden8247 Před 2 lety

      @Ayden Brody I really appreciate your reply. I got to the site on google and I'm waiting for the hacking stuff now.
      Looks like it's gonna take quite some time so I will reply here later when my account password hopefully is recovered.

    • @leonardocaden8247
      @leonardocaden8247 Před 2 lety +1

      @Ayden Brody it worked and I finally got access to my account again. I'm so happy!
      Thanks so much, you saved my account :D

    • @aydenbrody4258
      @aydenbrody4258 Před 2 lety

      @Leonardo Caden Happy to help :D

  • @jmcrowley
    @jmcrowley Před 5 lety +2

    Thank you, Josh. Very useful overview. Would enjoy seeing a follow-up.

  • @putinscat1208
    @putinscat1208 Před 5 lety +29

    @18:54, he finally gets off the front page.

    • @aloufin
      @aloufin Před 3 lety +1

      But dude! All the juicy history. I learnt so much about Java ecosystem listening to this to be fair.
      (but then i used up all my attention and didn't acctually watch the techincal part lol)

    • @putinscat1208
      @putinscat1208 Před 3 lety

      @@aloufin I see this in many books. Chapter 1 is all the stuff no one cares about. I found the best way to learn this was from the documentation. In the end, didn't use it because when you try to submit more than one item at a time your screen locks up while each item goes thru its flow. What should happen is, I submit 50 user items, each item should transition and return before moving to next state. Or at least the next state of item 1 shouldn't lock up your thread transitioning the other 49 items.

  • @nadaouji7883
    @nadaouji7883 Před 5 lety +1

    Thank you, very useful overview. There is no other video for CMMN with flowabel ?

  • @ranajitjana4030
    @ranajitjana4030 Před 3 lety +1

    Very nice... Good intro

  • @marinalondei777
    @marinalondei777 Před 5 lety +5

    Can you do a tutorial on how to handle HTTP request and their results with flowable?

  • @ElevatedHorizons_2024
    @ElevatedHorizons_2024 Před 5 lety +2

    Thanks

  • @metrolights250
    @metrolights250 Před 3 lety +1

    Any advice on choosing flowable or Spring State Machine?

    • @OutboxThinker1
      @OutboxThinker1 Před rokem +1

      Spring State Machine is the best choice for me. I am using it and we had to compare it with Flowable

  • @terribletomm
    @terribletomm Před rokem

    How is this different than Activiti? It looks the exact same.

  • @wangwei417
    @wangwei417 Před 5 lety +3

    don't know why, the way he presents and speaks just make me anxious :-)

  • @srinivastadimalla1232

    Sir, Can you please share the bpmn20.xml file

  • @JonatanIvanov
    @JonatanIvanov Před 5 lety +2

    I have been seeing uao in your talks a lot, what is it, Unzip And Open? :)
    Like unzip $1 && idea "$(dirname $1)/$(echo $(basename $1) | cut -d '.' -f 1)/pom.xml"
    Also is this the progress bar? plugins.jetbrains.com/plugin/8575-nyan-progress-bar

  • @akogepayo
    @akogepayo Před 4 lety +1

    Involves a lot of java coding? It shouldn't be.