Skip to content

Add prompt_execution_ids and workflow_execution_ids to WorkflowExecutionFulfilledBody#3518

Draft
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
devin/1767631259-add-execution-ids-to-fulfilled-event
Draft

Add prompt_execution_ids and workflow_execution_ids to WorkflowExecutionFulfilledBody#3518
devin-ai-integration[bot] wants to merge 2 commits intomainfrom
devin/1767631259-add-execution-ids-to-fulfilled-event

Conversation

@devin-ai-integration
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot commented Jan 5, 2026

Adds two new optional fields to WorkflowExecutionFulfilledBody to match the backend schema changes in https://github.com/vellum-ai/vellum/pull/19204. These fields hold direct child prompt execution IDs and subworkflow execution IDs for cost calculation purposes.

Review & Testing Checklist for Human

  • Verify the field types (Optional[list[UUID]]) match the backend schema (string[] | null with UUID format)
  • Consider if additional test coverage is needed for non-None values of these fields
  • Verify UUID list serialization works correctly without a custom serializer

Notes

…ionFulfilledBody

Co-Authored-By: marlen@vellum.ai <marlencarrillo3@gmail.com>
@devin-ai-integration
Copy link
Copy Markdown
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR that start with 'DevinAI' or '@devin'.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

Co-Authored-By: marlen@vellum.ai <marlencarrillo3@gmail.com>
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.

1 participant