Files
alfresco-ng2-components/docs/process-services-cloud/services/process-cloud.service.md
2020-01-28 18:06:25 +00:00

2.3 KiB

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
Process Cloud Service v3.0.0 Experimental 2019-03-15

Process Cloud Service

Manages cloud process instances.

Class members

Methods

  • 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
  • getBasePath(appName: string): string

    • appName: string -
    • Returns string -
  • 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

Details

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.

See also