You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -352,7 +352,7 @@ pub use restate_sdk_macros::object;
352
352
/// [Workflows](https://docs.restate.dev/concepts/services#workflows) are a sequence of steps that gets executed durably.
353
353
///
354
354
/// A workflow can be seen as a special type of [Virtual Object](https://docs.restate.dev/concepts/services#virtual-objects) with the following characteristics:
355
-
///
355
+
///
356
356
/// - Each workflow definition has a **`run` handler** that implements the workflow logic.
357
357
/// - The `run` handler **executes exactly one time** for each workflow instance (object / key).
358
358
/// - The `run` handler executes a set of **durable steps/activities**. These can either be:
0 commit comments