How to test deployed process on Camunda

How to test deployed process on Camunda? I am new to camunda. please let me know

thanks
Srikanth

How to trigger /engine-rest/message with xml data

Hi @srikanth6428,

you can start a deployed process using the Tasklist. In what context do you want to trigger the REST-endpoint?

Best regards
Sebastian

I need to send XML as input to the process.

Hi @srikanth6428,

you can include XML variables when sending the request. See the REST documentation for an example. The request payload itself has to be JSON.

Does this help you?

Best regards
Sebastian