I've experienced cases where a WorkGraph task accepting a string parameter received an str, orm.Str, or TaggedValue depending on how it was submitted, which affected how it was used in the task body (specifically, if .value was required). I'll try to reproduce soon and post an example here.
I've experienced cases where a
WorkGraphtask accepting a string parameter received anstr,orm.Str, orTaggedValuedepending on how it was submitted, which affected how it was used in the task body (specifically, if.valuewas required). I'll try to reproduce soon and post an example here.