Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Attribute Name

Required?

Description

service

N

The name of the service this action will invoke.

mode

Y

The mode in which this service should be invoked. Can be sync or async. Note that async actions will not update the context even when set to true.

result-to-context

N

Should the results of the action service update the main service's context. Default true.

result-to-result

N

Should the results of the action service update the main service's results. If true, the action service's messages will be appended to the main service's messages. Default false.

ignore-error

N

Ignore any errors caused by the action service. If truethe true the error will cause the original service to fail. Default true.

persist

N

The action service store / run. Can be true or false. Only effective when mode is async. Default false.

...