The lifecycle of a bot task in Automa
Send task created event
task.created
event to the bot’s webhook URL.Request access to code
Send code access details
Download code
code.download
method from the Bot SDK.Propose code changes
code.propose
method from the Bot SDK for this step.Create pull request
Pull request merged event
Mark task completed
Send proposal accepted event
proposal.accepted
event to
the bot’s webhook URL, confirming that the proposed changes have been
successfully merged.