Skip to content

Conversation

jumski
Copy link
Contributor

@jumski jumski commented Sep 19, 2025

Add task_index to step_task_record type and start_tasks function

  • Updated the step_task_record type to include task_index
  • Modified start_tasks function to return task_index alongside msg_id
  • Adjusted database schema and TypeScript types to support task_index
  • Enhanced input construction logic for map and non-map steps based on task_index
  • Added migration to modify start_tasks function and type to handle task_index
  • Updated test to complete a task with the new task_index attribute

Copy link

changeset-bot bot commented Sep 19, 2025

⚠️ No Changeset found

Latest commit: 5543ded

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

coderabbitai bot commented Sep 19, 2025

Important

Review skipped

Auto reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch 09-19-add-task-index-in-start-tasks

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

nx-cloud bot commented Sep 19, 2025

View your CI Pipeline Execution ↗ for commit 5543ded

Command Status Duration Result
nx run-many -t build --projects client,dsl --co... ✅ Succeeded 6s View ↗
nx affected -t build --configuration=production... ✅ Succeeded 4s View ↗
nx affected -t lint typecheck test --parallel -... ✅ Succeeded 5m 54s View ↗

☁️ Nx Cloud last updated this comment at 2025-09-19 20:19:45 UTC

…nction

- Updated the step_task_record type to include task_index
- Modified start_tasks function to return task_index alongside msg_id
- Adjusted database schema and TypeScript types to support task_index
- Enhanced input construction logic for map and non-map steps based on task_index
- Added migration to modify start_tasks function and type to handle task_index
- Updated test to complete a task with the new task_index attribute
Copy link
Contributor

🔍 Preview Deployment: Website

Deployment successful!

🔗 Preview URL: https://pr-221.pgflow.pages.dev

📝 Details:

  • Branch: 09-19-add-task-index-in-start-tasks
  • Commit: a6b5c72d859e5540d9f4e30c7390b86f64605218
  • View Logs

_Last updated: _

Copy link
Contributor

🔍 Preview Deployment: Playground

Deployment successful!

🔗 Preview URL: https://pr-221--pgflow-demo.netlify.app

📝 Details:

  • Branch: 09-19-add-task-index-in-start-tasks
  • Commit: a6b5c72d859e5540d9f4e30c7390b86f64605218
  • View Logs

_Last updated: _

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