> Maybe put all these different context under a kwarg called context?
> 
> For example, 
> 
> ctx = {
>     "env": {...},
>     "global": {...},
>     "runtime": {
>         "execution_id": ...,
>         "task_id": ...,
>         ...
>     }
> }
> 
> action = SomeMistralAction(context=ctx)

IMO, that is a nice idea. I like it and would go further with it unless someone 
else has any other thoughts.

Renat
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to