WorkflowDetails

Container for the WorkflowDetail data type. It is used by actions that trigger a workflow to begin execution.

Types

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

Properties

Link copied to clipboard

A trigger that starts a workflow if a file is only partially uploaded. You can attach a workflow to a server that executes whenever there is a partial upload.

Link copied to clipboard

A trigger that starts a workflow: the workflow begins to execute after a file is uploaded.

Functions

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