danielgerlag / danielgerlag/workflow-core

Parse Options for UserTaskStep

Open
#1,038 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
5.9k
Forks
1.3k
Avg merge
1d 1h
Merged PRs (30d)
5

Description

I think you forgot to parse "Properties.Options" in "WorkflowCore.DSL".
You can check "WorkflowCore.Models.DefinitionStorage.v1.StepSourceV1"-->Properties field not exist

so when we use json file-->this function "GetOpenUserActions" always return empty

I checked "ExtensionAttribute" table in MariaDB
"AttributeValue" column is like this:

`"{"$type":"System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib],[System.String, System.Private.CoreLib]], System.Private.CoreLib"}"`

but when we don't use "WorkflowCore.DSL"
it's like this:

`{"$type":"System.Collections.Generic.Dictionary`2[[System.String, System.Private.CoreLib],[System.String, System.Private.CoreLib]], System.Private.CoreLib","Accept":"Accept","Reject":"Reject"}`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.