Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

URLMappingCorresponding HTML Page
/login/* loginController.jag Login page
/myTasks/* myTasksController.jag My tasks
/task/* taskController.jag -
/auth/* authenticator.jag -
/logout/* logout.jag -
/send/* communication.jag -
/process/* processController.jag Processes
/claimableTask/* claimableTaskController.jag Claim tasks
/claimTask/* claimTaskController.jag Claimable task view
/startProcess/* startProcessController.jag -
/historicTasks/* historicTasksController.jag Completed tasks
/stats/* statsController.jag -
/completedTask/* completedTaskController.jag Completed task view
/search/* searchController.jag Search
/reports/* reportController.jag Reports

 

Loading the process diagram 

The <EI_HOME>wso2/business-process/repository/deployemnt/server/jaggeryapps//bpmn-explorer/assets/wsRequest.js file loads the BPMN process diagram for the corresponding process instance in the BPMN Explorer. This avoids the need to authenticate again when viewing the process diagram. It contains following methods.

MethodPurpose
requestBPSCreates a SOAP request to the backend server.
getBPMNProcessDiagramCreates the SOAP payload to retrieve the process diagram.