> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tenderly.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Action Execution

> अपनी actions को प्रभावी ढंग से प्रबंधित और troubleshoot करने के लिए Tenderly में Web3 Actions के लिए execution modes और status types के बारे में जानें।

## Web3 Action Execution Status Types

Tenderly में [Web3 Actions](/monitoring/web3-actions/introduction) के lifecycle के दौरान विभिन्न statuses हो सकते हैं। यहाँ प्रत्येक status का विवरण है:

* **SUCCESS** - SUCCESS status इंगित करता है कि Web3 Action सफलतापूर्वक बिना किसी errors के निष्पादित हुआ है।
* **SUBMITTED** - SUBMITTED status का अर्थ है कि Web3 Action execution के लिए submit किया गया है लेकिन अभी तक पूरा नहीं हुआ है। यह status आमतौर पर अस्थायी होता है और execution पूरा होने पर बदल जाएगा।
* **SKIPPED** - SKIPPED status का अर्थ है कि Web3 Action जानबूझकर execute नहीं किया गया था, आमतौर पर किसी शर्त या नियम के कारण जो पूरा नहीं हुआ था।
* **FAILED** - FAILED status इंगित करता है कि Web3 Action को execution के दौरान एक error का सामना करना पड़ा और सफलतापूर्वक पूरा नहीं हो सका।
* **TIMED OUT** - TIMED OUT status इंगित करता है कि Web3 Action ने आवंटित समय-सीमा के भीतर execution पूरा नहीं किया।
* **RATE LIMITED** - RATE LIMITED status का अर्थ है कि Web3 Action को कम समय में बहुत बार trigger किया गया है और resources के अत्यधिक उपयोग को रोकने के लिए अस्थायी रूप से सीमित कर दिया गया है।

<Note>
  यदि आपको अपने action execution के लिए सीमाएँ बढ़ाने की आवश्यकता है, या यदि आपका action time out हो गया है, तो कृपया [support@tenderly.co](mailto:support@tenderly.co) पर Tenderly support से संपर्क करें। हमारी टीम आपकी विशिष्ट आवश्यकताओं में आपकी सहायता के लिए तैयार है ताकि यह सुनिश्चित हो सके कि आपके actions सुचारू रूप से चलते हैं।
</Note>

<Frame caption="Web3 Action Execution History">
  <img src="https://mintcdn.com/tenderly/XsEZlaGXYskrtN68/images/web3-actions/action-execution-1.webp?fit=max&auto=format&n=XsEZlaGXYskrtN68&q=85&s=22ecf15d89a08c5cf689e5f2933a32cc" alt="Web3 Action Execution History" width="3364" height="2262" data-path="images/web3-actions/action-execution-1.webp" />
</Frame>

ये statuses आपके Web3 Action के lifecycle का विस्तृत view प्रदान करते हैं, जो आपको अपनी actions को प्रभावी ढंग से प्रबंधित और troubleshoot करने में मदद करते हैं। जब कोई action विफल हो जाता है, तो आगे के निरीक्षण के लिए [Error Reporting](/monitoring/web3-actions/references/error-reporting) में एक incident logged होता है।
