-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0.0-alpha1: attempt#1 #846
Conversation
Refactor preview |
@ricardozanini @fjtirado I took the freedom of renaming WDYT? |
@ricardozanini Do we need to include the annual reviews, and if so, can we move them to a properly cased directory (such as What about the meetingminutes directory? Do we still need it? If so, can we properly case it (such as |
@ricardozanini We will need to refactor comparisons, if we believe it's necessary to keep them. If so, could you guys @ricardozanini @fjtirado take care of it? |
@ricardozanini @fjtirado I removed the examples instead of just updating them, because I believe this role is fullfilled by the Gherkin features, and is even more intelligible imho. What do you guys think? |
@ricardozanini @fjtirado Could you guys also take care of creating use cases (for documentation), and Gherkin tests, if need be, for the CTK? |
We can keep those in the folder
Please ditch this one, we have the discussions: https://github.com/serverlessworkflow/specification/discussions/categories/meetings-notes |
I don't think we need those. |
We need to be able to validate the schema somehow. The examples are good for this, plus newcomers can grasp the DSL easier with them, IMO. |
Sure thing, it will also be a great way to validate our refactoring and use cases. |
Indeed. As for the schema, I'm working on it. It's a big piece. |
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Co-authored-by: Ricardo Zanini <1538000+ricardozanini@users.noreply.github.com> Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Signed-off-by: Charles d'Avernas <charles.davernas@neuroglia.io>
Many thanks for submitting your Pull Request ❤️!
Please specify parts of this PR update:
Discussion or Issue link:
#843
What this PR does / why we need it:
The version
1.0.0-alpha1
is one of the most impacting release of the history of the Serverless Workflow DSL. It aims at both drastically simplify the DSL and at completing it with many new features.It is intended to be the last release containing breaking changes before the Serverless Workflow DSL
1.0.0
can see the day.What's new?
Addresses Rename data filter properties #672.
namespace
DNS Label property.Addresses Add namespace property #838.
Addresses Use maps instead of arrays for complex objects in the specification #831.
Partially addresses Refactor external references #691.
state
andaction
concepts intotask
, getting rid of state nesting limitations. See tasks.end
andtransition
into flow directives.Addresses Group
End
andTransition
properties #684.Addresses Backward Compatibility: Parallel Branch does not support direct use of states definitions #413.
Addresses Rename action
functionRef
property #828.Addresses Add multi retryRef to action #681 and Refactor retries #772.
Addresses Add means to throw an error #771.
Addresses Add stand-alone example resources #324.
Addresses Rename eventDef correlation properties #679 and Find a way to name processed correlation keys #680.