Returns the record this workflow is running against. This can return null, if no record is available.
Example:
let record = exo::get_record(); assert!(record.is_some());