camunda / camunda-8-js-sdk

The Camunda 8 JavaScript SDK for Node.js
https://camunda.github.io/camunda-8-js-sdk/
Apache License 2.0
19 stars 6 forks source link

Decisions endpoints should make POST request instead of GET #262

Closed huygur closed 4 weeks ago

huygur commented 1 month ago

SDK Component

Operate

Expected Behavior

searchDecisionDefinitions and searchDecisionInstances endpoints should make POST requests to Operate API

Current Behavior

searchDecisionDefinitions and searchDecisionInstances endpoints makes GET requests to Operate API. Following error occurs when methods are called: Screenshot 2024-09-25 at 14 24 21

Possible Solution

Steps to Reproduce

  1. Call searchDecisionInstances or searchDecisionDefinitions methods in the Operate client

Context (Environment)