Workflow Submission

class WorkflowSubmission(client: IndicoClient) : Mutation<List<Int?>?, WorkflowSubmissionGraphQL.Result>

Constructors

WorkflowSubmissionconstructor(client: IndicoClient)

Functions

NameSummary
byteStreamsfun byteStreams(streams: Map<String, ByteArray>?): WorkflowSubmission
duplicationIdfun duplicationId(id: UUID?): WorkflowSubmissionA UUID representing a unique set of files and workflow activity. This optional parameter helps the platform detect and prevent duplicate submissions.
executeopen override fun execute(): List<Int?>?Executes request and returns Submissions
filesfun files(files: List<String>?): WorkflowSubmissionList of local file paths to submit
resultFileVersionfun resultFileVersion(version: SubmissionResultVersion?): WorkflowSubmission
workflowIdfun workflowId(id: Int): WorkflowSubmissionId of workflow to submit files to