Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parse Options for UserTaskStep #1038

Open
MohammadHatami20 opened this issue May 20, 2022 · 0 comments
Open

Parse Options for UserTaskStep #1038

MohammadHatami20 opened this issue May 20, 2022 · 0 comments

Comments

@MohammadHatami20
Copy link

MohammadHatami20 commented May 20, 2022

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.Dictionary2[[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.Dictionary2[[System.String, System.Private.CoreLib],[System.String, System.Private.CoreLib]], System.Private.CoreLib","Accept":"Accept","Reject":"Reject"}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant