Details
-
Story
-
Status: Resolved (View Workflow)
-
Critical
-
Resolution: Fixed
-
-
pacific, atlantic, indian, arctic, tasman, frank
Description
In Scope
- Add new "waitingForInput" status to API for runs, dag and steps
- Status should be called "waitingForInput"
- A pipeline's run and any stages or parallels can have the status "waiting for input" so long as it contains one or more input steps waiting for input.
Context
We are showing any runs "waiting for input" with their own status indicator. Don't worry if the UI hasn't mapped it.
Attachments
Issue Links
- blocks
-
JENKINS-38494 User can see the input form on an input step (UI)
-
- Resolved
-
- relates to
-
JENKINS-35795 API(s) for acknowledging request for user input in a pipeline
-
- Resolved
-
svanoort We need to associate a FlowNode (StepAtomNode) with an InputStep. Only possible way I can do it now is, WorkflowRun.getExecutions() and then InputStepExecution.getInput() gives me input but there is no public method to get underlying FlowNode from InputStepExecution. Is there way we can do such association?