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

FEATURE: A helper to create workflow #13

Open
ryshu opened this issue Feb 19, 2023 · 5 comments
Open

FEATURE: A helper to create workflow #13

ryshu opened this issue Feb 19, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@ryshu
Copy link
Collaborator

ryshu commented Feb 19, 2023

Add a helper to create a workflow

@ryshu ryshu added enhancement New feature or request help wanted Extra attention is needed labels May 25, 2023
@Danimoz
Copy link

Danimoz commented Jul 7, 2023

I want to work on this

@unicodeveloper
Copy link
Contributor

@ryshu Please can you shed more light on how this is supposed to be or work?

@ryshu
Copy link
Collaborator Author

ryshu commented Jul 7, 2023

@unicodeveloper

No idea in deep but it's a must-have if we want to help you on the support side.

The idea here is that it's very complex to manage the definition of workflows from the API.

In my opinion, users should eventually be able to simply declare a template using the SDK like that:

template = Template(name="my template")
template.add_step(InAppNotification("A message of in-app notification"))
template.add_step(Digest(timeout=3600))
template.add_step(EmailNotification(subject="A subject of email", content="...."))
template.synchronize_with_novu()

@unicodeveloper unicodeveloper changed the title FEATURE: A helper to create notification template FEATURE: A helper to create workflow Sep 5, 2023
@sumitsaurabh927
Copy link

Hey @Danimoz you still interested in this?

@Danimoz
Copy link

Danimoz commented Oct 23, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants