Fix documentation
Remove reference to AMQP messaging action as it doesn't exist. Change-Id: I84801ec5f25857c1537b6e0688e2c28c345da3ca Signed-off-by: Márton Csuha <marton.csuha@nokia.com>
This commit is contained in:
@@ -2,8 +2,8 @@ Actions
|
|||||||
=======
|
=======
|
||||||
|
|
||||||
A particular instruction associated with a task that needs to be performed once the task runs. It can be anything like
|
A particular instruction associated with a task that needs to be performed once the task runs. It can be anything like
|
||||||
running a shell script, HTTP request, AMQP message or any signal sent to any system external to Mistral. Actions can be
|
running a shell script, HTTP request or sending a signal to some system external to Mistral. Actions can be synchronous
|
||||||
synchronous or asynchronous.
|
or asynchronous.
|
||||||
|
|
||||||
In case of synchronous action, Mistral will send a signal to Mistral Executor and will be waiting for the result from
|
In case of synchronous action, Mistral will send a signal to Mistral Executor and will be waiting for the result from
|
||||||
Executor. Once Executor completes action, it sends the result to Mistral Engine.
|
Executor. Once Executor completes action, it sends the result to Mistral Engine.
|
||||||
|
Reference in New Issue
Block a user