public class WorkflowExecutionLocal<T> extends Object
ThreadLocal which bounds value to a particular thread. It
 is subject to the same replay rules as the rest of the workflow definition.| Constructor and Description | 
|---|
| WorkflowExecutionLocal() | 
public static void before()
public static void after()
public T get()
public void remove()
public void set(T v)
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.