Skip to content
This repository has been archived by the owner on Sep 26, 2018. It is now read-only.

Latest commit

 

History

History

mistral

Mistral integration pack

Configuration

Copy the example configuration in mistral.yaml.example to /opt/stackstorm/configs/mistral.yaml and edit as required.

It must contain:

You can also use dynamic values from the datastore. See the docs for more info.

Actions

  • get_task_results - Given an execution id, this action gets results for all the tasks for that execution.
  • get_workflow_results - Given an execution id, this action gets the workflow status and the result of the entire workflow if one is available.
  • kill_workflow - Kills a running mistral workflow.