Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong workflow name in Schedule Syncing #10725

Closed
1 of 2 tasks
acandael opened this issue Dec 24, 2024 · 0 comments · Fixed by #10727
Closed
1 of 2 tasks

Wrong workflow name in Schedule Syncing #10725

acandael opened this issue Dec 24, 2024 · 0 comments · Fixed by #10727

Comments

@acandael
Copy link

What Medusa version and documentation are you using?

v2

Preliminary Checks

Issue Summary

The code snippet to create the workflow is not 'syncBrandsFromSystemWorkflow' but 'syncBrandsFromCmsWorkflow.'
Also, the name of the method to retrieve the brands from the cms is not 'retrieveBrandsFromSystemStep()' but 'retrieveBrandsFromCmsStep()'

How can this issue be resolved?

  1. rename workflow to syncBrandsFromCmsWorkflow
  2. rename method to retrieveBrandsFromCmsStep()

...

Are you interested in working on this issue?

  • I would like to fix this issue
@acandael acandael changed the title Wrong workflow name in Shedule Syncing Wrong workflow name in Schedule Syncing Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant