AWS GetActivityTask beloging from the same state machine execution
问题 Thanks in advance for your time and response. I have an AWS state machine with the following activities. Pull first available data file from an external FTP server Process the data (processing time can vary) Upload the processed data to another FTP server I have a java application running in an EC2 instance which has 3 threads and polls the activities using code as shown below. The java application invokes appropriate workers to do the actual work for steps #1,2 and 3. The important point