Class StartFlow

  • All Implemented Interfaces:
    java.io.Externalizable , java.io.Serializable , java.lang.Comparable , org.apache.avro.generic.GenericContainer , org.apache.avro.generic.GenericRecord , org.apache.avro.generic.IndexedRecord , org.apache.avro.specific.SpecificRecord

    
    public class StartFlow
    extends SpecificRecordBase implements SpecificRecord
                        

    The Start Flow event represents the information needed to initiate a flow.

    • Constructor Detail

      • StartFlow

        StartFlow()
        Default constructor.
      • StartFlow

        StartFlow(FlowStartContext startContext, String flowStartArgs)
        All-args constructor.
        Parameters:
        startContext - The request ID assigned by the client that created the flow.
        flowStartArgs - A client supplied string, passed to the flow when it is started.