Workflow On Exception Step
data class WorkflowOnExceptionStep(val copyStepDetails: WorkflowOnExceptionStepCopyStepDetails? = null, val customStepDetails: WorkflowOnExceptionStepCustomStepDetails? = null, val decryptStepDetails: WorkflowOnExceptionStepDecryptStepDetails? = null, val deleteStepDetails: WorkflowOnExceptionStepDeleteStepDetails? = null, val tagStepDetails: WorkflowOnExceptionStepTagStepDetails? = null, val type: String)
Constructors
Link copied to clipboard
constructor(copyStepDetails: WorkflowOnExceptionStepCopyStepDetails? = null, customStepDetails: WorkflowOnExceptionStepCustomStepDetails? = null, decryptStepDetails: WorkflowOnExceptionStepDecryptStepDetails? = null, deleteStepDetails: WorkflowOnExceptionStepDeleteStepDetails? = null, tagStepDetails: WorkflowOnExceptionStepTagStepDetails? = null, type: String)
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.