Skip to content

Fix optional param in params block#6657

Merged
bentsherman merged 3 commits intomasterfrom
6624-fix-optional-param
Dec 12, 2025
Merged

Fix optional param in params block#6657
bentsherman merged 3 commits intomasterfrom
6624-fix-optional-param

Conversation

@bentsherman
Copy link
Member

Close #6624

This PR fixes support for optional params, for example:

params {
    path: Path?
}

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman bentsherman requested a review from jorgee December 11, 2025 23:09
@bentsherman bentsherman requested a review from a team as a code owner December 11, 2025 23:09
@netlify
Copy link

netlify bot commented Dec 11, 2025

Deploy Preview for nextflow-docs-staging canceled.

Name Link
🔨 Latest commit 46910bf
🔍 Latest deploy log https://app.netlify.com/projects/nextflow-docs-staging/deploys/693c32302de43400086509b8

Signed-off-by: Ben Sherman <bentshermann@gmail.com>
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
@bentsherman bentsherman merged commit bd8de5c into master Dec 12, 2025
24 checks passed
@bentsherman bentsherman deleted the 6624-fix-optional-param branch December 12, 2025 16:02
bentsherman added a commit that referenced this pull request Dec 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optional params in the params block don't work

2 participants