Open MS-Painter opened 3 years ago
Events are categorized with sub types such as CreateKind(Any), CreateKind(File), CreateKind(Other), ModifyKind(Any), ...
Allow to decide on which of these to accept at [event] workflow configuration for each type of accepted event:
[event]
[event] handle_create = ["File"] handle_modify = ["Any"] naming_regex_match = ".*"
Events are categorized with sub types such as CreateKind(Any), CreateKind(File), CreateKind(Other), ModifyKind(Any), ...
Allow to decide on which of these to accept at
[event]
workflow configuration for each type of accepted event: