Clay McCoy
Clay McCoy
The link you posted doesn't work for others. What is an execution ID? Are you referring to the workflow ID and run ID for a workflow execution? I don't know...
Thanks for your feedback. I could add such an integration test. It is a little tricky getting it the credentials that it needs. Maybe not if I don't run it...
BTW, the task pollers don't have to even be in the same application, but that is just how we do it in Asgard at the moment.
I could make a small example Grails project rather than always pointing to Asgard's use of SWF and Glisten.
That is exactly right. Currently, if you want to wait on an activity, it needs to return something. Flow, handles this by generating method signatures that return Promise. Glisten doesn't...
Yes, the dependencies for Groovy, Guava, and AWS should all be updated. https://github.com/Netflix/glisten/blob/master/build.gradle
The build is supposed to produce javadocs and sources and upload them to maven central, but the javadocs jar seems to be empty. https://netflixoss.ci.cloudbees.com/job/glisten-master/ http://search.maven.org/#search%7Cga%7C1%7Cglisten I'll look into this and...
Okay, I can move it to a constraint block instead, but that gets trickier with some things now that kork is brought in through enforcedPlatform. We have a project that...