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
description: `The \`invoke\` API is a function that accepts either a string query or an options object describing the intent to invoke and returns a Promise that resolves to an activity handle for the workflow.
27
27
28
-
## Intent Format
28
+
## Intent format
29
29
30
30
Intents are invoked using a string query format: \`\${action}:\${type},\${value}\`
31
31
@@ -34,9 +34,9 @@ Where:
34
34
- \`type\` - The resource type (e.g., \`shopify/SubscriptionContract\`)
0 commit comments