project-flogo/catalystml-flogo

add operation

abramvandergeest opened this issue · 2 comments

  • add: add two numbers
    • Input
      • a0 - [int,string,float,etc]
        • Optional=False
      • a1 - [int,float]
        • Optional=False
    • OutputType - [int,float]

Done - in next PR.