Interface ProcessInstanceInfoApi

    • Method Detail

      • getProcessInstanceInfoById

        ProcessInstanceInfo getProcessInstanceInfoById​(String id)
        Finds the ProcessInstanceInfo by ID ![edition](https://img.shields.io/badge/edition-entreprise-blue) since 2022.2 Returns the single ProcessInstanceInfo for the given ID
        Parameters:
        id - ID of the ProcessInstanceInfo to return (required)
        Returns:
        ProcessInstanceInfo
      • getProcessInstanceInfoByIdWithHttpInfo

        ApiResponse<ProcessInstanceInfo> getProcessInstanceInfoByIdWithHttpInfo​(String id)
        Finds the ProcessInstanceInfo by ID Similar to getProcessInstanceInfoById but it also returns the http response headers . ![edition](https://img.shields.io/badge/edition-entreprise-blue) since 2022.2 Returns the single ProcessInstanceInfo for the given ID
        Parameters:
        id - ID of the ProcessInstanceInfo to return (required)
        Returns:
        A ApiResponse that wraps the response boyd and the http headers.