-1

Can any one please tell where will the workflows created using code will get saved.

What will be file format and what will be the extension for that file

Also can you please get me some examples if possible

Manoj
  • 21
  • 2

1 Answers1

0

They are saved inside SWF Service. You can get workflow history through its visibility API.

Maxim Fateev
  • 6,458
  • 3
  • 20
  • 35
  • Hi Maxim Thanks much for your answer. As far i searched the format in which the SWF history get saved is JSON. Please correct me If I am wrong – Manoj Apr 29 '16 at 04:41
  • How is history is stored is proprietary AWS information. It can be retrieved as Jason using http://docs.aws.amazon.com/amazonswf/latest/apireference/API_GetWorkflowExecutionHistory.html call. – Maxim Fateev Apr 30 '16 at 17:42
  • Thanks for your answer Maxim – Manoj May 04 '16 at 10:10