-
Updated
Oct 19, 2021 - JavaScript
specification
Here are 677 public repositories matching this topic...
-
Updated
Nov 11, 2021
-
Updated
Aug 2, 2021 - JavaScript
-
Updated
Nov 19, 2021 - Swift
-
Updated
Nov 12, 2021 - TypeScript
-
Updated
Nov 15, 2021 - SCSS
-
Updated
Oct 29, 2021 - PHP
-
Updated
Nov 23, 2021 - Batchfile
-
Updated
Nov 20, 2021 - SCSS
-
Updated
Nov 7, 2021 - 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
jq-style cli
It would be great to have a jq-like cli tool that can query and transform kdl right in the command line
Go parser
.NET implementation
-
Updated
Jun 22, 2021 - PHP
-
Updated
Sep 24, 2021 - TLA
-
Updated
Nov 23, 2021 - SCSS
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
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>