Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the "Change status" behavior to allow option to rerun downstream tasks #6722

Open
anna-geller opened this issue Jan 13, 2025 · 0 comments
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes enhancement New feature or request kind/customer-request Requested by one or more customers

Comments

@anna-geller
Copy link
Member

anna-geller commented Jan 13, 2025

Feature description

image

Instead of just "OK", we can change it for 2 buttons:

  1. Change status
  2. Change status and restart downstream

Option 2 is Change status manually + restart the Execution from one task below

Repro

id: mark_success
namespace: company.team

tasks:
  - id: fail
    type: io.kestra.plugin.core.execution.Fail

  - id: hello
    type: io.kestra.plugin.core.log.Log
    message: Hello World! 
@anna-geller anna-geller added area/backend Needs backend code changes enhancement New feature or request area/frontend Needs frontend code changes labels Jan 13, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Jan 13, 2025
@Ben8t Ben8t added the kind/customer-request Requested by one or more customers label Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/backend Needs backend code changes area/frontend Needs frontend code changes enhancement New feature or request kind/customer-request Requested by one or more customers
Projects
Status: Backlog
Development

No branches or pull requests

2 participants