You can map the values to Text for better readability.
For example in the Job Status Report , the status is shown as enum
values, that is enum.taskStatus.complete_success
, which can be mapped to Success for better readability and understanding.
You can map the values to Text for better readability.
For example in the Job Status Report , the status is shown as enum
values, that is enum.taskStatus.complete_success
, which can be mapped to Success for better readability and understanding.