WorkflowStep

The basic building block of a workflow.

Types

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

Properties

Link copied to clipboard

Details for a step that performs a file copy.

Link copied to clipboard

Details for a step that invokes an Lambda function.

Link copied to clipboard

Details for a step that decrypts an encrypted file.

Link copied to clipboard

Details for a step that deletes the file.

Link copied to clipboard

Details for a step that creates one or more tags.

Link copied to clipboard

Currently, the following step types are supported.

Functions

Link copied to clipboard
inline fun copy(block: WorkflowStep.Builder.() -> Unit = {}): WorkflowStep
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