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

Adjust Flow trigger conditions in all plugin examples to no longer use Condition at the end #1990

Open
anna-geller opened this issue Nov 28, 2024 · 2 comments
Assignees
Labels
documentation Improvements or additions to documentation

Comments

@anna-geller
Copy link
Member

Description

Examples:

  • io.kestra.plugin.core.condition.ExecutionStatusCondition -> io.kestra.plugin.core.condition.ExecutionStatus
  • io.kestra.plugin.core.condition.ExecutionNamespaceCondition -> io.kestra.plugin.core.condition.ExecutionNamespace
  • io.kestra.plugin.core.condition.ExecutionLabelsCondition -> io.kestra.plugin.core.condition.ExecutionLabels
@anna-geller anna-geller added the documentation Improvements or additions to documentation label Nov 28, 2024
@kestrabot kestrabot bot added this to Issues Nov 28, 2024
@github-project-automation github-project-automation bot moved this to Backlog in Issues Nov 28, 2024
@shrutimantri shrutimantri self-assigned this Nov 29, 2024
@anna-geller
Copy link
Member Author

done for notification plugins kestra-io/plugin-notifications@fa11d6d

@github-project-automation github-project-automation bot moved this from Backlog to Done in Issues Jan 20, 2025
wrussell1999 added a commit that referenced this issue Jan 20, 2025
wrussell1999 added a commit that referenced this issue Jan 20, 2025
wrussell1999 added a commit that referenced this issue Jan 20, 2025
@wrussell1999
Copy link
Member

wrussell1999 commented Jan 20, 2025

Just updated the docs to reflect the renaming. These should be what is being renamed in full:

  • io.kestra.plugin.core.condition.HasRetryAttemptCondition -> io.kestra.plugin.core.condition.HasRetryAttempt
  • io.kestra.plugin.core.condition.NotCondition -> io.kestra.plugin.core.condition.Not
  • io.kestra.plugin.core.condition.OrCondition -> io.kestra.plugin.core.condition.Or
  • io.kestra.plugin.core.condition.ExecutionFlowCondition -> io.kestra.plugin.core.condition.ExecutionFlow
  • io.kestra.plugin.core.condition.ExecutionNamespaceCondition -> io.kestra.plugin.core.condition.ExecutionNamespace
  • io.kestra.plugin.core.condition.ExecutionLabelsCondition -> io.kestra.plugin.core.condition.ExecutionLabels
  • io.kestra.plugin.core.condition.ExecutionStatusCondition -> io.kestra.plugin.core.condition.ExecutionStatus
  • io.kestra.plugin.core.condition.ExecutionOutputsCondition -> io.kestra.plugin.core.condition.ExecutionOutputs
  • io.kestra.plugin.core.condition.ExpressionCondition -> io.kestra.plugin.core.condition.Expression
  • io.kestra.plugin.core.condition.DateTimeBetweenCondition -> io.kestra.plugin.core.condition.DateTimeBetween
  • io.kestra.plugin.core.condition.DayWeekCondition -> io.kestra.plugin.core.condition.DayWeek
  • io.kestra.plugin.core.condition.DayWeekInMonthCondition -> io.kestra.plugin.core.condition.DayWeekInMonth
  • io.kestra.plugin.core.condition.WeekendCondition -> io.kestra.plugin.core.condition.Weekend
  • io.kestra.plugin.core.condition.PublicHolidayCondition -> io.kestra.plugin.core.condition.PublicHoliday
  • io.kestra.plugin.core.condition.TimeBetweenCondition -> io.kestra.plugin.core.condition.TimeBetween

@wrussell1999 wrussell1999 reopened this Jan 20, 2025
@github-project-automation github-project-automation bot moved this from Done to Backlog in Issues Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Backlog
Development

No branches or pull requests

3 participants