wdl icon indicating copy to clipboard operation
wdl copied to clipboard

Workflow Description Language - Specification and Implementations

Results 126 wdl issues
Sort by recently updated
recently updated
newest added

What is the correct behaviour for the parser if multiple _identical_ Struct definitions with the same name are declared either from the same document or different documents? We can see...

clarification

Now that `1.1` is live, we should update the documentation to point to `1.1` as the current version

docs

This is a rather ambitious idea for the WDL spec, but would give us a big jump-start on creating a compliance test suite. The idea is for every piece of...

Also see discussions here: https://github.com/openwdl/wdl/discussions/408 Currently, it is specified that the task command block is executed by a bash interpreter. Non-bash languages are supported either by heredocs or by putting...

Spec Change
Discussion

Essentially, if I have some workflow and task that connections an optional value to a non-optional value. This should be a validation failure right? ```wdl workflow SmallWorkflow { input {...

clarification

### Checklist - [X] Pull request details were added to CHANGELOG.md

In an effort to get more people to use the official grammars we should make a concerted effort to unify the structure of these directories across versions, as well as...

docs

While the pair syntax is helpful, if you have three or more arrays you're trying to zip, the syntax gets pretty messy. For example, right now I can do: ```...

feature request

Reverts openwdl/wdl#235 Placeholder PR as I accidentally prematurely merged 235. If that work can't be implemented, we can merge this PR

Spec Change
Waiting for implementation

### Checklist - [ ] Pull request details were added to CHANGELOG.md