i have two diff workflow for the same doctype
the first status in each workflow is diff
i want based on the value of custom field in doctype the each workflow dertermide as you know the system not allow two diff workflow together
workflows = {
‘Value_A’: [‘Draft’, ‘Review’, ‘Approved’],
‘Value_B’: [‘Initiated’, ‘Verification’, ‘Approved’]
}

