| Modifier and Type | Method and Description |
|---|---|
static TaskInput |
TaskInput.fromContextAt(String path)
Use a part of the task context as task input.
|
static TaskInput |
TaskInput.fromDataAt(String path)
Use a part of the execution data as task input.
|
static TaskInput |
TaskInput.fromObject(Map<String,Object> obj)
Use an object as task input.
|
static TaskInput |
TaskInput.fromText(String text)
Use a literal string as task input.
|
Copyright © 2020. All rights reserved.