Skip to main content
12-Amethyst
December 28, 2017
Solved

Is it possible to create business logic using drag & drop just like mashup?

  • December 28, 2017
  • 1 reply
  • 1612 views

Mashup builder is great. Easy to use and no scripting needed.

Is it possible to create business logic running in the background using drag & drop just like mashup builder instead of using scripting?

Best answer by mneumann

For implementing the business logic, JavaScript is currently needed. There's no UI based builder that let's you drag & drop the logic.

There might be external tools that can do that and output JavaScript code that you can then copy&paste into e.g. ThingWorx Service definitions. Though I haven't checked if and which tools really exist with such a capability.

For ThingWorx ​Utilities​ there's the Workflow Builder which at least allows drag & drop workflow design on a basic level.

There some information around it in CS242700

1 reply

mneumann16-PearlAnswer
16-Pearl
December 29, 2017

For implementing the business logic, JavaScript is currently needed. There's no UI based builder that let's you drag & drop the logic.

There might be external tools that can do that and output JavaScript code that you can then copy&paste into e.g. ThingWorx Service definitions. Though I haven't checked if and which tools really exist with such a capability.

For ThingWorx ​Utilities​ there's the Workflow Builder which at least allows drag & drop workflow design on a basic level.

There some information around it in CS242700