Thks a lot for thoses video ; at 12:15, if time to task is 40' ; eat a second time ?
@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 Жыл бұрын
At 17:20, what would checking the "Local" checkbox do?
@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 Жыл бұрын
Pon ejemplos de desencadenantes que que produzan situacione sdeseables o casos de uso que generen valor.
@bblair20103 жыл бұрын
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.
@synbaas90404 жыл бұрын
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.
@CamundaTeam4 жыл бұрын
Hi Syn - this question is best directed to our Camunda Forum, where our engineers and community can help you: forum.camunda.org/
@premn27005 жыл бұрын
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?
@CamundaTeam5 жыл бұрын
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 Жыл бұрын
Ces modélisations sont très riches mais a quel public s'adressent-elles? Par exemple sont-elles accessibles aux utilisateurs ?
@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.
@itacirgabral16873 жыл бұрын
what would happen if an event that triggers subprocesses happens while a subprocess is running? Wil be it ignored or queued?
@CamundaTeam3 жыл бұрын
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/
@stefanjankovic82533 жыл бұрын
I followed every video in order, but where did that weather BPM come from? Could you provide a link?
@CamundaTeam3 жыл бұрын
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."
@JohnSchwendinger6 жыл бұрын
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?
@nialldeehan43835 жыл бұрын
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.
@TheGuroguro123 жыл бұрын
Thank you.
@cageybee7775 жыл бұрын
Can one use Scala.js or Rust when making things executable?
@CamundaTeam5 жыл бұрын
Hi Ramin - come talk to our Community and Camunda Developers on the Camunda Forum: forum.camunda.org/
@TheMaozan5 жыл бұрын
Hi! How can I launch the Dark Lord's attack?
@CamundaTeam5 жыл бұрын
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..
@minishamurugan5 жыл бұрын
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.
@minishamurugan5 жыл бұрын
solved it. camunda.getRuntimeService().setVariable(delegateTask.getProcessInstanceId(), "triggerNotification", true);
@Nikhil-ut3ln4 жыл бұрын
Hi Niall , could you make tutorial vedio on how to send a mail by mail task plz.
@CamundaTeam4 жыл бұрын
Hi Nikhil - this question is best directed to our Camunda Forum, where our engineers and community can help you: forum.camunda.org/
@tejapolisetty38064 жыл бұрын
kzbin.info/www/bejne/hZPXq4tnn8ullaM here you can find as well
@sarindhubandara87603 жыл бұрын
Thanks sir
@Ehmbar5 жыл бұрын
manual in german? PRAXISHANDBUCH!!!!!1
@vladiraress Жыл бұрын
This tutorial series is confusing, the hawk name is always different.
@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
@dedrunker3 жыл бұрын
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
@dedrunker3 жыл бұрын
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)
@CamundaTeam3 жыл бұрын
Hi Dedranka - We recommend heading over to our forum where our engineers and community are ready to help: forum.camunda.org/