Skip to content
#

serverless-workflow

Here are 10 public repositories matching this topic...

Language: All
Filter by language

EventMesh is a dynamic event-driven application runtime used to decouple the application and backend middleware layer, which supports a wide range of use cases that encompass complex multi-cloud, widely distributed topologies using diverse technology stacks.

  • Updated Apr 1, 2022
  • Java
globalflea
globalflea commented Dec 28, 2021

What would you like to be added:
Need to standardize on using embedded struct or embedded interface, with the latter preferred.
E.g. OperationState embeds struct BaseState instead of interface State, whilst, EventBaseSwitchState.EventConditions embeds interface EventCondition instead of struct BaseEventCondition.

Why is this needed:
With the various States - e.g. `Op

enhancement 🙏 good first issue
tsurdilo
tsurdilo commented Apr 15, 2021

What would you like to be added:
Add more options to diagram generation. Some ideas include

  1. add option to display diagram vertically/horizontally
  2. add option to define the min/max size of the generated diagram
  3. add ability to display actions (service invocations)
  4. add custom node representations for different states
    Why is this needed:
    to improve diagram generation
good first issue
antmendoza
antmendoza commented Nov 3, 2021

What would you like to be added:

Create a test to verify the sdk behaviour in the browser.

Why is this needed:

Nowadays the only way we have to verify that the sdk is working in the browser is to test it by hand. See /examples/browser

Would be nice to have tests to verify the skd behaviour in the browser.

good first issue

Improve this page

Add a description, image, and links to the serverless-workflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the serverless-workflow topic, visit your repo's landing page and select "manage topics."

Learn more