All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fdataprocessing.worker-policy-document-worker-handler.1.5.0-84.source-code.document-policy-definition.json Maven / Gradle / Ivy

The newest version!
{
  "title": "Document Policy Type",
  "description": "Allows the Policy Worker to integrate with workers which meet the Document Worker contract.  Document Workers can add extra fields to a document, and can also update or remove fields.",
  "type": "object",
  "properties": {
    "workerName": {
      "description": "The name of the worker. Some configuration details, such as the default queue names, will be looked up based on this name.",
      "type": "string"
    },
    "queueName": {
      "description": "Optional. Typically the target queue name is provided via configuration. This field can be used as a means to override the queue name specified in the configuration.",
      "type": "string"
    },
    "diagnosticsQueueName": {
      "description": "Optional. Allows a second 'diagnostic' queue to be specified for the worker. This will be used if the worker fails.",
      "type": "string"
    },
    "fields": {
      "description": "Optional. Fields to be sent to the worker. If not specified, all fields will be sent. Matching for multiple fields can be achieved with '*' wildcard.",
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "customData": {
      "description": "Optional. Used to send additional worker-specific data to the worker.",
      "type": "object"
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy