I've set up a custom workflow for my custom form, which includes a status field. In the table's
CanSubmitToWorkflow
method, I've added a condition to trigger the workflow when the status is 'Draft'. Despite activating the workflow in the environment and creating a new record with the status set to 'Draft', the workflow still isn't triggering. Am I overlooking something