danielgerlag / danielgerlag/workflow-core
Parse Options for UserTaskStep
- 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.