keep fixing email workflow run block (#1479)

This commit is contained in:
Shuchang Zheng
2025-01-03 13:22:48 -08:00
committed by GitHub
parent ce3aa4f387
commit 66b35b70fb

View File

@@ -392,6 +392,10 @@ def convert_to_workflow_run_block(
loop_values=workflow_run_block_model.loop_values,
current_value=workflow_run_block_model.current_value,
current_index=workflow_run_block_model.current_index,
recipients=workflow_run_block_model.recipients,
attachments=workflow_run_block_model.attachments,
subject=workflow_run_block_model.subject,
body=workflow_run_block_model.body,
created_at=workflow_run_block_model.created_at,
modified_at=workflow_run_block_model.modified_at,
)