Hello,
I've been converting some workflows that had a lot of scriptables task in a single workflow, into separate workflows, that will be re-usable.
In that original Workflow, I had some Attributes, and one of them was a Properties. Its value was then set during one Sciptable task. And was then re-used with another scriptable task.
Now i've converted the Workflow with a lot of sub workflows, one of them gets a value dump it into an attributes of a Properties type. Then I go into another sub workflows next to it, pass it that same attribute. And now I'm seeing that the attribute is now empty.
I don't seem to see that behavior with attributes that has string type. It seems to only occur with the Properties one. Is that normal ? What can I do to workaround it ?