Skip to content
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

Dependency injection for states #33

Open
sebprt opened this issue Sep 30, 2021 · 0 comments
Open

Dependency injection for states #33

sebprt opened this issue Sep 30, 2021 · 0 comments

Comments

@sebprt
Copy link
Contributor

sebprt commented Sep 30, 2021

Add the possibility to define a state at the same config level as the steps that can be used as a service in any step

pipeline:
  state: #...
  steps: 
	- csv: 
		extractor:
      state:
	    destinations: 
		  - rabbitmq: # ...
		  - "@state.general"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant