WorkflowOnExceptionStepTagStepDetails

data class WorkflowOnExceptionStepTagStepDetails(val name: String? = null, val sourceFileLocation: String? = null, val tags: List<WorkflowOnExceptionStepTagStepDetailsTag>? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, sourceFileLocation: String? = null, tags: List<WorkflowOnExceptionStepTagStepDetailsTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the step, used as an identifier.

Link copied to clipboard

Specifies which file to use as input to the workflow step: either the output from the previous step, or the originally uploaded file for the workflow. Enter ${previous.file} to use the previous file as the input. In this case, this workflow step uses the output file from the previous workflow step as input. This is the default value. Enter ${original.file} to use the originally-uploaded file location as input for this step.

Link copied to clipboard

Array that contains from 1 to 10 key/value pairs. See S3 Tags below.