All product information in wiki.bizagi.com is only valid for Bizagi BPM Suite 9.1.X.
For newer Bizagi BPM Suite versions (10.X and up) please visit the User Guide.
 

GetApplications

From Business Process Management, BPM and Workflow Automation Wiki | BizAgi BPMS

Jump to: navigation, search

<keywords content="keywords"> getApplications, getapplications, getActivitiesAsString, getactivitiesasstring, get Activities, get activities, SOA Layer, soa layer, WorkflowEngineSOA, workflowenginesoa, Workflow Engine SOA, workflow engine soa </keywords>

Contents

getApplications

A method from the WorkflowEngineSOA web service, used to consult existing applications of a Bizagi project.

Description

This method does not have request parameters so it will just return all applications for a project. The response is an XmlDocument.

Input Data

None.

Output Data

This is the schema of the XML sent as the response (copy it from here):



The data included in the returned XML is explained below.

Applications: Is the root node; contains a child node "Application" for each application.

Application: Has the data for a particular application.

applicationId: This is the identification number (or key) for the application.

applicationName: Internal name of the application.

applicationDisplayName: Is the name the user sees.

applicationCreationDate: The date when the application was created.

applicationAllocationPrinciple: Reserved for future use.

applicationOrganizationId: This is the identification number of the organization to which the application belongs.

Example

Here is an example of a response from this method:




Go to SOA Layer <comments />