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
gerickson opened this issue
Aug 13, 2019
· 3 comments
Assignees
Labels
bugSomething isn't workingduplicateThis issue or pull request already existsF2F4ResolvedWDLRelated to Weave and the Weave Data Language and the ability for ODM SDF to losslessly express WDL.
In Weave Data Language (WDL), Commands (ODM "Actions") may either be one-way "fire-and-forget" requests or two-way request / responses. For the latter, the WDL syntax for indicating that a Command request has an expected response is to name that response with the completion_event: <name of completion event> key-value-pair.
This is a string naming the command response event expected in reply to the command. In WDL, this is expected to be a message of message_type RESPONSE_EVENT with the specified name.
Not sure this is 100% a duplicate. The one issue on this front covers the syntax for describing that an action is single-phase (one-way) vs. two-phase (two-way) and what the name of the expected second phase of the two-phase (two-way) action is.
The other issue is describing the contents of the second phase of the two-phase (two-way) action.
gerickson
added
the
WDL
Related to Weave and the Weave Data Language and the ability for ODM SDF to losslessly express WDL.
label
Sep 6, 2019
F2F4: This needs to be modeled as data in the object definitions. For example, "correlation id" should be passed as input data in the action and as output data of the event.
bugSomething isn't workingduplicateThis issue or pull request already existsF2F4ResolvedWDLRelated to Weave and the Weave Data Language and the ability for ODM SDF to losslessly express WDL.
In Weave Data Language (WDL), Commands (ODM "Actions") may either be one-way "fire-and-forget" requests or two-way request / responses. For the latter, the WDL syntax for indicating that a Command request has an expected response is to name that response with the
completion_event: <name of completion event>
key-value-pair.Relevant Example Schema Input Files
Missing or Unmapped WDL-to-ODM SDF Syntax
RESPONSE_EVENT
with the specified name.Example Input WDL
Example Output ODM SDF
The text was updated successfully, but these errors were encountered: