Package io.temporal.internal.statemachines
-
Interface Summary Interface Description LocalActivityCallback StatesMachinesCallback -
Class Summary Class Description ExecuteActivityParameters ExecuteLocalActivityParameters StartChildWorkflowExecutionParameters WFTBuffer This class buffers events between WorkflowTaskStarted events and return them in one chunk so any kinds of look ahead and preloading can be implemented.WorkflowStateMachines -
Exception Summary Exception Description LocalActivityCallback.LocalActivityFailedException UnsupportedVersion.UnsupportedVersionException -
Error Summary Error Description UnsupportedVersion Thrown whenWorkflow.getVersion(String, int, int)
detects that the workflow history was generated by a code that doesn't comply with specified min and max versions.