Replay tasks from the latest crew.kickoff(…)
crew.kickoff()
before you can replay a task.
Currently, only the latest kickoff is supported, so if you use kickoff_for_each
, it will only allow you to replay from the most recent crew run.Open your terminal or command prompt.
Navigate to the directory where your CrewAI project is located.
Run the following commands:
task_id
to replay, use:crewai
is installed and configured correctly in your development environment.Specify the `task_id` and input parameters for the replay process.
task_id
and input parameters for the replay process.Execute the replay command within a try-except block to handle potential errors.