public class WorkflowInfo extends Object
WorkflowInfo represents the required information of one materialized table background
workflow. It is used by EmbeddedSchedulerJob when trigger the execution of workflow.
Note: All member variables need be able to be serialized as json string.
| Constructor and Description |
|---|
WorkflowInfo(String materializedTableIdentifier,
Map<String,String> dynamicOptions,
Map<String,String> initConfig,
Map<String,String> executionConfig,
String restEndpointUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getDynamicOptions() |
Map<String,String> |
getExecutionConfig() |
Map<String,String> |
getInitConfig() |
String |
getMaterializedTableIdentifier() |
String |
getRestEndpointUrl() |
int |
hashCode() |
String |
toString() |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.