Coder Social home page Coder Social logo

Comments (3)

picman avatar picman commented on August 14, 2024

I think that you can manipulate with custom workflows assigned to the project. E.g. remove CW1 from the project, run some issues' updates and add CW1 back to the project.
project.custom_workflows

from redmine_custom_workflows.

ashrafalzyoud avatar ashrafalzyoud commented on August 14, 2024

@picman thx for your answer

But I need the CW1 execute
And I need task execute everyday in midnight

It's nice future if besides active also periodic task

Because custom workflow execute only before and after save

from redmine_custom_workflows.

picman avatar picman commented on August 14, 2024

As I have already written, in your rake task:

  1. Remove workflows from the project or leave there just CW1 (project.custom_workflows)
  2. Do what you need
  3. Re-add removed workflows back to project (project.custom_workflows)
    I don't suppose that the whole task is run for more than a few milliseconds. So, if you run it at midnight, the manipulation with attached workflows to the project shouldn't be a problem, I think.

from redmine_custom_workflows.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.