Dacris.Maestro.Data.Modify Interaction

Executes a modification query.

Preconditions:

query is a constant name, parameters is defined

Sample State.json Input

{
  "sampleKey": {
    "connPath": "$.yourStateKey",
    "timeout": "10",
    "query": "Txt_File_In_Constants_Folder",
    "parameters": {
      "schema": {
        "your_fieldName": "your_@fieldName"
      },
      "data": {
        "your_fieldName": "yourText"
      }
    },
    "retryTimes": "10",
    "retryDelay": "10"
  },
  "dataConnections": {
    "your_connName": {
      "systemType": "your_systemType",
      "connString": ""
    }
  },
  "customDataProviders": {
    "your_systemType": "yourText"
  }
}