I have an activity in Continuum that points to some automated tests that sometimes fail. The failures are usually network related, and not related to an actual problem. So in this cases, I'd love to be able to automatically rerun (or at least rerun them manually) and make that trigger the "Success" in my progression so that I can continue the workflow. Another user here recently and gave me the impression that was possible, but I cannot figure out how. Thanks for your help!
How do I rerun Activities in Continuum when there is a network failure?
75 Views Asked by TheDevOpsGuru At
1
There are 1 best solutions below
Related Questions in VERSIONONE
- VersionOne API Client not recognizing asset types?
- How do I create a more filtered report in Version One, similar to an excel report?
- Display data from specific projects from the VersionOne rest-1.v1/Data
- Java SDK Authentication with VersionOne Access Tokens
- Display open or closed items for specific projects from VersionOne rest-1.v1/Data
- How to update an asset (status and comment) using version one REST data API?
- Version One 401 - Unauthorized: "Access is denied due to invalid credentials
- How to submit a change comment when making a change via the Version One API?
- how to make authentication using version one api
- VersionOne Web API - How do i get all of the stories/tasks for a given epic?
- Oauth Authentication: 404 error when selecting "Add Application" under permitted apps
- VersionOne - does the new query.v1 support extracting attachments?
- VersionOne Usage
- VersionOne: query.v1 C# OAuth2 gets 401 Unauthorized error but rest-1.oauth.v1/Data/ does work
- VersionOne: query.v1 how to generate a .V1.Ticket.VersionOne.Web ticket for client.Headers["Cookie"]
Related Questions in CONTINUUM
- Moving from Anaconda 2 to Anaconda 3 and Virtual Environments
- dataformat for multiple lines in bokehjs
- Continuum Standalone - A full JDK is required But I've verified my classpath and java_home
- Using autoload_static with a Holoviews figure?
- Cron not working properly in Continuum Environment
- Continuum: Switching from building the SVN Trunk to a Branch
- How do I store user info with Continuum and Keycloak
- Best practice: Versioning and releases in multiprojects
- How to find the members of a project in continuum(build coordinator -user role -adminstrator,user) programmatically?
- Smoothing without losing array length
- Move Wakari Notebooks to another directory
- How do I rerun Activities in Continuum when there is a network failure?
- VersionOne Continuum Task error with WinRM/Powershell command
- How to Uninstall Continuum
- Maven release:prepare : Cannot prepare the release because you have local modifications
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Automated "activities" are simply triggers to pipelines, and pipelines can be re-started in the same context as they were originally executed.
Drill into the failed activity, and at the top of the pipeline instance page by the status indicator, there is a "play" button.
The failure of an activity is an important event, so there's no way to configure the activity to "retry" automatically. However, depending on what your pipeline is actually doing, it may be possible for you to add some resiliency inside the pipeline logic, to help with network hiccups.