Same Business logic for Different entities can be handled with a same microflow instead of creating new one for each such case - Mendix Forum

Same Business logic for Different entities can be handled with a same microflow instead of creating new one for each such case

1

We often see that in an application some microflows are EXACTLY same with logic but just need a different entity to be used at some places so for those places we have to DUPLICATE and Use it. 

Same Business logic but Different entities to be used so need to use different microflow.
So the idea is if we can PASS entity name as PARAMETER in the microflow and BASED on that name (for ex: MyfirstModule.FirstEntity) we can retrieve this entity (or CREATE obj) for this entity based on some java action with this our same microflow can we used for same logic but different entity.

asked
0 answers