Class FlowResponsePayload


  • public class FlowResponsePayload
    extends com.qivos.util.rest.common.envelope.Payload<ExtendedFlowDto>
    Response payload wrapper for flow-related responses.

    This class extends Payload and wraps an ExtendedFlowDto object to be used as the body of a successful API response for flow operations.

    Typical usage includes returning flow metadata, status, or configuration after triggering or querying a flow.

    See Also:
    ExtendedFlowDto, Payload
    • Constructor Detail

      • FlowResponsePayload

        public FlowResponsePayload​(ExtendedFlowDto payload)
        Constructs a new FlowResponsePayload with the given ExtendedFlowDto payload.
        Parameters:
        payload - the flow details to be wrapped in the response envelope