From user-return-31562-archive-asf-public=cust-asf.ponee.io@commons.apache.org Mon Jul 15 17:05:27 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 953C3180595 for ; Mon, 15 Jul 2019 19:05:27 +0200 (CEST) Received: (qmail 97093 invoked by uid 500); 15 Jul 2019 17:05:25 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 97082 invoked by uid 99); 15 Jul 2019 17:05:25 -0000 Received: from Unknown (HELO mailrelay1-lw-us.apache.org) (10.10.3.159) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Jul 2019 17:05:25 +0000 Received: from mail-ed1-f51.google.com (mail-ed1-f51.google.com [209.85.208.51]) by mailrelay1-lw-us.apache.org (ASF Mail Server at mailrelay1-lw-us.apache.org) with ESMTPSA id 858D4822D for ; Mon, 15 Jul 2019 17:05:24 +0000 (UTC) Received: by mail-ed1-f51.google.com with SMTP id v15so16219743eds.9 for ; Mon, 15 Jul 2019 10:05:24 -0700 (PDT) X-Gm-Message-State: APjAAAW1wALXRLWmKhDg3N1tBIbxWbAJUh0wJ4mvJ7LwlNJuXhzRgbtm Rl7tbcrCzztHvszPd9rB3jN0PpmBLtTf1RHolDs= X-Google-Smtp-Source: APXvYqw2b2EK42sAnf1pc6qZIsHaTdiigfMjZR/yrETlPQRBNbZJLf/+tfVYUZg/lKf68ZmRmNILkGVoo8tbK5/ScS8= X-Received: by 2002:a50:ec03:: with SMTP id g3mr24487736edr.233.1563210323681; Mon, 15 Jul 2019 10:05:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Woonsan Ko Date: Mon, 15 Jul 2019 13:05:12 -0400 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [SCXML] Support for Commons JEXL in SCXML To: Commons Users List Content-Type: text/plain; charset="UTF-8" Hi Diptendu, I don't think the 'target' attribute is meant to be used with expressional values. [1] I guess you might want to try with transition elements with cond attribute, which is expressional [1], instead. For example, Regards, Woonsan [1] https://www.w3.org/TR/scxml/#transition On Mon, Jul 15, 2019 at 10:51 AM Diptendu Dutta wrote: > > Some thing like > > > > > > .. > > .. > > > > does not work. > > *SEVERE: Transition target with ID "${startState}" not found* > > However, the spec at > https://commons.apache.org/proper/commons-jexl/reference/syntax.html > mentions > > If a variable user valued JEXL is present in the environment - whether as a > local or global variable -, the format > > `Hello ${user}` > > will evaluate as > > Hello JEXL > > How can I make this work? > > Regards, > > Diptendu Dutta --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org