Skip to content

WorflowCore.DSL cannot load yaml/json definitions due to JsonObjectAttribute type #1340

Open
@jltnf54

Description

@jltnf54

Describe the bug
A clear and concise description of what the bug is.

getting the following when using workflowcore.dsl

System.TypeLoadException: Could not load type 'Microsoft.IdentityModel.Json.JsonObjectAttribute' from assembly 'Microsoft.IdentityModel.Tokens, Version=7.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. at System.ModuleHandle.ResolveType(QCallModule module, Int32 typeToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount, ObjectHandleOnStack type) at System.ModuleHandle.ResolveTypeHandle(Int32

To Reproduce

create yaml example add inputs:

Id: Worflow1
Version: 1
Steps:

  • Id: GetValues
    StepType: My.GetCases, My.Service
    NextStepId: MakeCall
    Inputs:
    Prompt: "Get values limit result to 100"

Expected behavior
expected to populate StepBody with property

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions