mistral/mistral/policies
ali 9be4f8e119 created a new Api endpoints and added dynamic actions
* added dynamic actions:
     these actions are created and modified in runtime,
     each action needs a code source to be imported from and a
     class name.

 - there are 2 new endpoints:
    - /v2/code_sources/:
       used to add new code sources to mistral.
    - /v2/dynamic_actions/:
      used to add dynamic actions to mistral in runtime

 - a new Action provider (DynamicActionProvider) was added:
    it provides the actions created from the dynamic actions api.

Change-Id: I9fe8c28ffdef71016d9dc13aea60a288c8ebaa0a
Signed-off-by: ali <ali.abdelal@nokia.com>
2020-11-18 10:15:26 +00:00
..
__init__.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
action.py Add a policy to control the right to publish resources 2018-07-05 11:46:52 +02:00
action_executions.py Implement policy in code - action execution (2) 2017-11-27 02:46:42 +00:00
base.py Implement policy in code (1) 2017-11-27 02:46:32 +00:00
code_sources.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
cron_trigger.py Implement policy in code - cron trigger (4) 2017-11-27 02:46:56 +00:00
dynamic_actions.py created a new Api endpoints and added dynamic actions 2020-11-18 10:15:26 +00:00
environment.py Implement policy in code - environment (5) 2017-11-27 02:47:03 +00:00
event_trigger.py Implement policy in code - event trigger (11) 2017-11-27 02:47:50 +00:00
execution.py Implement policy in code - execution (6) 2017-11-27 02:47:11 +00:00
member.py Implement policy in code - member (7) 2017-11-27 02:47:21 +00:00
service.py Implement policy in code - service and task (8) 2017-11-27 02:47:29 +00:00
task.py Implement policy in code - service and task (8) 2017-11-27 02:47:29 +00:00
workbook.py Implement policy in code - workbook (9) 2017-11-27 02:47:35 +00:00
workflow.py Add a policy to control the right to publish resources 2018-07-05 11:46:52 +02:00