* Implement bindings for the Zeebe workflow engine * Fix PR suggestion regarding error handling * Refactor cancel_instance test to not use a mocking library * Refactor all tests to not use a mocking library * Use error vars * Fix linting error regarding ineffective error assignment * Check for mandatory jobType * Remove double method call * Fix suggestion regarding mock client instantiation * Check if either bpmnProcessId or workflowKey is given for workflow instantiation * Changed logger module to dapr/kit. Misc tweaks. * Fix go.mod * Fixing some lint errors * Ignoring linter false positive Co-authored-by: Phil Kedy <phil.kedy@gmail.com>  | 
			||
|---|---|---|
| .github | ||
| authentication | ||
| bindings | ||
| contenttype | ||
| docs | ||
| internal/config | ||
| metadata | ||
| middleware | ||
| nameresolution | ||
| pubsub | ||
| secretstores | ||
| state | ||
| tests | ||
| .codecov.yaml | ||
| .gitignore | ||
| .golangci.yml | ||
| CODEOWNERS | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| Readme.md | ||
| go.mod | ||
| go.sum | ||
		
			
				
				Readme.md
			
		
		
			
			
		
	
	Components Contrib
The purpose of Components Contrib is to provide open, community driven reusable components for building distributed applications. These components are being used by the Dapr project, but are separate and decoupled from it.
Using components developers can interact with bindings, state stores, messaging systems and more without caring about the underlying implementation.
Available component types:
For documentation on how components are being used in Dapr in a language/platform agnostic way, visit Dapr Docs.
Contribution
Code of Conduct
Please refer to our Dapr Community Code of Conduct