Input parameters

All script input parameter are listed. For each script input parameter select, if some value must be sent or not.

These options are available:

  • None: The default value.

    No information is sent to this script input parameter.

  • Document name (Original): The exact name always depends on the real document name.
    • Content of the Input document is sent to this script input parameter.
    • Content can be send only to script input parameter of type String or Binary.
  • Headers: Document name (Original)
    • Headers of Input document are sent in JSON format to this script input parameter.

      See Headers JSON structure.

    • Headers can be send only to script input parameter of type String.
  • Document name (Patch)
    • Content of Patch document is sent to this script input parameter.
    • Content can be send only to script input parameter of type String or Binary.
  • Headers: Document name (Patch)
    • Headers of the Patch document are sent in JSON format to this script input parameter. See Headers JSON structure.
    • Headers can be send only to script input parameter of type String.
  • Value
    • If selected, field in Value column is enabled.
    • Specify any text to be send to this script input parameter.
    • Datatype of specified text must match with the script input datatype.