@Target(value=METHOD) @Retention(value=RUNTIME) public @interface GetState
Asynchronous
).
Method is expected to have empty list of parameters.
Promise
or void
return types are not allowed for the annotated method.
The generated external client implementation uses {@link AmazonSimpleWorkflow#describeWorkflowExecution(com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest)
visibility API to retrieve the state. It allows access to the sate using external client if decider
workers are down and even after workflow execution completion.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.