Tutorial: Advanced BPMN Symbols and More (Video 5)

Поділитися
Вставка
  • Опубліковано 21 жов 2024

КОМЕНТАРІ • 38

  • @OLIV3R_YT
    @OLIV3R_YT 2 роки тому +1

    Awesome tutorial, as always!

  • @tuprogresohumano
    @tuprogresohumano Рік тому +2

    Pon ejemplos de desencadenantes que que produzan situacione sdeseables o casos de uso que generen valor.

  • @JohnSchwendinger
    @JohnSchwendinger 5 років тому +1

    You misspelled “Usidore, Wizard of the Twelfth Realm of Ephysiyies, Master of Light and Shadow, Manipulator of Magical Delights, Devourer of Chaos, Champion of the Great Halls of Terr’akkas. The elves know him as Fi’ang Yalok. The dwarves know him as Zoenen Hoogstandjes. And he is known in the Northeast as Gaismunēnas Meistar.” And there are other secret names that are too dangerous to include here - maybe an error boundary event is needed?

    • @nialldeehan4383
      @nialldeehan4383 5 років тому +4

      This was an egregious over-site on my part - I'll fix this issue as soon as I've discovered his full complement of names. Stay tuned.

  • @purushothamraog6241
    @purushothamraog6241 Рік тому

    Thanks for great content ❤Naill

  • @bblair2010
    @bblair2010 3 роки тому +1

    Please tell me how to operate the Dark Lord process to interrupt the other processes. Then to fight the Dark Lord, then resume the other proceseses.

  • @mixxit2454
    @mixxit2454 9 місяців тому

    Thks a lot for thoses video ; at 12:15, if time to task is 40' ; eat a second time ?

    • @CamundaTeam
      @CamundaTeam  9 місяців тому

      Hello! In this process, if it takes longer than 20 minutes to get to Foon, we will always get something to eat and the process is ended. It doesn't matter if it's 21 minutes or 40-we will always get something to eat and the process will have to start anew.

  • @synbaas9040
    @synbaas9040 4 роки тому +2

    Hi Niall, it would be much appreciated if you could upload all this code to a git repository and give us the path in description.

    • @CamundaTeam
      @CamundaTeam  4 роки тому

      Hi Syn - this question is best directed to our Camunda Forum, where our engineers and community can help you: forum.camunda.org/

  • @TheGuroguro12
    @TheGuroguro12 3 роки тому +1

    Thank you.

  • @mixxit2454
    @mixxit2454 9 місяців тому

    Ces modélisations sont très riches mais a quel public s'adressent-elles?
    Par exemple sont-elles accessibles aux utilisateurs ?

    • @CamundaTeam
      @CamundaTeam  9 місяців тому

      Hi there - In this particular video, Niall explores advanced BPMN symbols and how to use them so it is best for viewers to have a basic understanding of BPMN, Java, and Camunda.

  • @stefanjankovic8253
    @stefanjankovic8253 3 роки тому

    I followed every video in order, but where did that weather BPM come from? Could you provide a link?

    • @CamundaTeam
      @CamundaTeam  3 роки тому

      Hi Stefan! Niall creates a task for "Check Weather" in this video: bit.ly/3lmQSVO. It should be cued up to roughly the time he first mentions "Check Weather."

  • @ConorChinitz
    @ConorChinitz Рік тому

    At 17:20, what would checking the "Local" checkbox do?

    • @CamundaTeam
      @CamundaTeam  Рік тому

      Hello - Great question! Checking that would map the variables to a local rather than global scope, so the rest of the process wouldn't have access to those. To chat further about this, we recommend heading over to our forum to connect with our community and engineers: bit.ly/3ypuP97

  • @premn2700
    @premn2700 4 роки тому

    Including junit-integration tests that send those messages and validate significant usecases, would be greatly useful for learning "production quality" coding. Would you please include the git-repo-url where this bpmn files, and junit tests are present?

    • @CamundaTeam
      @CamundaTeam  4 роки тому +1

      Hi Prem - if you're interested in JUnit testing have a look at this presentation from our recent CamundaCon: ua-cam.com/video/gZF1kArXaa8/v-deo.html you'll find the code included as well.

  • @itacirgabral1687
    @itacirgabral1687 2 роки тому

    what would happen if an event that triggers subprocesses happens while a subprocess is running? Wil be it ignored or queued?

    • @CamundaTeam
      @CamundaTeam  2 роки тому +1

      Hi Itacir! Great question! This depends on your process. To learn more, please visit bit.ly/3cb9AvD or connect with our engineers and community to chat further: forum.camunda.org/

  • @sarindhubandara8760
    @sarindhubandara8760 3 роки тому +1

    Thanks sir

  • @cageybee777
    @cageybee777 4 роки тому

    Can one use Scala.js or Rust when making things executable?

    • @CamundaTeam
      @CamundaTeam  4 роки тому

      Hi Ramin - come talk to our Community and Camunda Developers on the Camunda Forum: forum.camunda.org/

  • @Nikhil-ut3ln
    @Nikhil-ut3ln 4 роки тому

    Hi Niall , could you make tutorial vedio on how to send a mail by mail task plz.

    • @CamundaTeam
      @CamundaTeam  4 роки тому

      Hi Nikhil - this question is best directed to our Camunda Forum, where our engineers and community can help you: forum.camunda.org/

    • @tejapolisetty3806
      @tejapolisetty3806 4 роки тому

      ua-cam.com/video/ObtzX1jfr_A/v-deo.html here you can find as well

  • @TheMaozan
    @TheMaozan 5 років тому +1

    Hi!
    How can I launch the Dark Lord's attack?

    • @CamundaTeam
      @CamundaTeam  5 років тому +1

      If a variable called darkLordAttacks becomes true at any point in the process, the process will be interrupted this variables can be added as part of a payload to a message event or as part of a user task..

    • @minishamurugan
      @minishamurugan 4 роки тому

      Hi, did you manage to get this working? I tried multiple ways. None worked so far..
      @Override
      public void notify(DelegateTask delegateTask) {
      System.out.println("create task is being called");
      camunda.getRuntimeService()
      .createConditionEvaluation()
      .setVariable("triggerNotification", true)
      .evaluateStartConditions();
      }
      exception: Caused by: org.camunda.bpm.engine.ProcessEngineException: Exception while invoking TaskListener: ENGINE-13043 No subscriptions were found during evaluation of the conditional start events.

    • @minishamurugan
      @minishamurugan 4 роки тому

      solved it. camunda.getRuntimeService().setVariable(delegateTask.getProcessInstanceId(), "triggerNotification", true);

  • @vladiraress
    @vladiraress 9 місяців тому

    This tutorial series is confusing, the hawk name is always different.

    • @CamundaTeam
      @CamundaTeam  9 місяців тому

      Hi there - Thank you for watching and for your feedback! Niall does seem to have a growing flock of hawks and it can, indeed, be hard to keep track of their names-luckily, they're often unrelated to BPMN. If you'd like to chat more about BPMN, we hope you'll join us on our forum: bit.ly/3ypuP97

  • @Ehmbar
    @Ehmbar 5 років тому +1

    manual in german? PRAXISHANDBUCH!!!!!1

  • @dedrunker
    @dedrunker 3 роки тому

    Hi Niall , in the current version , following this video i received an Http 400 : {
    "type": "InvalidRequestException",
    "message": "No message name supplied"
    }
    my request : {
    "messageName" : "RecebeuRetornoScoreMessage",
    "businessKey" : "12"
    }
    where messageName is the name of messageIntermediateCatchEvent
    do you have any clue ? btw , i am checking the Business Key option in call activity

    • @dedrunker
      @dedrunker 3 роки тому

      Hey Niall, never mind , I tried the same using SOAP UI and it Worked, there is something really weird with my Postman app version , i am using Postman Vrs 8.0.7 (8.0.7)

    • @CamundaTeam
      @CamundaTeam  3 роки тому +1

      Hi Dedranka - We recommend heading over to our forum where our engineers and community are ready to help: forum.camunda.org/