pub async fn interpolate_workflow_step(
step: &WorkflowStep,
context: &InterpolationContext,
engine: &mut InterpolationEngine,
) -> Result<WorkflowStep, String>Expand description
Pure function to interpolate a workflow step
pub async fn interpolate_workflow_step(
step: &WorkflowStep,
context: &InterpolationContext,
engine: &mut InterpolationEngine,
) -> Result<WorkflowStep, String>Pure function to interpolate a workflow step