Skip to main content
?

operation

Summary​

Calls a service operation

Description​

Fields​

serviceOperationReference​

The service operation reference to call.

input​

The required input for the service operation.

onError​

This will be performed only if the operation fails with an error. The error information is included in the error scope. The result of this handler will replace the error result of this action.

stopOnError​

Determines whether the execution should stop after an error or not. This will effectively reraise the original error.