This page provides examples for WorkflowTemplate, WorkflowRun, and WorkflowRunTemplate.

1. WorkflowTemplate

This example defines a WorkflowTemplate that generates a password and pushes it to a specified secret store.

2. WorkflowRun

This example shows how to create a WorkflowRun to execute the generate-and-push-password template once.

3. WorkflowRunTemplate

This example uses a WorkflowRunTemplate to run the same workflow on a schedule (every 12 hours).