Skip to:
In the text
The method is annotated with @``ProcessInput``—this tells the Flow system that this method can process input data.
this should be
The method is annotated with ``@ProcessInput``—this tells the Flow system that this method can process input data.
Looks like this got fixed at some point, because the current docs no longer show this error.
In the text
The method is annotated with @``ProcessInput``—this tells the Flow system that this method can process input data.
this should be
The method is annotated with ``@ProcessInput``—this tells the Flow system that this method can process input data.