I highly recommend the following (e-)book in case you want to gain an in-depth knowledge about BPMN. Click here to buy it on amazon: amzn.to/3UJ9no6 I've read this book too and it is the foundation my knowledge is based on. This link is my personal affiliate link, this means in case you are buying this book I get a comission which supports this channel without you having additional costs! Thank you so much :)
@froufou1008 ай бұрын
ok it's me again fromt he oher video - I think I got the difference now - Exclusive is a must-have, inclusive is a must-have within a could-have list. That is how my brain is interpreting this, is that correct?
@katmankatje65343 жыл бұрын
This was a very good explanation, thank you so much!
@theagilebusinessanalyst3 жыл бұрын
Thank you very much for your feedback, glad to hear that I could help you out
@virginiabaum2 жыл бұрын
Thanks a lot! All examples very simple and appropriated!
@theagilebusinessanalyst2 жыл бұрын
You‘re welcome! What do you do for a living? Curious as BPMN seems to interest you
@kinonpradika Жыл бұрын
Thank you, it's really simple and easy to understand.
@hannailinykh21713 жыл бұрын
Thank you, nice job, short enough but understandable and useful
@theagilebusinessanalyst3 жыл бұрын
Thanks for your feedback, happy to support!
@moomoo8cow2 жыл бұрын
Thank you sir this was really helpful 😍👍🏼
@theagilebusinessanalyst2 жыл бұрын
Happ to hear that :)
@Cece_uu3 жыл бұрын
Thank you for such an excellent explanation.
@theagilebusinessanalyst3 жыл бұрын
You're welcome!
@AuntyShaPray Жыл бұрын
Excellent
@blockrn623 жыл бұрын
Wry helpful and thank you
@theagilebusinessanalyst3 жыл бұрын
Great to hear that you found what you needed :)
@mr_masutha7 ай бұрын
You helped me so much.
@theagilebusinessanalyst7 ай бұрын
Glad I could help :)
@edoardomaldini545 Жыл бұрын
Thanks a lot! Very clear :)
@theagilebusinessanalyst Жыл бұрын
You‘re welcome 🤗
@samsonakinsanya18102 жыл бұрын
Best video ever, thanks so much for this
@theagilebusinessanalyst2 жыл бұрын
Love Your feedback!
@tajpyeukai8214 Жыл бұрын
Hey. Great videos. What took do uou use to make the videos?
@samaismael932 жыл бұрын
thanks so much dear 🌺
@theagilebusinessanalyst2 жыл бұрын
Always happy to help!
@samaismael932 жыл бұрын
please explain the different between interrupting and non-interrupting 🙏
@theagilebusinessanalyst2 жыл бұрын
@@samaismael93 probably worth an own video, but here in very brief: Whenever you have an event bound to an activity, it can be either interrupting or non interrupting. Imagine the following scenario: You have an activity „Load Page“. This activity is responsible for loading a website. Let‘s say, if the loading is longer than 5 seconds, you want to show an error and you want to stop performing „Load Page“. In this scenario you would use interrupting event, because as the event „loaded longer for 5 sec“ occured, you immediately stop the activity „Load page“. Another scenario: Let‘s say when the page is loading for more than 5 seconds, you dont‘t want to stop performing „Load Page“. Let‘s say you want to alert IT support but still keep „Load Page“ running. Then you would use non-intereupting event „loaded for more than 5 secs“. This means „load page“ still runs and in addition whatever you have modelled after „loaded for more than 5 secs“ will also happen in parallel.
@samaismael932 жыл бұрын
@@theagilebusinessanalyst I understand thanks so much dear 🙏
@Niel8224 ай бұрын
@theagilebusinessanalyst Can the either or be used in cases where both paths will be followed ?. I think so .For example, I am creating it to show a process where a system has a limited capacity and we can share data through it. Therefore if the user has access to the system then we share the data through the system.However if the user has not access then we share an excel file , so we take another process (outside the system) and both paths will be followed, as all users need to take the process of accessing data .It is not a parallel for sure and it will need to have a question on top to depict that the user has or has not access to the system. It will have the following question User can access system ?
@theagilebusinessanalyst4 ай бұрын
Not sure if I got it 100%. I would say you have an xor gateway asking „Has user access?“. If YES, Then task „share data through system“. ELSE then task „share excel to user“. what happens after the excel is shared?
@Niel8224 ай бұрын
@theagilebusinessanalyst thanks for the prompt response! You got it! 😉. I also used x or! I was confused because you said that only one path is valid with x or , what you meant?. In my case both paths are valid .First path : user has access to the system-> opens dataset -> analyses->saves it-> all users receive the notification of the updated dataset ->end of flow( I use the circle to depict that the process ends). Second path: user has not access-> user receives an email with the dataset he needs to analyse-> user analyses dataset in his desktop-> user saves dataset-> user sends back the dataset to the user that has send it to him. Here I change swimlane, as the user who receives the analysed dataset belongs to another department. The other department opens the email with the analysed dataset and uploads it to the system and then manually consolidates all analyses both the ones made in the system and the ones made outside the system from the user's who couldn't access it. I hope 🙏 I didn't confuse you. What is the difference with the or? What do you think? I believe or will be used when depending on the case/event or even milestone one path will be used .Thanks so much?
@AhmadAsifArifeen2 жыл бұрын
well explained
@theagilebusinessanalyst2 жыл бұрын
Great to help you out!
@andreaskarz4 ай бұрын
I have a different opinion here. XOR can also serve several paths, e.g. PurchaseAmount < 500 no review >= 500 review Supervisor >= 1000 review CFO
@theagilebusinessanalyst4 ай бұрын
Based on ur example, if you use an XOR and let’s say the PurchaseAmount=2000, then the REVIEW SUPERVISOR process would be called, not the REVIEW CFO. XOR means, as soon as the FIRST condition is met, the process proceeds without evaluating other conditions within this XOR. In ur case I would recommend an inclusive OR Gateway, then both the supervisor and cfo review would be triggered
@noblepeter77917 ай бұрын
Thank you
@theagilebusinessanalyst6 ай бұрын
You're welcome
@queenofswordwthroneАй бұрын
in the event based gateway example, what happens if friend called at 7PM ?
@theagilebusinessanalystАй бұрын
nice question. When we assume the system can only react to one thing at a time, it depends what happens earlier, even if its a millisecond. Systems have a frequency to process events. On a granular level, every event happens after another. But in case of doubt, we could define a default. Meaning in case of doubt, this default gets chosen.
@JTVLOG-iq2bo2 жыл бұрын
Thank you so much
@theagilebusinessanalyst2 жыл бұрын
Happy to support :)
@abdulwahabalweban1266 Жыл бұрын
thanks
@theagilebusinessanalyst Жыл бұрын
👍🏼
@SiKu722 жыл бұрын
Gutes Video
@theagilebusinessanalyst2 жыл бұрын
Danke Dir!
@justforfun.19112 жыл бұрын
I liked it
@theagilebusinessanalyst2 жыл бұрын
Great to hear!
@High1Gate Жыл бұрын
مشكور بس انا الغلطان الي ماحضرت مع الدكتور يوم شرحها
@mohamedaminehafsi8832 жыл бұрын
it makes sens ty
@theagilebusinessanalyst2 жыл бұрын
Happy to support
@analistadesistemas3 жыл бұрын
Thanks.
@theagilebusinessanalyst3 жыл бұрын
You‘re welcome.
@TexasBoyDrew2 жыл бұрын
I am still confused about XOR and OR, but it's a good confusion.
@theagilebusinessanalyst2 жыл бұрын
Tell me how I can clear up the confusion :)
@TexasBoyDrew2 жыл бұрын
@@theagilebusinessanalyst You did a beautiful and simple explaination, what I meant was for me both are the same but I will dig more into it, keep up the good work, have you go anything on requrements gathering though?
@theagilebusinessanalyst2 жыл бұрын
@@TexasBoyDrew sure. Here is my collection of videos for Business Analysts, including requirements gathering. kzbin.info/aero/PLz4PqHugEfYExppgKXEnCme-7JPH9Z3n6 The video is called „Requirements Gathering Techniques for A Business Analyst“
@TexasBoyDrew2 жыл бұрын
@@theagilebusinessanalyst Thankyou so much brother.
@theagilebusinessanalyst2 жыл бұрын
@@TexasBoyDrew you‘re welcome. Happy to help!
@heksik53945 ай бұрын
hi, answering your question ""lemme know if you understand it in the comment below" i do not, best.
@anuragray16879 ай бұрын
Thanks for the video. Really informative. If you want more material on BPM and BPMN. You can find the latest 2024 complete course on BPM on this Playlist kzbin.info/aero/PLsTeJoZvjbD0vl4U68DKP18QoEC4xvtfW&si=4WlvBDxzdC4h0YaV