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

Combine tasks from different providers #47

Open
francbartoli opened this issue Aug 24, 2022 · 1 comment
Open

Combine tasks from different providers #47

francbartoli opened this issue Aug 24, 2022 · 1 comment
Labels
question Further information is requested

Comments

@francbartoli
Copy link
Member

Just a question if this could be possible now or in the future

@francbartoli francbartoli added the question Further information is requested label Aug 24, 2022
@xnuinside
Copy link
Collaborator

It sounds like we need to do some flow-control logic, that is not really in place and planned, as I understand. Because right now fastflows just do anything by client intention:

  1. send request from command line
  2. send request to REST API

and got result as is immediately, so there is no any actions that done in the background like processes

to combine tasks from different providers we need something to track at the background is the process/flow from first provider finished or end with some result and after - run next flow/process in different provider

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants