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/content/docs/workflows/build/trigger-workflows.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,11 +48,11 @@ class_name = "MyWorkflow"
48
48
49
49
The `binding = "MY_WORKFLOW"` line defines the JavaScript variable that our Workflow methods are accessible on, including `create` (which triggers a new instance) or `get` (which returns the status of an existing instance).
50
50
51
-
The following example shows how to:
51
+
The following example shows how you can manage Workflows from within a Worker, including:
52
52
53
-
*Retrieve the status of an existing Workflow instance by its ID
54
-
*Create (trigger) a new Workflow instance
55
-
*Return the status of a given instance ID.
53
+
*Retrieving the status of an existing Workflow instance by its ID
0 commit comments