Interface BatchWorkflowRunCreateResponse.BatchIdStage
-
- All Known Implementing Classes:
BatchWorkflowRunCreateResponse.Builder
- Enclosing class:
- BatchWorkflowRunCreateResponse
public static interface BatchWorkflowRunCreateResponse.BatchIdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchWorkflowRunCreateResponse._FinalStagebatchId(java.lang.String batchId)A unique identifier for the submitted batch.
-
-
-
Method Detail
-
batchId
BatchWorkflowRunCreateResponse._FinalStage batchId(@NotNull java.lang.String batchId)
A unique identifier for the submitted batch. This ID can be used to correlate the workflow runs created by this request. You can find this
batchIdassociated with individual runs when listing workflow runs or in webhook payloads.
-
-