aws / aws-swf-flow-library

AWS Simple Workflow Flow framework library
Apache License 2.0
61 stars 54 forks source link

files are missing #10

Closed Sandeepgsn closed 6 years ago

Sandeepgsn commented 7 years ago

There are so many class are missing but thats being used in project. I am wondering if its getting compile. list of missing files CronWorkflowClientFactory CronWorkflowSelfClient

Jianchu commented 6 years ago

This is because you didn't enable your annotation processor, those class are automatically generated through annotation processor. Please refer https://docs.aws.amazon.com/amazonswf/latest/awsflowguide/setup.html for the details.