Triggered task POSTed parameters - how to view in execution statistics/logs
Hi, I have several triggered tasks that expect POSTed JSON documents as inputs. An external system is using BEARER auth to call the pipeline, passing in the JSON payload. When troubleshooting downstream issues, i'm trying to check the values of the payload provided to the pipeline. Could someone advise how to do this? Thanks3.7KViews0likes5CommentsPipeline Details with dependency from Dashboard
Hello Everyone, I have a requirement like there are aprox 500 pipelines are running already in production environment and every pipeline is calling multiple pipelines inside it to achieve the functionality. I have to create the excel spreadsheet which will have the information main pipeline and all child pipeline in series of execution **Let us suppose in the Projectspace 1 "A’ is the main pipeline and calling Child Pipeline ‘B’, ** ‘B’ is calling Child Pipeline 'C’and ‘D’ And ‘C’ is calling Pipeline ‘E’ And in Project Space 2 main Pipeline ‘X’ is calling Child pipeline ‘Y’ Then output should be like below |ProjectSpace|Main Piepline |Child Pipeline| |Project 1 | A | B | |Project 1 | B |C & D| |Project 1 | C |E | |Project 2 | X |Y |2.9KViews0likes2CommentsLast State Change of Pipelines
Is there a way to simply get the last state change of a pipeline, even if it has been started prior to the last_hours param on the GET of an org runtime? It appears to only return a status if the pipeline was started within last_hours. I want to determine if continuously running pipelines have changed stated in last_hours. I do not want to have to return up to 90 days of history to simply see the last state change, which will happen when I extend last_hours to catch the start time of the pipelines.2.4KViews0likes0Comments