You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Response elements should be added as the last elements of a flow when migrated. However, this should consider that if the flow has error handling, then that component will be the last so the response elements should be added before it.
The current behavior generates invalid applications that fail on deployment since no elements are expected after the error handler:
Mule 3 flow:
Response elements should be added as the last elements of a flow when migrated. However, this should consider that if the flow has error handling, then that component will be the last so the response elements should be added before it.
The current behavior generates invalid applications that fail on deployment since no elements are expected after the error handler:
Mule 3 flow:
Migrated Mule 4 result (fails to deploy):
The text was updated successfully, but these errors were encountered: