Hello
I’d like to know if it’s possible in Flowable Design to read a JSON formatted response.
I’d like to read a value which is returned by an HTTP task in a Flowable process.
Is it possible ?
Best regards
Hello
I’d like to know if it’s possible in Flowable Design to read a JSON formatted response.
I’d like to read a value which is returned by an HTTP task in a Flowable process.
Is it possible ?
Best regards
Note that this is the open-source forum. Flowable Design is a commercial product, which has it’s own forum: https://forum.flowable.com/
To answer your question: yes, that’s possible, depending on what task you use. With the Http Task, you’ll need to store the json variable and then you can get the data in a service/script task. If you use a service registry task, this can be configured in the service registry.