SysML 2.0b3 FTF Avatar
  1. OMG Issue

SYSML2_ — Syntactic Sugar Notation to Define Payload for Flow Def

  • Key: SYSML2_-364
  • Status: open  
  • Source: Dassault Systemes ( Mr. Tomas Juknevicius)
  • Summary:

    Currently, the only way to create payload for flow def is to redefine it explicitly:
    flow def SomeFD {
    :>>payload: SomeData;
    end :FirstEndType;
    end :SecondEndType;
    }

    it would be nice for the same syntactic sugar "of TypeOfPayload" to be available for flow defs as is now available for flow usages:
    flow def SomeFD of SomeData

    { end :FirstEndType; end :SecondEndType; }

    Pass-through note to Ed: This is one of issues from the compiled list that we talked about - issue # SYSML2-2851 on DS side

  • Reported: SysML 2.0b2 — Mon, 4 Nov 2024 08:13 GMT
  • Updated: Mon, 4 Nov 2024 14:03 GMT