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

Improve docs about step parameters #508

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

304NotModified
Copy link
Contributor

@304NotModified 304NotModified commented Feb 28, 2025

🤔 What's changed?

Optional is not allowed
Async must return Task

⚡️ What's your motivation?

It was unclear if optional parameters are supported

Fixes #509

🏷️ What kind of change is this?

  • 📖 Documentation (improvements without changing code)

♻️ Anything particular you want feedback on?

  • My English grammar
  • Is this updated online when this PR is merged?

Optional is not allowed
Async must return Task
@304NotModified 304NotModified marked this pull request as ready for review February 28, 2025 12:36
@melchiork
Copy link
Contributor

@304NotModified Is this updated online when this PR is merged? the docs on the page are based on most recent version of the docs in this repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In case of optional parameter get error of "Parameter count mismatch"
2 participants