Class FlowCallBuilderImpl

    • Method Detail

      • flowReference

        public FlowCallBuilder flowReference​(String flowDocumentId,
                                             String flowId)
        Description copied from class: FlowCallBuilder

        Define the flow reference of the called flow.

        Specified by:
        flowReference in class FlowCallBuilder
        Parameters:
        flowDocumentId - the document id of the called flow. May not be null, but may be the empty string.
        flowId - the id of the called flow. May not be null
        Returns:
        the builder instance
      • outboundParameter

        public FlowCallBuilder outboundParameter​(String name,
                                                 jakarta.el.ValueExpression value)
        Description copied from class: FlowCallBuilder

        Define an outbound parameter for the flow call.

        Specified by:
        outboundParameter in class FlowCallBuilder
        Parameters:
        name - the name of the parameter
        value - the value of the parameter
        Returns:
        the builder instance