You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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"}`The text was updated successfully, but these errors were encountered: