Automation as code: object definitions in JSON and YAML formats

In addition to the traditional scheduling language used in previous product versions, you can now create, display, and modify object definitions in JSON and YAML formats.

JSON and YAML formats guarantee a large number of advantages; for example, YAML is designed for readability, is intuitive, and easy to write. JSON, on the other hand, is designed to simplify parsing and is natively compatible with JavaScript. Both formats are very useful in DevOps and make manipulating object definitions easier and more immediate. This also enhances flexibility, performance optimization, compliance with standards, and integration ease.

The flexibility to support diverse serialization formats provides you with a range of choices. You can select the most appropriate format for specific use cases, aligning with the requirements of various services and platforms. You can select the one that best fits the requirements for a particular scenario. Some systems or services might use a specific serialization format as a standard. By supporting multiple formats, HCL Workload Automation can integrate easily with different services and platforms. In some scenarios, older systems or external services might still rely on older serialization formats. The support for multiple formats ensures compatibility with diverse platforms and reduces friction in the integration process. For more information, see Managing multiple formats.