[ 
https://issues.apache.org/jira/browse/CAMEL-8360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steven Marcus updated CAMEL-8360:
---------------------------------
    Description: 
CamelSWFWorkflowClient.getDynamicWorkflowClient :

{{DynamicWorkflowClientExternalImpl(workflowExecution, null, 
endpoint.getStartWorkflowOptions(), null, genericClient);}}

should be 

{{DynamicWorkflowClientExternalImpl(workflowExecution, null, 
endpoint.getStartWorkflowOptions(), configuration.getDataConverter(), 
genericClient);}}

?


  was:

CamelSWFWorkflowClient.getDynamicWorkflowClient 

DynamicWorkflowClientExternalImpl(workflowExecution, null, 
endpoint.getStartWorkflowOptions(), null, genericClient);

should be 

DynamicWorkflowClientExternalImpl(workflowExecution, null, 
endpoint.getStartWorkflowOptions(), configuration.getDataConverter(), 
genericClient);

?



> CamelSWFWorkflowClient doesn't use custom DataConverter
> -------------------------------------------------------
>
>                 Key: CAMEL-8360
>                 URL: https://issues.apache.org/jira/browse/CAMEL-8360
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-aws
>    Affects Versions: 2.14.1
>            Reporter: Steven Marcus
>
> CamelSWFWorkflowClient.getDynamicWorkflowClient :
> {{DynamicWorkflowClientExternalImpl(workflowExecution, null, 
> endpoint.getStartWorkflowOptions(), null, genericClient);}}
> should be 
> {{DynamicWorkflowClientExternalImpl(workflowExecution, null, 
> endpoint.getStartWorkflowOptions(), configuration.getDataConverter(), 
> genericClient);}}
> ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to