Summary
The user is looking to find the start date and time of a specific task (task1) in a Flyte workflow, rather than the start time of another task (task3). They are considering using a specific method to obtain this information and are asking if it is the correct approach. The response suggests that to get the workflow execution date/time, they should create a launch plan and use the kickoff_time_input_arg
parameter.