Last month

JQ EXPRESSION AUTO COMPLETIONS

    Blog post image      

In Serverless Workflow each instance is associated with a data model. These models consist of JSON objects. The data inside these models needs to be accessed and updated throughout the flow execution. jq is a powerful filtering tool that makes working with JSON data seamless. The Serverless Workflow specification supports the use of jq expressionsRead more →

New DMN boxed expression editor

    Blog post image      

We’re excited to announce the completion of the new generation of the Boxed Expression editor! We previously announced the beginning of this process some time ago, if you are a regular blog visitor you should remember that. During that time, we made the new component available on the Alpha version, giving the user the choiceRead more →

What’s new in Dashbuilder 0.28.0

    Blog post image      

Kie Tools 0.28.0 is out and with it we have multiple improvements to Dashbuilder. Let’s explore it! Installation The new editor is live in Serverless Logic WebTools and the VSCode extension is already available on the marketplace. For NPM package users just update the dashbuilder-client dependency version to  0.28.0. Dashbuilder Samples We organized Dashbuilder samplesRead more →

Last 6 months

Using Dashbuilder with Google Spreadsheets

    Blog post image      

Dashbuilder can read from JSON and CSV contents. The only requirement is to make the file accessible to the machine where Dashbuilder is running. The issues you may face are: For Google spreadsheets we don’t have to worry about CORS or authentication as long as the document is published on the internet.  Steps to readRead more →

Dashbuilder Quarkus Extension 0.27.0

    Blog post image      

We are glad to announce that Dashbuilder Quarkus Extension 0.27.0 is out with multiple improvements. In this article we are going to share the new features and you can see a little about it on our Quarkus insights session: New Samples Screen Dashbuilder now provides a new samples screen that will allow users to startRead more →

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 →