Actions YAML Reference for BarTender Cloud
|
Transforms a custom or proprietary XML format by using an XSLT stylesheet. More...
Inherits IntegrationAction.
Properties | |
DataTarget | Source [get, set] |
Specifies the source XML to be transformed. More... | |
DataTarget | XSL [get, set] |
Specifies the script for the XSLT. Valid only for TransformXMLUsingXSLTAction. More... | |
string | TransformOutputVariable [get, set] |
Specifies the name of the variable to save the output result to. The default value is "EventData". More... | |
CommonActionProperties | |
Describes the common action properties for Actions and ActionGroups. | |
string | Name [get, set] |
Specifies the name. This property cannot be empty and must be unique in the YAML script. More... | |
string | Description [get, set] |
Specifies the description. The default value is "". More... | |
ActionRunType | RunType [get, set] |
Runs the action by using one of the following types: More... | |
bool | IgnoreErrors [get, set] |
Specifies whether to ignore errors and continue with the next action. Valid only for Action and ActionGroup. The default value is false. More... | |
int | FailureRetries [get, set] |
Specifies the number of times that the action is retried if it fails. Available only for Action. The default value is 0. More... | |
int | RetryInterval [get, set] |
Specifies the interval, in milliseconds, that elapses when a failed action is retried. Valid only when the value of FailureRetries is greater than 0. Available only for Action. The default value is 10000. More... | |
Transforms a custom or proprietary XML format by using an XSLT stylesheet.
Example:
|
getset |
Specifies the source XML to be transformed.
Example in which the source is an XML string:
Example in which the source is a variable:
Example in which the source is a file in the temporary storage folder:
Example in which the source is a file in Librarian:
|
getset |
Specifies the script for the XSLT. Valid only for TransformXMLUsingXSLTAction.
For examples, see Source.
|
getset |
Specifies the name of the variable to save the output result to. The default value is "EventData".
|
getsetinherited |
Specifies the name. This property cannot be empty and must be unique in the YAML script.
|
getsetinherited |
Specifies the description. The default value is "".
|
getsetinherited |
Runs the action by using one of the following types:
|
getsetinherited |
Specifies whether to ignore errors and continue with the next action. Valid only for Action and ActionGroup. The default value is false.
|
getsetinherited |
Specifies the number of times that the action is retried if it fails. Available only for Action. The default value is 0.
|
getsetinherited |
Specifies the interval, in milliseconds, that elapses when a failed action is retried. Valid only when the value of FailureRetries is greater than 0. Available only for Action. The default value is 10000.