Skip to main content
MuleSoft Community Forum Member (Inactive) (Salesforce) ๋‹˜์ด MuleSoft Training: Fundamentals Mule 3์— ์งˆ๋ฌธํ–ˆ์Šต๋‹ˆ๋‹ค

I'm trying to send a session variable from one flow to another flow, through HTTP endpoints.

The session variable set in first flow is not available in second flow.

๋‹ต๋ณ€ 2๊ฐœ
  1. 2017๋…„ 2์›” 14์ผ ์˜ค์ „ 7:33

    Session variables can be easily propagated from one flow to another through the VM transport, or a flow reference, but not through the HTTP Connector.

     

    Please refer the Mule documentation for Session Variable Transformer: https://docs.mulesoft.com/mule-user-guide/v/3.8/session-variable-transformer-reference

0/9000