Summary
The user is looking for a simple way to convert Flyte execution output to a JSON string. They have found a solution for Python dictionaries but face an exception when the workflow returns a primitive type. They have identified that the root cause of the exception is a mismatch between the actual output type and the type hint used by Flyte to infer the output key.