Issue in auto mapper for version 2.11.1 with abp io #3983
alaawahbah
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for sharing this tidbit of information 👍🏻 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Why the papping doesn't exist in the packages?
Solution
add above packages in the application service project
then add
CreateMap<WorkflowDefinition, WorkflowDefinitionSummaryModel>();
CreateMap<WorkflowInstance, WorkflowInstanceSummaryModel>();
CreateMap<WorkflowBlueprint, WorkflowBlueprintSummaryModel>();
CreateMap<WorkflowBlueprint, WorkflowBlueprintModel>();
CreateMap<ActivityBlueprint, ActivityBlueprintModel>();
CreateMap<WorkflowDefinition, WorkflowDefinitionVersionModel>();
CreateMap<Elsa.Services.Models.Connection, Elsa.Server.Api.Endpoints.WorkflowRegistry.ConnectionModel>();
in your mapping profile
Beta Was this translation helpful? Give feedback.
All reactions