Skip to content

Issue in auto mapper for version 2.11.1 with abp io  #3982

Description

@alaawahbah

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions