class documentation
class AllowAllWorkerEnvVars: (source)
Make every environment variable on the worker resolvable.
Warning
This class is experimental and may change in future versions. Use with caution in production environments.
Pass an instance in place of a list of names:
StrandsPlugin(resolvable_worker_env_vars=AllowAllWorkerEnvVars())
This lets workflow code name any variable on the worker and make its value available to commands in the sandbox.