-
Updated
Mar 14, 2022 - JavaScript
specification
Here are 721 public repositories matching this topic...
-
Updated
Mar 12, 2022
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Mar 14, 2022 - Swift
-
Updated
Jan 6, 2022 - TypeScript
-
Updated
Mar 12, 2022 - SCSS
-
Updated
Mar 2, 2022 - WebAssembly
-
Updated
Feb 14, 2022 - PHP
-
Updated
Mar 14, 2022 - Batchfile
-
Updated
Mar 10, 2022 - SCSS
-
Updated
Jan 17, 2022 - JavaScript
-
Updated
Dec 29, 2020
-
Updated
Oct 29, 2019 - JavaScript
Problem to solve
As we try and build the community, we shouldn't require people to email me to get an invite to the slack channell
Proposal
Set up a site that allows users to sign up and get invited to the slack channel automatically. Example: https://signup.hangops.com/
Use something like this inviterbot to make a site that people can
-
Updated
Jun 22, 2021 - PHP
-
Updated
Feb 22, 2022 - TLA
The spec doc is missing definition of error def. Here is the associated schema def- https://github.com/serverlessworkflow/specification/blob/main/schema/errors.json#L29
This should be added to https://github.com/serverlessworkflow/specification/blob/main/specification.md#workflow-error-handling
-
Updated
Mar 3, 2022 - SCSS
Improve this page
Add a description, image, and links to the specification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the specification topic, visit your repo's landing page and select "manage topics."
Describe the bug
Operation bindings are described as
Map[string, Operation Bindings Object]where channel bindings are described asChannel Bindings ObjectI expected both definitions to be described as either
Map[string, <NAME>]or<NAME>