If our site requires different workflow per content-type in drupal 7 there is a way to do so.

//in our drupal settings.php add the following line towards the bottom
$conf['workbench_moderation_per_node_type'] = TRUE;
but in drupal 8 where i have to add this code or any other way to do this

Comments

fawwad.nirvana created an issue.