toggle menu
winds
1.0.2
jvm
switch theme
search in API
api
/
dev.teogor.winds.api
/
WorkflowSynthesizer
Workflow
Synthesizer
interface
WorkflowSynthesizer
:
TaskBuilder
Members
Properties
excluded
Modules
Link copied to clipboard
abstract
val
excludedModules
:
List
<
String
>
identifier
Link copied to clipboard
abstract
var
identifier
:
String
name
Link copied to clipboard
abstract
var
name
:
String
task
Link copied to clipboard
abstract
var
task
:
DefaultTask
?
Functions
exclude
Modules
Link copied to clipboard
abstract
fun
excludeModules
(
block
:
(
)
->
List
<
String
>
)