Playground incorrect rendering for workflow execution
There are 2 major issues with rendering workflow execution that I am facing.
All
When this worklow is executed it renders as:
Both
Second problem is somehow similar but on different level. All workflow execution rendered in agent thread also render same data for all instances of workflow execution rendered.
All
.map() step calls are rendered as mapping_undefined. If workflow has several mapping steps they render same execution state at the same time. Let's imagine I have workflow:When this worklow is executed it renders as:
Both
mapping_undefined are showing almost identical state: Input, Output, execution time. The only unique button that shows mapping function source code. I've tried to pass named functions instead of anonymous, but it still didn't pick up.Second problem is somehow similar but on different level. All workflow execution rendered in agent thread also render same data for all instances of workflow execution rendered.