<div dir="ltr">Renat,<div><br></div><div>Here's the blueprint.  <a href="https://blueprints.launchpad.net/mistral/+spec/mistral-runtime-context">https://blueprints.launchpad.net/mistral/+spec/mistral-runtime-context</a></div><div><br></div><div>I'm proposing to add *args and **kwargs to the __init__ methods of all actions.  The action context can be passed as a dict in the kwargs. The global context and the env context can be provided here as well.  Maybe put all these different context under a kwarg called context?</div><div><br></div><div>For example, </div><div><br></div><div>ctx = {</div><div>    "env": {...},</div><div>    "global": {...},</div><div>    "runtime": {</div><div>        "execution_id": ...,</div><div>        "task_id": ...,</div><div>        ...</div><div>    }</div><div>}</div><div><br></div><div>action = SomeMistralAction(context=ctx)</div><div><br></div><div>WDYT?</div><div><br></div><div>Winson</div><div><br></div></div>