Manages cloud process instances.
cancelProcess(appName: string
, processInstanceId: string
): Observable
<
ProcessInstanceCloud
>
Cancels a process.
string
- Name of the appstring
- Id of the process to cancelObservable
<
ProcessInstanceCloud
>
- Operation InformationgetApplicationVersions(appName: string
): Observable
<
ApplicationVersionModel
[]>
Gets the application versions associated with an app.
string
- Name of the target appObservable
<
ApplicationVersionModel
[]>
- Array of Application Version ModelsgetBasePath(appName: string
): string
string
- string
- getProcessDefinitions(appName: string
): Observable
<
ProcessDefinitionCloud
[]>
Gets the process definitions associated with an app.
string
- Name of the target appObservable
<
ProcessDefinitionCloud
[]>
- Array of process definitionsgetProcessInstanceById(appName: string
, processInstanceId: string
): Observable
<
ProcessInstanceCloud
>
Gets details of a process instance.
string
- Name of the appstring
- ID of the process instance whose details you wantObservable
<
ProcessInstanceCloud
>
- Process instance detailsThe 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.
© 2023 Alfresco Software, Inc. All Rights Reserved.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.