This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.
Note: Call this method when using the Action Provider service plugin to run an action with a timeout.
Reports to Wix that your action has completed.
When Wix calls Invoke to run your action that has a timeout, it pauses the automation until you call this method or until the timeout period ends. If your action has an output schema, include your action's results.
If you don't call this method in the timeout period, Wix marks the action as failed and continues to the next step in the automation. Subsequent actions may fail if they rely on your action's output.
You can only call this method when authenticated as a Wix app or Wix user identity.
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.