You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: