indeedeng / iwf

iWF is a WorkflowAsCode microservice orchestration platform offering an orchestration coding framework and service for building resilient, fault-tolerant, scalable long-running processes
MIT License
537 stars 55 forks source link

Re-order the fields in command request to be more friendly to read #416

Closed longquanzheng closed 2 weeks ago

longquanzheng commented 2 months ago

Esp for temporal webUI.

longquanzheng commented 2 months ago

Looks like it's from JSON library(built in library from Golang): need more research on how to do that: https://stackoverflow.com/questions/48293036/prevent-alphabetically-ordering-json-at-marshal

https://stackoverflow.com/questions/25182923/serialize-a-map-using-a-specific-order

longquanzheng commented 2 weeks ago

Looks like not possible