The EnumMember attribute for the Yaml enum value is incorrectly set to "json". This will cause issues when serializing or deserializing the WorkflowOutputFormat enum, as the YAML output would be incorrectly associated with the json value. The correct value for the Yaml enum should be "yaml".
https://github.com/serverlessworkflow/synapse/blob/main/src/runner/Synapse.Runner/WorkflowOutputFormat.cs

The EnumMember attribute for the Yaml enum value is incorrectly set to "json". This will cause issues when serializing or deserializing the WorkflowOutputFormat enum, as the YAML output would be incorrectly associated with the json value. The correct value for the Yaml enum should be "yaml".
https://github.com/serverlessworkflow/synapse/blob/main/src/runner/Synapse.Runner/WorkflowOutputFormat.cs