WorkflowCallLogLevel

Optional. Describes the level of platform logging to apply to calls and call responses during executions of this workflow. If both the workflow and the execution specify a logging level, the execution level takes precedence.

Entries

Link copied to clipboard

No call logging level specified.

Link copied to clipboard

Log all call steps within workflows, all call returns, and all exceptions raised.

Link copied to clipboard

Log only exceptions that are raised from call steps within workflows.

Link copied to clipboard

Explicitly log nothing.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): WorkflowCallLogLevel
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: WorkflowCallLogLevel
Link copied to clipboard
Link copied to clipboard