Skip to content

Conversation

@agtraveso
Copy link
Contributor

@agtraveso agtraveso commented Nov 27, 2025

Parameters now follow the same typing as executeProcessSync and are stringified before sending to the API


Note

Unifies parameter typing with executeProcess* and stringifies schedule input.parameters before sending.

  • API Types
    • Update ExecuteProcessInput.parameters to Record<string, any> in src/api/types.ts.
  • Schedules
    • In src/api/yepcodeApi.ts, createSchedule and updateSchedule now send input.parameters as JSON.stringify(...).

Written by Cursor Bugbot for commit ddcc12c. This will update automatically on new commits. Configure here.

Parameters now follow the same typing as executeProcessSync and are stringified before sending to the API
@agtraveso agtraveso requested a review from a team as a code owner November 27, 2025 09:29
@agtraveso agtraveso requested review from santicastro and sergio-rs and removed request for a team November 27, 2025 09:29
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

This PR is being reviewed by Cursor Bugbot

Details

Your team is on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle for each member of your team.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@agtraveso agtraveso merged commit 26d3c87 into main Nov 27, 2025
3 checks passed
@agtraveso agtraveso deleted the bugfix/schedule-parameters-type branch November 27, 2025 09:43
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.

4 participants