updated StepExecutionRequest
This commit is contained in:
parent
1180fbd8be
commit
2f6c1d8ad6
|
@ -1,7 +1,7 @@
|
|||
# Changelog for org.gcube.application.geoportal-common
|
||||
|
||||
## [v1.1.0-SNAPSHOT] - 2024-04-08
|
||||
- Added optional message to performStep method [#27192]
|
||||
- Added message to StepExecutionRequest [#27192]
|
||||
|
||||
## [v1.0.13] - 2023-09-06
|
||||
- Using parent range version [#25572]
|
||||
|
|
|
@ -12,13 +12,9 @@ import lombok.NoArgsConstructor;
|
|||
@Data
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class StepExecutionRequest {
|
||||
public class StepExecutionRequest implements StepExecutionInterface {
|
||||
|
||||
private String stepID;
|
||||
private String message;
|
||||
private Document options;
|
||||
|
||||
public String getMessage() {
|
||||
return message;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue