Tomcat Logs -
When process is executed first time -
WebServlet URL got request with params:
Got XML request <root><start_process_action process_name="CreateSampleLookUps" ></start_process_action></root>
Calling BAS server
Server replied to the original request that some UI operation is required
Got XML request <root><continue_process_action process_id="4" ui_action_name="display_message" /></root>
Sending notification message to the server for process 4
Server replied back
Original request is successfully fulfilled
When process is executed the second time -
WebServlet URL got request with params:
Got XML request <root><start_process_action process_name="CreateSampleLookUps" ></start_process_action></root>
Calling BAS server
Server replied to the original request that some UI operation is required
Got XML request <root><continue_process_action process_id="167" ui_action_name="display_message" /></root>
Sending notification message to the server for process 167
Server replied back
Original request is successfully fulfilled
WebServlet URL got request with params:
Got XML request <root><start_process_action process_name="CreateInvestor" ></start_process_action></root>
Calling BAS server
Server replied to the original request that some UI operation is required
WebServlet URL got request with params: