on route api/workflows/v1/{workflow_id}/metadata the data returned has var names that are completely bonkers. e.g.,
callCaching.hashes.runtime attribute.failOnStderr
callCaching.hashes.input.String in1
Do some string replacement on these, get rid of spaces, make them all lowercase? (or maybe keep camelcase), ask if there's any reason for maintaing the bonkers mix of camelcase, snake case, and spaces
on route
api/workflows/v1/{workflow_id}/metadata
the data returned has var names that are completely bonkers. e.g.,callCaching.hashes.runtime attribute.failOnStderr
callCaching.hashes.input.String in1
Do some string replacement on these, get rid of spaces, make them all lowercase? (or maybe keep camelcase), ask if there's any reason for maintaing the bonkers mix of camelcase, snake case, and spaces