Interface BatchWorkflowRunCreateRequest.WorkflowIdStage
-
- All Known Implementing Classes:
BatchWorkflowRunCreateRequest.Builder
- Enclosing class:
- BatchWorkflowRunCreateRequest
public static interface BatchWorkflowRunCreateRequest.WorkflowIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchWorkflowRunCreateRequest.Builderfrom(BatchWorkflowRunCreateRequest other)BatchWorkflowRunCreateRequest._FinalStageworkflowId(java.lang.String workflowId)The ID of the workflow to run.
-
-
-
Method Detail
-
workflowId
BatchWorkflowRunCreateRequest._FinalStage workflowId(@NotNull java.lang.String workflowId)
The ID of the workflow to run. This ID will start with "workflow_". This ID can be found viewing the workflow on the Extend platform.
Example:
"workflow_BMdfq_yWM3sT-ZzvCnA3f"
-
from
BatchWorkflowRunCreateRequest.Builder from(BatchWorkflowRunCreateRequest other)
-
-