Conversation
|
|
👋 mchain0, thanks for creating this pull request! To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team. Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks! |
|
The latest Buf updates on your PR. Results from workflow Regenerate Protobuf Files / buf (pull_request).
|
| Workflow workflow = 2; | ||
| string timestamp = 3; | ||
| string errorMessage = 4; | ||
| string reason = 5; // "non_retryable" | "retry_limit_exceeded" |
| message WorkflowActivationAbandoned { | ||
| CreInfo creInfo = 1; | ||
| Workflow workflow = 2; | ||
| string timestamp = 3; |
There was a problem hiding this comment.
why string? Should not we use int64 https://github.com/search?q=org%3Asmartcontractkit+timestamp+path%3A.proto&type=code ?
part of smartcontractkit/chainlink#22853