Class WorkflowInfo

java.lang.Object
org.apache.flink.table.gateway.workflow.WorkflowInfo

public class WorkflowInfo extends Object
The 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.