Skip to content

Conversation

devbugging
Copy link
Contributor

Initial documentation for scheduled transactions

Copy link

vercel bot commented Sep 17, 2025

@devbugging is attempting to deploy a commit to the Flow Team on Vercel.

A member of the Team first needs to authorize it.

Copy link

vercel bot commented Sep 21, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
docs Ready Ready Preview Comment Sep 21, 2025 3:35am

Copy link
Contributor

@jribbink jribbink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we please include a :::warning that this feature is only available on Testnet /emulator with the latest Flow CLI release

Similar to: https://github.com/onflow/docs/pull/1473/files#diff-3bf3e65473d6bb0e7f56289dcabd1a2a464ca28fd5cfa31c05adac13f350bf18R13-R15

Copy link
Member

@joshuahannan joshuahannan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added a few comments to work in. I haven't fully reviewed yet though

Comment on lines +56 to +58
access(all) resource interface TransactionHandler {
access(Execute) fun executeTransaction(id: UInt64, data: AnyStruct?)
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you add the metadata views functions here? It would be good to encourage developers to use these too

access(all) event CallbackExecuted(data: String)
access(all) resource Handler: FlowTransactionScheduler.TransactionHandler {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

```

### 2. Scheduling a Transaction

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to update this to use the manager resource once that is finished too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants