Interface WorkflowRunsCreateRequest.FileStage
-
- All Known Implementing Classes:
WorkflowRunsCreateRequest.Builder
- Enclosing class:
- WorkflowRunsCreateRequest
public static interface WorkflowRunsCreateRequest.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunsCreateRequest._FinalStagefile(WorkflowRunsCreateRequestFile file)The file to be processed.
-
-
-
Method Detail
-
file
WorkflowRunsCreateRequest._FinalStage file(@NotNull WorkflowRunsCreateRequestFile file)
The file to be processed. Supported file types can be found here. Files can be provided as a URL, an Extend file ID, or raw text. If you wish to process more at a time, consider using the Batch Run Workflow endpoint.
-
-