Workflows' Connectors in DaC

Hello Team,

I’ve been using DaC for a while in my infrastructure and pretty satisfied with it as a source of truth and version control.

I’ve recently created few custom Workflows and wanted to attach them to the security rules.
Could you please advise what is the structure of that part should be used in the rule.toml file since the export from Kibana thing doesn’t work well for me?
Does DaC even support Workflows connectors now? Unfortunately there is no information about such scenarios in the docs.

I don’t use connectors folders at all, since it’s more comfortable for me to do that directly in the rule’s file, so the structure I tried to use looks like this:

[[rule.actions]]
id = "system-connector-.workflows"
action_type_id = ".workflows"

[rule.actions.params]
SubAction = "run"

[rule.actions.params.subActionParams]
workflowId = "workflow-########-######-######-######-########"
summarymode = false 

This is definitely incorrect :confused:
I would appreciate any help regarding this. Thank you in advance.