conductor icon indicating copy to clipboard operation
conductor copied to clipboard

BSON Serialization Exceptions for non-Str and non-Int type dict keys

Open OluAgunloye opened this issue 5 years ago • 1 comments

In workflows that allow the SelectNextStep key (the Decide step type below for example): image

Issue: One can see that BSON has an issue with the key names that aren't str or int types. image

OluAgunloye avatar Sep 23 '20 20:09 OluAgunloye

Comment: The issue is is referenced exactly in https://stackoverflow.com/questions/50610433/error-handle-element-name-is-not-valid

Just avoid the use of decimals/periods in your key/property names in the SelectNextStep field.

EDIT: This isn't a true fix so I'm keeping the issue open, but it is a work around.

OluAgunloye avatar Sep 23 '20 21:09 OluAgunloye