Updating the status in database after pipeline is successfull
The usecase is to generate a uniqueID and load the uniqueID and status as “inprogress” in database. After that call the child pipelines.If all the child pipeline gets executed successfully update the status of uniqueID to success in database. Is ther...