Is your feature request related to a problem? Please describe.
Today, it is very common to nest usecases to resolve a complete application flow.
When we call one usecase inside another, we end up calling it as a method and not natively as a usecase step.
This functionality will help to have a cleaner code, more metadata about the use of nested use cases, in addition to opening up possibilities to have an even richer audit trail
Is your feature request related to a problem? Please describe.
Today, it is very common to nest usecases to resolve a complete application flow.
When we call one usecase inside another, we end up calling it as a method and not natively as a usecase step.
This functionality will help to have a cleaner code, more metadata about the use of nested use cases, in addition to opening up possibilities to have an even richer audit trail