The journey 

sub my_business_function {
    my($context, $call_flag, $args, $state, $last_func) = @_;

    my $person_id = $args->{person_id};   # BOOM!

    ...
}