What would you like to be added:
We are missing the workflow run from the main FuncDSL class. It lives only on DSL:
public static TasksConfigurer workflow(WorkflowConfigurer configurer) {
return list -> list.workflow(configurer);
}
Why is this needed:
Enhance compatibility between the two approaches.
What would you like to be added:
We are missing the
workflowrun from the mainFuncDSLclass. It lives only onDSL:Why is this needed:
Enhance compatibility between the two approaches.