20+ Years of Redwood Excellence

From the early foundations of Cronacle to the advanced SaaS capabilities of RunMyJobs. We provide high-end consultancy for complex workload automation challenges.

Deep Technical Expertise

KEED Consultancy B.V. bridges the gap between functional requirements and complex technical execution within the Redwood RunMyJobs ecosystem.

RedwoodScript Mastery

Developing sophisticated, Java-based scripting solutions to automate what others consider impossible. Clean, maintainable, and built for performance.

Legacy Transition

Unmatched experience in Redwood RunMyJobs. We help organizations migrate or integrate legacy processes into modern RunMyJobs environments with total confidence.

Workload Optimization

Strategic review of your job chains and scheduling logic. We identify bottlenecks and implement best practices to maximize your RunMyJobs investment.

The Power of Scripting

Standard scheduling only takes you so far. Our core strength lies in RedwoodScript—leveraging the full power of the Redwood API to create dynamic, data-driven automation.

  • Dynamic Parameter Resolution
  • Advanced Error Handling Logic
  • API-driven Process Orchestration
// Optimizing Redwood Workflow
public void execute() {
  JobDefinition jd = jcsSession.getJobDefinitionByName("Global","KEED_Automation");
  Job j = jd.prepare();
  jcsOut.println("RedwoodScript Execution Started");
}