Closed ncongtan closed 4 years ago
Thanks for taking time to write this report along with steps to reproduce.
Just for your information, as we're going to deprecate Mistral in future in favor of Orquesta workflow, we less likely to spend some time on Mistral improvements/fixes (unless it's something critical), being focused on new workflow engine development and feature parity between Mistral <> Orquesta.
I'd suggest to start your migration to Orquesta when possible: https://docs.stackstorm.com/orquesta/index.html and report bugs/feature requests about new workflow engine, if you find something missing.
SUMMARY
Hi everyone, I have an issue about workflow mistral and action-chain. When I call mistral in 2 consecutive action-chains
testing1 (action-chains) > testing2 (action-chains)> testing3 (mistral)
It's failed with error [ Can not evaluate Jinja expression ]. Please help me, thanks very much.
{
Link refer: https://stackstorm-community.slack.com/archives/C066APT88/p1544789967918200
ISSUE TYPE
STACKSTORM VERSION
st2 2.9.1, on Python 2.7.15
OS / ENVIRONMENT / INSTALL METHOD
Operating System: CentOS Linux 7 (Core) Kernel: Linux 3.10.0-862.9.1.el7.x86_64 Architecture: x86-64
Installed via CLI https://docs.stackstorm.com/install/rhel7.html
STEPS TO REPRODUCE
Run this CLI to execute from testing1 (action-chains -> action-chains -> mistral)
Run this CLI to execute from testing2 (action-chains -> mistral)
This is my demo about mistral in 2 consecutive action-chains above:
File testing1.meta.yaml
File testing1.yaml
=================== File testing2.meta.yaml
File testing2.yaml
=================== File testing3.yaml
File testing3.yaml
=================== File run_actions.yaml
File run_actions.py
EXPECTED RESULTS
ACTUAL RESULTS