Last Year

What’s new in Dashbuilder 0.27.0?

    Blog post image      

Dashbuilder 0.27.0 was released yesterday (March 8th, 2023) and it comes with very interesting new features. Let’s explore the new release in this post! New Samples Screen A new sample screen allows Dashbuilder to render dashboards from a remote or local repository. A sample is a dashboard that users can try without installing on theirRead more →

Serverless Logic Web Tools support to OpenAPI and AsyncAPI specifications

    Blog post image      

While editing Serverless Workflow files, you can register OpenAPI endpoints and AsyncAPI channels and pass them as functions. These functions will be available on the Serverless Workflow Editor’s Service Catalog Explorer. This article explains how one can link OpenAPI and AsyncAPI specifications and have their functions available through autocomplete. This feature is available both onRead more →

New Feature: Dashbuilder editor with IntelliSense capabilities

    Blog post image      

We are pleased to announce that the dashbuilder editor now ships with auto-complete capabilities! This enhances the user experience by providing suggestions and helps to reduce the errors made while authoring the dashbuilder specification.  Let’s go through the new features in the below section: Auto-complete suggestions: While typing out a particular word or pressing ctrl+space,Read more →

Serverless Workflow Validations

    Blog post image      

Writing a Serverless Workflow that matches with the specification’s rules and schema can require some documentation reading, which demands a few hours. To facilitate that, we have implemented a validation mechanism on our Serverless Workflow Editor, that checks your JSON and YAML files against Serverless Workflow specifications schema and also provides some custom validations inRead more →

Deploying Dashbuilder Dashboards

    Blog post image      

Dashbuilder files are plain YAML which makes it easy to author dashboards using the online editor. The next natural step is to publish this dashboard for public access and this is what we cover in this article! What is Dashbuilder after all? Dashbuilder is a web application that can run dashboards in different modes: EDITOR:Read more →

Smarter Decision Tables Generation through Data Types Constraints

    Blog post image      

The Decision Model and Notation (DMN) is an effective, yet standardized, tool for designing complex decisions, in special decision tables. Even though you, DMN developer, already knew about the existence of this capability, here’s something you didn’t know: there is a new DMN Decision Table column data type constraint enhancement in the DMN Editor. Let’s checkRead more →

Deploy dashboards to OpenShift

    Blog post image      

Starting from the KIE Tools 0.26.0 release, the Serverless Logic Web Tools enables users to easily deploy their dashboards to OpenShift. Let’s check out how to set up and use this new feature in this post! Introduction Dashbuilder makes it easy for users to create rich dashboards to accommodate their data in meaningful visualizations. Just likeRead more →

New feature: Serverless Workflow code completions

    Blog post image      

Starting to write a valid workflow can be a bit difficult and requires you to remember the syntax with the node’s properties and the specification’s rules.We implemented a new feature in Serverless Workflow Editor to guide the user and make this process easier resulting in a richer IntelliSense editor.Here we will have a quick overviewRead more →