Operation Jitterbit Variables¶
Introduction¶
This page covers Jitterbit variables that are available for operations, organized by informational variables that you read (Informational), and settings variables that you write (Settings).
Informational¶
jitterbit.operation.error
¶
Data Type¶
String
Description¶
All errors that have occurred in the operation, separated by line breaks.
jitterbit.operation.info
¶
Data Type¶
String
Description¶
Informational messages from the operation log, separated by line breaks. This variable was added in Jitterbit Harmony version 8.21.
jitterbit.operation.warning
¶
Data Type¶
String
Description¶
Warnings from the operation log, separated by line breaks. This variable was added in Jitterbit Harmony version 8.21.
jitterbit.operation.guid
¶
Data Type¶
String
Description¶
The GUID of the currently executing operation.
jitterbit.operation.last_error
¶
Data Type¶
String
Description¶
The last error that occurred in the operation.
jitterbit.operation.name
¶
Data Type¶
String
Description¶
Name of the currently executing operation.
jitterbit.operation.previous.error
¶
Data Type¶
String
Description¶
Error reported from previous operation if that operation failed.
jitterbit.operation.previous.success
¶
Data Type¶
String
Description¶
At the end of a successful transformation, this variable updates with any messages from the transformation.
At the end of a successful operation, this variable updates with all messages from the operation.
Settings¶
jitterbit.operation.chunking.warn_on_error
¶
Data Type¶
Boolean
Default Value¶
false
Description¶
If set to true
and chunking is enabled, ignores errors in a single chunk, but logs a warning. Instead of a fatal error, continues to the next chunk.
jitterbit.operation.log_level
¶
Data Type¶
Integer
Description¶
Set to the minimal log level that should result in an entry in the operation log. Can be used to disable logging of success messages if speed is a main concern. These values are valid:
1
– Log everything.2
– Log errors and warnings.3
– Log only errors.
jitterbit.operation.write_history
¶
Data Type¶
Boolean
Default Value¶
true
Description¶
Set to false
to disable writing operation history. Do this only if speed is of utmost importance.