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.
This method may require higher-level permissions than the caller has, based on their identity and roles and permissions. In these cases, you can ensure the method is called with the required level of authorization by using one of the following:
This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.