Bad code:
await workflow.execute_activity(
send_confirmation_email,
order,
tracking_number,
start_to_close_timeout=timedelta(seconds=30),
)
Try to repro with:
/temporal-developer make an example temporal workflow which is a multi-step order processing workflow, and which may have business logic level failures at some of the later steps. Do it in Python, in a directory at python/