The deployment ID to use for the workflow run.
Set to 'latest' to automatically resolve the most recent deployment
for the current environment (same production target or git branch).
Requires a World that implements resolveLatestDeploymentId().
**Deprecated**: This property should not be set in user code under normal circumstances.
It is automatically inferred from environment variables when deploying to Vercel.
Only set this if you are doing something advanced and know what you are doing.
**Note:** When deploymentId is provided, the argument and return types become unknown
since there is no guarantee the types will be consistent across deployments.
world
World
The world to use for the workflow run creation,
by default the world is inferred from the environment variables.
specVersion
number
The spec version to use for the workflow run. Defaults to the latest version.
When deploymentId is provided, the argument types and return type become unknown since there is no guarantee the workflow function's types will be consistent across different deployments.