You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This thread will track proposed changes to the WDL specification, grouped first by status and then by topic (as there are sometimes multiple proposals on the same topic). This is meant to be a living thread that should be updated whenever a proposal is added, withdrawn, or changes status.
Specify how inputs are passed from the top-level workflow to subworkflow/task calls
Specifies a allowNestedInputs attribute that should be recognized in the workflow meta section, indicating the engine should allow nested inputs to be specified via the input JSON
Proposes a Python/Scala-like syntax for multi-line strings
By default, multi-line strings would not preserve trailing/leading whitespace, but alternate forms are proposed for cases where it is desired to preserve whitespace
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
This thread will track proposed changes to the WDL specification, grouped first by status and then by topic (as there are sometimes multiple proposals on the same topic). This is meant to be a living thread that should be updated whenever a proposal is added, withdrawn, or changes status.
Active
Approved
Implemented, ready to merge
sub()
function regular expressionsmin()
andmax()
to the standard libraryruntime
changes and newhints
sectionruntime
section specifies which keys are allowed - arbitrary keys are no longer allowedhints
section that allows arbitrary keys withmeta
-type values (i.e. no expressions)Awaiting implementations
allowNestedInputs
attribute that should be recognized in the workflowmeta
section, indicating the engine should allow nested inputs to be specified via the input JSONinputs.json
to a subworkflow #262Voting in progress
Proposed with pull-request
Under discussion
Array slicing
Reading structured data
Type coercion
Evaluation of non-bash scripts
Other syntax changes
Other additions/changes to the standard library
Other feature requests that may be solved by either syntax or library changes
Inactive
Merged
Abandoned or rejected
Beta Was this translation helpful? Give feedback.
All reactions