CreateWorkflowRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A textual description for the workflow.

Link copied to clipboard

Specifies the steps (actions) to take if errors are encountered during execution of the workflow.

Link copied to clipboard

Specifies the details for the steps that are in the specified workflow.

Link copied to clipboard
val tags: List<Tag>?

Key-value pairs that can be used to group and search for workflows. Tags are metadata attached to workflows for any purpose.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String