pub fn notify_task_started_with_context(
task_id: &str,
task_title: &str,
config: &WebhookConfig,
timestamp_rfc3339: &str,
context: WebhookContext,
)Expand description
Convenience function to send task started webhook with context.