Title | Added | Status | Last reviewed |
---|---|---|---|
Process Cloud Service |
v3.0.0 |
Experimental |
2019-03-15 |
Manages cloud process instances.
-
cancelProcess(appName:
string
, processInstanceId:string
):Observable
<
ProcessInstanceCloud
>
Cancels a process.- appName:
string
- Name of the app - processInstanceId:
string
- Id of the process to cancel - Returns
Observable
<
ProcessInstanceCloud
>
- Operation Information
- appName:
-
getApplicationVersions(appName:
string
):Observable
<
ApplicationVersionModel
[]>
Gets the application versions associated with an app.- appName:
string
- Name of the target app - Returns
Observable
<
ApplicationVersionModel
[]>
- Array of Application Version Models
- appName:
-
getBasePath(appName:
string
):string
- appName:
string
- - Returns
string
-
- appName:
-
getProcessDefinitions(appName:
string
):Observable
<
ProcessDefinitionCloud
[]>
Gets the process definitions associated with an app.- appName:
string
- Name of the target app - Returns
Observable
<
ProcessDefinitionCloud
[]>
- Array of process definitions
- appName:
-
getProcessInstanceById(appName:
string
, processInstanceId:string
):Observable
<
ProcessInstanceCloud
>
Gets details of a process instance.- appName:
string
- Name of the app - processInstanceId:
string
- ID of the process instance whose details you want - Returns
Observable
<
ProcessInstanceCloud
>
- Process instance details
- appName:
The methods work in much the same way as the equivalent methods in the Process list Cloud Component but they use the cloud variants of the classes for return values. See the Process list Cloud Service page for usage examples.