WorkflowStep

data class WorkflowStep(val copyStepDetails: WorkflowStepCopyStepDetails? = null, val customStepDetails: WorkflowStepCustomStepDetails? = null, val decryptStepDetails: WorkflowStepDecryptStepDetails? = null, val deleteStepDetails: WorkflowStepDeleteStepDetails? = null, val tagStepDetails: WorkflowStepTagStepDetails? = null, val type: String)

Constructors

Link copied to clipboard
constructor(copyStepDetails: WorkflowStepCopyStepDetails? = null, customStepDetails: WorkflowStepCustomStepDetails? = null, decryptStepDetails: WorkflowStepDecryptStepDetails? = null, deleteStepDetails: WorkflowStepDeleteStepDetails? = null, tagStepDetails: WorkflowStepTagStepDetails? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details for a step that performs a file copy. See Copy Step Details below.

Link copied to clipboard

Details for a step that invokes a lambda function.

Link copied to clipboard

Details for a step that decrypts the 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

One of the following step types are supported. COPY, CUSTOM, DECRYPT, DELETE, and TAG.