EmbeddedChainer element
Attributes
BinarySource
stringReference to the Binary element that contains the chainer executable. Mutually exclusive with the FileSource and PropertySource attributes.
CommandLine
stringValue to append to the transaction handle and passed to the chainer executable.
Condition
stringValue is the condition. It is important to note that each EmbeddedChainer element must have a mutually exclusive condition to ensure that only one embedded chainer will execute at a time. If the conditions are not mutually exclusive the chainer that executes is undeterministic.
FileSource
stringReference to the File element that is the chainer executable. Mutually exclusive with the BinarySource and PropertySource attributes.
Id
string requiredUnique identifier for embedded chainer.
PropertySource
stringReference to a Property that resolves to the full path to the chainer executable. Mutually exclusive with the BinarySource and FileSource attributes.
Parents
See also
Binary, File, Property, EmbeddedChainerRef