Server Workflow Details
data class ServerWorkflowDetails(val onPartialUpload: ServerWorkflowDetailsOnPartialUpload? = null, val onUpload: ServerWorkflowDetailsOnUpload? = null)
Constructors
Link copied to clipboard
constructor(onPartialUpload: ServerWorkflowDetailsOnPartialUpload? = null, onUpload: ServerWorkflowDetailsOnUpload? = null)
Properties
Link copied to clipboard
A trigger that starts a workflow if a file is only partially uploaded. See Workflow Detail below. See on_partial_upload
Block below for details.
Link copied to clipboard
A trigger that starts a workflow: the workflow begins to execute after a file is uploaded. See on_upload
Block below for details.