List Active Activity IDs of an Instance
get
                    /process/api/v1/instances/{instanceId}/activities
Gets all the active activity IDs of a specific instance ID.
Note:
You can use this API only on structured processes.
Request
Path Parameters
                - 
                    instanceId(required):  string
                    
                    Process instance ID
Header Parameters
                    - 
                            Accept-Language: string 
                            
                            Accept-Language header in IETF BCP 47
- 
                            oci-original-url: string 
                            
                            Endpoint requested by customer
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
Successful operation
                            
                            
                                Nested Schema : Link
    
    	Type: 
    	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDefines Link
    
    
    
    
        Show Source
        - 
                
                    
                    code: integer
                    
                    
                     
                    
                
                
                Minimum Value:100Maximum Value:600
- 
                
                    
                    href(required): string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    hreflang: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    length: integer
                    
                    
                     (int32) 
                    
                
                
                
- 
                
                    
                    mediaType: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    message: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    rel(required): string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    title: string
                    
                    
                     
                    
                
                
                
- 
                
                    
                    type: string
                    
                    
                     
                    
                
                
                
Examples
                                
                                
                            
                            
                            
                        401 Response
Unauthorized
                            
                            
                            
                            
                        404 Response
Process instance with given ID does not exist.
                            
                            
                            
                            
                        429 Response
Too many requests
                            
                            
                            
                            
                        500 Response
Internal server error
                            
                            
                            
                            
                        503 Response
Too many exceptions or too slow requests