How to get task variables using REST API in JBoss BRMS 5.3.1?

Solution Verified - Updated -

Environment

  • Red Hat JBoss Enterprise Business Rules Management System (BRMS) 5.3.1

Issue

  • How to get task variables using REST API in JBoss BRMS 5.3.1?

Resolution

There is no way to retrieve task variables using REST API. However, it would be possible to retrieve the task form that include the list of task input variables and their values as follows:

  1. GET http://localhost:8080/business-central-server/rs/tasks/mary
  2. after that, obtain the url to task rendering
  3. GET http://localhost:8080/business-central-server/rs/form/task/3/render

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.