When creating Knowledge article by using "How to" template , cannot trigger workflowIssue Workflow is not triggering when creating an article with a template. Works fine with the standard templateResolutionThis is the expected behavior.When you create an article using a standard template, notice that the article is getting created on the kb_knowledge table on which the workflow is present. When you create an article using a "How-to" template, the article is getting created on the kb_template_how_to table. As per OOB (Out of Box), configuration, the knowledge workflow never gets triggered when an article is created, the workflow is configured to get triggered, when you click on "Publish" button, which has the flow mentioned to trigger. In this case, you will have to create a separate workflow in "kb_template_how_to" table or write a business rule on insert to trigger the flow on kb_template_how_to based on condition and as per the requirement.