When using a `case` statement, can one rename it s...
# ask-community
j
When using a
case
statement, can one rename it so the flow schematic is clearer? Example below, as opposed to the photo
Copy code
with case(condition, True, tasK-args = {name: bla bla bla}):
k
Does not look like there is current support for that , because the name is hardcoded here. Do you want to open a feature request? It might be doable
j
Will do, thanks!