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

Add noop task #237

Closed
wants to merge 4 commits into from
Closed

Add noop task #237

wants to merge 4 commits into from

Conversation

c4lm
Copy link

@c4lm c4lm commented Oct 20, 2023

Pull Request type

  • Feature

NOTE: Please remember to run ./gradlew spotlessApply to fix any format violations.

Changes in this PR

Added Noop Task
Added Noop Task Mapper

Purpose:
When using Switch tasks in usecases where we want a consistent set of decision case branches across all workflows, but some workflows make use of a sub-set of all decision cases, then some decision cases will not have tasks. Because of the constraint to always have tasks in decision cases, this Noop task is required. This task is a system task and autocompletes.
See Netflix#3787

@c4lm c4lm changed the base branch from main to orkes-main October 20, 2023 19:53
c4lm added 2 commits October 20, 2023 23:55
# Conflicts:
#	common/src/main/java/com/netflix/conductor/common/metadata/tasks/TaskType.java
Copy link

github-actions bot commented Dec 8, 2023

This PR is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Dec 8, 2023
@c4lm
Copy link
Author

c4lm commented Dec 8, 2023

This PR is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.

no

@github-actions github-actions bot removed the Stale label Dec 9, 2023
Copy link

This PR is stale, because it has been open for 45 days with no activity. Remove the stale label or comment, or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label Jan 23, 2024
Copy link

This PR was closed, because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this Jan 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants