{
  "Id": "SearchTableStorage",
  "LineOfBusinessProcessData": [
    {
      "Key": "object",
      "Type": "Xenhey.BPM.Core.Net8.Processes.ProcessData"
    }
  ],
  "Type": "",
  "DataFlowProcess": [
    {
      "Key": "Azure_Table_Storage",
      "Type": "Xenhey.BPM.Core.Net8.Processes.AzureTableStorageProcess",
      "Async": "false",
      "IsEnable": "true",
      "DataFlowProcessParameters": [
        {
          "Key": "SimpleTableSearch",
          "Value": "yes"
        },
        {
          "Key": "QueryField",
          "Value": "search"
        },
        {
          "Key": "StorageAccount",
          "Value": "AzureWebJobsStorage"
        },
        {
          "Key": "TableName",
         "Value": "training20260128"
        },
        {
          "Key": "DefaultResult",
          "Value": "No Records Found"
        }
      ]
    },
    {
      "Key": "RetriveRecordsByBatchID",
      "Type": "Xenhey.BPM.Core.Net8.Processes.MessageBuilderProcess",
      "Async": "false",
      "IsEnable": "false",
      "DataFlowProcessParameters": [
        {
          "Key": "RemovePropertiesFromPayload",
          "Value": "yes"
        },
        {
          "Key": "filters",
          "Value": "[{\"Key\": \"PartitionKey\"},{\"Key\": \"RowKey\"},{\"Key\": \"Timestamp\"}]"
        }
      ]
    },
    {
      "Key": "TransFerDataToInformation",
      "Type": "Xenhey.BPM.Core.Net8.Processes.TransformationProcess",
      "Async": "false",
      "IsEnable": "false",
      "DataFlowProcessParameters": [
        {
          "Key": "TransformJSONPayload",
          "Value": "yes"
        },
        {
          "Key": "ManagedTemplateName",
          "Value": "yes"
        },
        {
          "Key": "FileName",
          "Value": "templatefie.liquid"
        },
        {
          "Key": "Container",
          "Value": "config"
        },
        {
          "Key": "StorageAccount",
          "Value": "AzureWebJobsStorage"
        }
      ]
    },
    {
      "Key": "ReplaceContentTypeInHeader",
      "Type": "Xenhey.BPM.Core.Net8.Processes.HeaderInfoProcess",
      "Async": "false",
      "IsEnable": "false",
      "DataFlowProcessParameters": [
        {
          "Key": "ReplaceHeaders",
          "Value": "yes"
        },
        {
          "Key": "Headers",
          "Value": "[{\"Key\": \"Content-Type\",\"Value\": \"text/html\"}]"
        }
      ]
    }
  ]
}