Interface WorkflowRunCreateRequest.WorkflowIdStage
-
- All Known Implementing Classes:
WorkflowRunCreateRequest.Builder
- Enclosing class:
- WorkflowRunCreateRequest
public static interface WorkflowRunCreateRequest.WorkflowIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkflowRunCreateRequest.Builderfrom(WorkflowRunCreateRequest other)WorkflowRunCreateRequest._FinalStageworkflowId(java.lang.String workflowId)The ID of the workflow to run.
-
-
-
Method Detail
-
workflowId
WorkflowRunCreateRequest._FinalStage workflowId(@NotNull java.lang.String workflowId)
The ID of the workflow to run.
Example:
"workflow_BMdfq_yWM3sT-ZzvCnA3f"
-
from
WorkflowRunCreateRequest.Builder from(WorkflowRunCreateRequest other)
-
-