workflowDetails

@JvmName(name = "odhytvnisejjdyjv")
suspend fun workflowDetails(value: Output<ServerWorkflowDetailsArgs>)
@JvmName(name = "ugbuornrorfmpnva")
suspend fun workflowDetails(value: ServerWorkflowDetailsArgs?)

Parameters

value

Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow. In addition to a workflow to execute when a file is uploaded completely, WorkflowDetails can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when a file is open when the session disconnects.


@JvmName(name = "bmhfesgawknoespp")
suspend fun workflowDetails(argument: suspend ServerWorkflowDetailsArgsBuilder.() -> Unit)

Parameters

argument

Specifies the workflow ID for the workflow to assign and the execution role that's used for executing the workflow. In addition to a workflow to execute when a file is uploaded completely, WorkflowDetails can also contain a workflow ID (and execution role) for a workflow to execute on partial upload. A partial upload occurs when a file is open when the session disconnects.