Using the startbizaction Application in Your Application
The startbizaction application is a browser-based application that provides the ability to start a business service from a URL.
The HTML document to which you want to add the startbizaction application must add an HTML element to access the startbizaction application. The HTML element needs to define and set the query parameter information to be passed to the startbizaction application. It is up to you how you obtain the information that populates the query parameters.
The HTML element is an <a> tag with an href attribute that accesses the startbizaction application and specifies the business service that you want to start. The format is:
appPath?module=moduleName&process=processName&version=versionNumber[&payload=payload][&displayConfirmation=boolean][&username=username][&authType=password]where:
Example
Your HTML page defines the
<a> tag that accesses the
startbizaction application and provides the query parameter information of the business services you want to start.
<a href=/apps/startbizaction/index.html?module=/easyAsInsurance_Process/Process Packages/easyAsInsurance_Process.xpdl&process=InitiateClaimReportIncident&version=1.0.1&displayConfirmation=true&username=tibco-admin&auth1=cGFzc3dvcmQ</a>
Copyright © Cloud Software Group, Inc. All rights reserved.