Workflows in External Secrets Enterprise Edition provide a powerful way to orchestrate complex secret management operations. Use workflows to pull, generate, transform, and push secrets across providers in a declarative, DAG-based model.
- WorkflowTemplate: A reusable blueprint that defines the structure and logic of your workflow, including jobs, steps, and parameters.
- WorkflowRun: An instance of a WorkflowTemplatethat executes the defined jobs and steps with a specific set of arguments.
- WorkflowRunTemplate: A controller that automates the creation of WorkflowRunresources based on a schedule (cron or interval) or in response to changes.