WorkflowTemplate
, WorkflowRun
, and WorkflowRunTemplate
.
1. WorkflowTemplate
This example defines aWorkflowTemplate
that generates a password and pushes it to a specified secret store.
2. WorkflowRun
This example shows how to create aWorkflowRun
to execute the generate-and-push-password
template once.
3. WorkflowRunTemplate
This example uses aWorkflowRunTemplate
to run the same workflow on a schedule (every 12 hours).