Create isolated execution environments within your workflows.
sensitive_info
) is only available within the private flow, protecting it from accidental exposure in the main workflow.
args_as_context=False
, we can pass the sensitive information to the flow function without adding it to context automatically.
masked_info
) can be explicitly passed back to the main flow for further processing.