Abort Invocation
Summary
The ABORT INVOCATION
command terminates execution of a running pipeline or step invocation.
Syntax
abort invocation [ if exists] <invocation_id>; |
Parameters
Parameter
|
Description
|
---|---|
[if exists] |
Suppresses XSQL error message returned if <invocation_id> is invalid. |
<invocation_id> |
The invocation identifier. |
Details
Use the SHOW INVOCATIONS
command to identify the invocation id for a running step or pipeline.
Examples
abort invocation "8a7abc60505e75520150" ; |