Help passing data through an intermediate signal

Latest response

Hi all,

I'm new to RHPAM (and also new to Java, but I have a background in .NET ~7 years ago) here and working on a case project where I need some help passing data through an intermediate signal.

I have a catching intermediate signal, which is waiting for a specific signal type.
I am trying to pass a boolean value as part of the data payload when I send the signal, which I then assign to a process variable in the catching signal task data output.

This all needs to be managed via API, and I am assuming JSON data structure, so my data payload looks like this

{
"followUp":true
}

Really, I'm flying blind here.
Any help to achieve my goal would be greatly appreciated.

Regards,

Patrick.

Responses