This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

Setting a key, value inside mistral workflow

Can I set a key, value inside mistral workflow without calling out the st2client? (I didn’t see this in the source for mistral under stackstorm source for mistral st2kv

Cheers,

Peter

You can use the st2 integration pack inside the Mistral workflow which has st2kv datastore operators.

See documentation: GitHub - StackStorm-Exchange/stackstorm-st2: StackStorm pack management

Thanks, I will git that a try right away. Appreciate the quick response.