@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Workflow
DecisionContext| Modifier and Type | Optional Element and Description | 
|---|---|
| Class<? extends DataConverter> | dataConverterThis is used to specify  DataConvertertype to use for 
 serialization/de-serialization of workflow method parameters and return types. | 
public abstract Class<? extends DataConverter> dataConverter
DataConverter type to use for 
 serialization/de-serialization of workflow method parameters and return types.
 
 Default is NullDataConverter which means to use the default 
 DataConverter used by framework.  Default DataConverter used by framework is 
 JsonDataConverter.Copyright © 2014. All rights reserved.