Hi,
i have a question about activities in K2. How can i make an empty activity, ie an activity that does nothing? I mean, i can put an activity and not put anything inside, but i get compilation errors ( Activity has no events ).
At first sight it might look useless to have such an activity however from a graphical point of view it's very helpfull. For example i have 5 previous activities that have 2 possible outcome : success or failure. instead of linking each previous activity to success and then each activity to failure, which is very messy ( arrows everywhere crossing each other ), i would like to link each of my previous activities to an intermediate empty activity, with only 2 arrows afterwards going towards success or failure.
Does it make sense to you?
Is there a correct way to do this? or even a trick like an event that does nothing ?
Thank you for your help.