Custom activity property always null #1234
-
Since moving to V2 I have been unable to get the value of the properties in my custom activity below. I'm sure I have done something stupid but cant work out what, can you suggest anything??? [Activity(Category = "Custom Activities", Description = "Update an item", Outcomes = new[]{ OutcomeNames.Done, "Not Found" })]
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
Perhaps there’s a bug preventing As of Elsa 2, you can implement activity properties without using these methods. Perhaps give that a go first. If that works, then it confirms the bug I mentioned. |
Beta Was this translation helpful? Give feedback.
Perhaps there’s a bug preventing
SetState
and orGetState
from functioning correctly.As of Elsa 2, you can implement activity properties without using these methods.
Perhaps give that a go first. If that works, then it confirms the bug I mentioned.