Naresh Jain

Results 6 comments of Naresh Jain

Here is a simple example just for your reference. ```yaml arazzo: "1.0.1" info: title: "Workflow for placing an Order" version: "1.0.0" sourceDescriptions: - name: "OrderApi" url: "./openapi/order.yaml" type: "openapi" -...

As discussed, here is an example with fork and join ```yaml arazzo: "1.0.1" info: title: "Workflow for placing an Order" version: "1.0.0" sourceDescriptions: - name: "OrderApi" url: "./openapi/order.yaml" type: "openapi"...

Thanks @frankkilcommins The proposal mostly looks good to me. I just need sometime to think through a couple of items. I'm currently in Australia. Next week, once I'm back we...

@frankkilcommins @kevinduffey @mikeschinkel I've gone through the updates suggested by @frankkilcommins and it all makes sense to me. Good to go from my point of view. Once we agree on...

I'm OK to drop `kind`, however, just want to call out 2 main advantages from my point of view: - As a tool author, makes my implementation logic simpler (I'm...

@frankkilcommins @kevinduffey @ndenny - as per our meeting on Nov 26th, I've updated the schema. Main changes: - Removed stepType/kind and instead made action mandatory for asyncapi set. This is...