Favorite Microflow Assignments?

0
I’m gathering a list of sample microflow assignments as guidance to professors teaching Mendix. What useful microflow examples did you experience in school, would have liked to learned in school to be ready for work, or find to be a good way to understand microflows? Please note if your example is unique to Studio or requires Studio Pro. Thank you.
asked
4 answers
2

Marc Lehane wrote a blog article years ago around batching with limits/offsets which is always a fun assignment: https://www.mendix.com/blog/limits-and-offsets/ 

answered
1

Hi Cynthia,

Our team developed a system for the international house at WPI to automate 'English Proficiency Test Management' process. There was a requirement to generate unique time slots for students. The slot was to be generated based on the date, testing laboratory available time, testing duration, laboratory capacity. We developed this functionality using a microflow which replaced a lot of manual effort.

Best Regards,
Puneet

answered
0

Recursive Microflows are something you don’t see a lot, might want to add that to your list.

The execute stuff from Core is also interesting, especially the async and transactional stuff, check it out

answered
0

Deeplinks, validation microflows, microflows heavy on client interaction, data synchronisation (after offline-online sync, webservice update or excel import for instance) are some examples of patterns/microflows that occur often 

answered