Skip to content

Commit

Permalink
Remove incorrect note about workflow inputs (#4509)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <[email protected]>
  • Loading branch information
bentsherman authored Nov 13, 2023
1 parent b8907cc commit 54bc0b7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,10 +247,6 @@ workflow {
}
```

:::{note}
Workflow inputs are always channels by definition. If a basic data type, such as a number, string, list, etc, is provided, it is implicitly converted to a {ref}`value channel <channel-type-value>`.
:::

### Workflow outputs

A workflow can declare one or more output channels using the `emit` keyword. For example:
Expand Down

0 comments on commit 54bc0b7

Please sign in to comment.