Hi Mahesh,
Yes, you cant use both actions in any other workflow.
The Memory Store action lets you store and retrieve one or more key-value pairs but it limits this functionality to only one workflow run. This means that one Memory Store action can execute only once. With one Memory Store action, you can either Set key-value pairs or Retrieve values of Stored Keys. So, if want to Set key-value pairs and Get the values of stored keys in the same workflow, then you will have to add two Memory Store actions to the canvas.
The Flow store action lets you store one or more key-value pairs and retrieve them when required but in the same workflow of the project. Each key-value pair you set using the Flow Store has local scope by default. This means that, once you add a key-value pair, you can retrieve it anytime in the future but only in the same workflow.
#Integration-Server-and-ESB#webMethods#webMethods-io-Integration