Blogs
30
January
January
At times it happens to developers that they create workflows on their working copy and find it difficult to export to client's copy.
Workflows are managed by files and entries in database tables.
Files can be found at
and database table entries to export are
If you have created workflow email template then filter records in table email_templates where type = workflow and point out which template you just created for the workflow.
Hope these instructions are useful for developers out there!
Feel free to leave comments.
Workflows are managed by files and entries in database tables.
Files can be found at
custom/modules/<module_name>/workflow
and database table entries to export are
expressions
workflow
workflow_actions
workflow_actionshells
workflow_alerts
workflow_alertshells
workflow_triggershells
workflow
workflow_actions
workflow_actionshells
workflow_alerts
workflow_alertshells
workflow_triggershells
If you have created workflow email template then filter records in table email_templates where type = workflow and point out which template you just created for the workflow.
Hope these instructions are useful for developers out there!
Feel free to leave comments.
Download attachments:
Comments
- No Comments Found.