S2resample and Biophysical

When I use the s2resample tool and the BiophysicalOp tool to batch process sentinel-2 images through the Batch process, it only outputs the calculation results of the first image after processing multiple images. How do I set it up to use the process tool correctly?

You can have a look here.
Bulk Processing with GPT - SNAP - SNAP Wiki (atlassian.net)
This uses the command line.

Thank you very much. I have found a solution. This is because the xml file output by the graph tool of SNAP does not use the wildcard of the gpt input and output files, which results in multiple processing only affecting the same sheet, so I will After changing the input and output paths to wildcards based on the shell language, it can be executed perfectly, thank you very much!