-
Updated
Apr 1, 2022 - Java
serverless-workflow
Here are 10 public repositories matching this topic...
-
Updated
Apr 1, 2022 - Java
-
Updated
Apr 1, 2022 - Java
What would you like to be added:
Add more options to diagram generation. Some ideas include
- add option to display diagram vertically/horizontally
- add option to define the min/max size of the generated diagram
- add ability to display actions (service invocations)
- add custom node representations for different states
Why is this needed:
to improve diagram generation
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.
-
Updated
Apr 1, 2022 - Java
-
Updated
Mar 31, 2022 - C#
-
Updated
Jan 20, 2021 - Java
Improve this page
Add a description, image, and links to the serverless-workflow topic page so that developers can more easily learn about it.
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."
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 structBaseState
instead of interfaceState
, whilst,EventBaseSwitchState.EventConditions
embeds interfaceEventCondition
instead of structBaseEventCondition
.Why is this needed:
With the various States - e.g. `Op