Package io.camunda.client.api.command
Interface CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep2
- All Known Implementing Classes:
CreateAgentHistoryItemCommandImpl
- Enclosing interface:
CreateAgentHistoryItemCommandStep1
public static interface CreateAgentHistoryItemCommandStep1.CreateAgentHistoryItemCommandStep2
-
Method Summary
Modifier and TypeMethodDescriptionjobKey(long jobKey) Sets the job key of the currently active job during which this item was produced.
-
Method Details
-
jobKey
Sets the job key of the currently active job during which this item was produced.- Parameters:
jobKey- the key of the active job. Must be greater than 0.- Returns:
- this builder for method chaining
-