WorkflowStep

data class WorkflowStep(val copyStepDetails: WorkflowStepCopyStepDetailsProperties? = null, val customStepDetails: WorkflowStepCustomStepDetailsProperties? = null, val decryptStepDetails: WorkflowStepDecryptStepDetailsProperties? = null, val deleteStepDetails: WorkflowStepDeleteStepDetailsProperties? = null, val tagStepDetails: WorkflowStepTagStepDetailsProperties? = null, val type: WorkflowStepType? = null)

The basic building block of a workflow.

Constructors

Link copied to clipboard
constructor(copyStepDetails: WorkflowStepCopyStepDetailsProperties? = null, customStepDetails: WorkflowStepCustomStepDetailsProperties? = null, decryptStepDetails: WorkflowStepDecryptStepDetailsProperties? = null, deleteStepDetails: WorkflowStepDeleteStepDetailsProperties? = null, tagStepDetails: WorkflowStepTagStepDetailsProperties? = null, type: WorkflowStepType? = null)

Types

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 a lambda function.

Link copied to clipboard

Details for a step that performs a file decryption.

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
val type: WorkflowStepType? = null