TIBCOSoftware / flogo-cli

Project Flogo Command Line Interface
http://flogo.io
BSD 3-Clause "New" or "Revised" License
57 stars 28 forks source link

Flogogen trigger does not create a workable trigger OOB #116

Closed tibmatt closed 6 years ago

tibmatt commented 6 years ago

I'm submitting a ... (check one with "x")

[x] bug report => search github for a similar issue or PR before submitting
[] enhancement request
[] feature request
[] support request
[] general question

Current behavior (how does the issue manifest): flogogen trigger generates an incomplete _test.go Currently it is possible to take the trigger as generated and test it.

Expected behavior: Similar to activity. Would have expected the generated trigger to 'work' Minimal steps to reproduce the problem (not required if feature enhancement): flogogen trigger testTrigger cd testTrigger go test What is the motivation / use case for changing the behavior?

Please tell us about your environment (Operating system, docker version, browser & verison if webui, etc):

Flogo version (CLI & contrib/lib. If unknown, leave empty or state unknown): 0.X.X

Additional information you deem important (e.g. issue happens only occasionally):

fm-tibco commented 6 years ago

Fixed in PR #118 and merged into master