listDataIntegrationFlowExecutions

List flow executions.

Samples


fun main() { 
   //sampleStart 
   // Successful ListDataIntegrationFlowExecutions
val resp = supplyChainClient.listDataIntegrationFlowExecutions {
    instanceId = "8928ae12-15e5-4441-825d-ec2184f0a43a"
    flowName = "source-product"
} 
   //sampleEnd
}