Tutorial: Advanced BPMN Symbols and More (Video 5)

  Рет қаралды 143,298

Camunda

Camunda

Күн бұрын

Пікірлер: 38
@OLIV3R_YT
@OLIV3R_YT 2 жыл бұрын
Awesome tutorial, as always!
@purushothamraog6241
@purushothamraog6241 Жыл бұрын
Thanks for great content ❤Naill
@mixxit2454
@mixxit2454 Жыл бұрын
Thks a lot for thoses video ; at 12:15, if time to task is 40' ; eat a second time ?
@CamundaTeam
@CamundaTeam Жыл бұрын
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.
@chins95
@chins95 Жыл бұрын
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
@tuprogresohumano
@tuprogresohumano Жыл бұрын
Pon ejemplos de desencadenantes que que produzan situacione sdeseables o casos de uso que generen valor.
@bblair2010
@bblair2010 3 жыл бұрын
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.
@synbaas9040
@synbaas9040 4 жыл бұрын
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/
@premn2700
@premn2700 5 жыл бұрын
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 5 жыл бұрын
Hi Prem - if you're interested in JUnit testing have a look at this presentation from our recent CamundaCon: kzbin.info/www/bejne/nYupYp53p72Ul5o you'll find the code included as well.
@mixxit2454
@mixxit2454 Жыл бұрын
Ces modélisations sont très riches mais a quel public s'adressent-elles? Par exemple sont-elles accessibles aux utilisateurs ?
@CamundaTeam
@CamundaTeam Жыл бұрын
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.
@itacirgabral1687
@itacirgabral1687 3 жыл бұрын
what would happen if an event that triggers subprocesses happens while a subprocess is running? Wil be it ignored or queued?
@CamundaTeam
@CamundaTeam 3 жыл бұрын
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/
@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."
@JohnSchwendinger
@JohnSchwendinger 6 жыл бұрын
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 жыл бұрын
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.
@TheGuroguro12
@TheGuroguro12 3 жыл бұрын
Thank you.
@cageybee777
@cageybee777 5 жыл бұрын
Can one use Scala.js or Rust when making things executable?
@CamundaTeam
@CamundaTeam 5 жыл бұрын
Hi Ramin - come talk to our Community and Camunda Developers on the Camunda Forum: forum.camunda.org/
@TheMaozan
@TheMaozan 5 жыл бұрын
Hi! How can I launch the Dark Lord's attack?
@CamundaTeam
@CamundaTeam 5 жыл бұрын
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 5 жыл бұрын
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 5 жыл бұрын
solved it. camunda.getRuntimeService().setVariable(delegateTask.getProcessInstanceId(), "triggerNotification", true);
@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 жыл бұрын
kzbin.info/www/bejne/hZPXq4tnn8ullaM here you can find as well
@sarindhubandara8760
@sarindhubandara8760 3 жыл бұрын
Thanks sir
@Ehmbar
@Ehmbar 5 жыл бұрын
manual in german? PRAXISHANDBUCH!!!!!1
@vladiraress
@vladiraress Жыл бұрын
This tutorial series is confusing, the hawk name is always different.
@CamundaTeam
@CamundaTeam Жыл бұрын
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
@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 жыл бұрын
Hi Dedranka - We recommend heading over to our forum where our engineers and community are ready to help: forum.camunda.org/
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Tutorial: Messaging with BPMN (Video 7)
31:15
Camunda
Рет қаралды 126 М.
Tutorial: How to Use Camunda's Rest API (Video 4)
19:41
Camunda
Рет қаралды 120 М.
Tutorial: How to Get Started With Camunda Platform 7 Run
17:49
BPMN Message Events and Message Flows Explained
20:15
Camunda
Рет қаралды 1,3 М.
All About DMN, Part 4: Advanced Details
15:28
Camunda
Рет қаралды 464
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН