Title | Added | Status | Last reviewed |
---|---|---|---|
Apps Process Cloud Service |
v3.0.0 |
Experimental |
2019-01-09 |
Gets details of deployed apps for the current user.
-
getDeployedApplicationsByStatus(status:
string
, role?:string
):Observable
<
ApplicationInstanceModel
[]>
Gets a list of deployed apps for this user by status.- status:
string
- Required status value - role:
string
- (Optional) to filter the apps - Returns
Observable
<
ApplicationInstanceModel
[]>
- The list of deployed apps
- status:
-
hasDeployedApps():
boolean
- Returns
boolean
-
- Returns
-
loadApps()
This service implements some features of the Apps process service with modifications for cloud use.