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

Create channel pattern example #27

Closed
pointlander opened this issue Feb 11, 2019 · 0 comments
Closed

Create channel pattern example #27

pointlander opened this issue Feb 11, 2019 · 0 comments
Assignees

Comments

@pointlander
Copy link
Contributor

Channels allow one action to call another action. Create an example using this pattern:
https://github.com/project-flogo/microgateway/blob/master/internal/pattern/DefaultChannelPattern.json
The example will call another microgateway action (in the same flogo application/json file/go file) using channels. The called microgateway action can be as simple as a call to the log activity. Two triggers will be needed: a http trigger for calling the channel pattern, and a channel trigger for calling the second microgateway:
https://github.com/project-flogo/contrib/tree/master/trigger/channel

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

2 participants