• PRODUCT

    PRODUCT

  • PRICING
    PRICING

  • HELP
    HELP

  • BLOG
    BLOG

  • APPSTORE
    APPSTORE

  • COMPANY
    COMPANY

  • LEGAL
    LEGAL

  • LOGIN
    LOGIN

  • Workflow Automation

    Workflow Automation

  • AI Assisted Content Management System
    AI Assisted Content Management System

  • Analytics & Lead Generation
    Analytics & Lead Generation

  • Automation Projects
    Automation Projects

  • Browser Extension Apps
    Browser Extension Apps

  • Dashboard Theme Analysis: LN1
    Dashboard Theme Analysis: LN1

  • Data Exchange Automation Tools
    Data Exchange Automation Tools

  • Getting Started With Building Hybrid Apps
    Getting Started With Building Hybrid Apps

  • Izyware Hybrid UX Design Guidelines
    Izyware Hybrid UX Design Guidelines

  • Onboarding New Organizations Using Izyware
    Onboarding New Organizations Using Izyware

  • Quick Visualization and Monitoring
    Quick Visualization and Monitoring

  • Unified Metrics Stream Pipeline
    Unified Metrics Stream Pipeline

  • Legacy Features and Backward Compatibility
    Legacy Features and Backward Compatibility

  • How does the legacy frame architecture work
    How does the legacy frame architecture work

  • Izyware Legacy UI Circus Engine
    Izyware Legacy UI Circus Engine

  • Case Studies and Knowledge Center
    Case Studies and Knowledge Center

  • Angular and React Embedding Guide
    Angular and React Embedding Guide

  • Build and deploy a content distribution app in less than five minutes: Part II
    Build and deploy a content distribution app in less than five minutes: Part II

  • Comparison of CSS Preprocessors SASS vs LESS vs STYLUS
    Comparison of CSS Preprocessors SASS vs LESS vs STYLUS

  • Comparison of node.js test frameworks and utilities: lab, chai, sinon
    Comparison of node.js test frameworks and utilities: lab, chai, sinon

  • Manage and automate your day to day business tools using IzyCloud Tasks: Part I
    Manage and automate your day to day business tools using IzyCloud Tasks: Part I

  • MySql Performance Optimization
    MySql Performance Optimization

  • Onboarding Tutorial: Creating & publishing an app
    Onboarding Tutorial: Creating & publishing an app

  • Rebranding and Customizing Websites
    Rebranding and Customizing Websites

  • Using IzyCloud on Android: IzyCloud Query App
    Using IzyCloud on Android: IzyCloud Query App

  • Technical Resources
    Technical Resources

  • .NET SDKCore IzyWare
    .NET SDKCore IzyWare

  • av-stream README
    av-stream README

  • ElasticSearch IzyWare Data Console Feature
    ElasticSearch IzyWare Data Console Feature

  • End To End Testing
    End To End Testing

  • End To End Testing, Part II
    End To End Testing, Part II

  • frames and nav (ui/w/shell/navmulti) README
    frames and nav (ui/w/shell/navmulti) README

  • izy-circus README
    izy-circus README

  • izy-idman-tools README
    izy-idman-tools README

  • izy-pop3 README
    izy-pop3 README

  • izy-proxy README
    izy-proxy README

  • izy-sync README
    izy-sync README

  • IzyIDE README
    IzyIDE README

  • izymodtask readme
    izymodtask readme

  • IzyShell readme
    IzyShell readme

  • ReKey Feature Package README for IzyWare SQL Console
    ReKey Feature Package README for IzyWare SQL Console

  • Single Sign-On (SSO) README
    Single Sign-On (SSO) README

  • Tasks Migration : V5 guidelines
    Tasks Migration : V5 guidelines

  • Users & Groups README
    Users & Groups README

  • V5 Migration : apps/pulse guidelines README
    V5 Migration : apps/pulse guidelines README

  • Container Orchestration
    Container Orchestration

  • Izy Kubernetes Internal Networking Troubleshooting
    Izy Kubernetes Internal Networking Troubleshooting

  • Application Hosting
    Application Hosting

  • Content Publisher
    Content Publisher

  • Domain Registration
    Domain Registration

  • Email Hosting
    Email Hosting

  • Izyware Browser Extension
    Izyware Browser Extension

  • Izyware Deployment Engine
    Izyware Deployment Engine

  • Izyware Session Management
    Izyware Session Management

  • Messaging System APIs and functionality
    Messaging System APIs and functionality

  • Single SignOn
    Single SignOn

  • Integration APIs
    Integration APIs

  • iOS SDK
    iOS SDK

  • Azure and .NET
    Azure and .NET

  • izy-devops
    izy-devops

  • << Comparison of node.js test frameworks and utilities: lab, chai, sinon
    << Comparison of node.js test frameworks and utilities: lab, chai, sinon

  • MySql Performance Optimization >>
    MySql Performance Optimization >>

  • Manage and automate your day to day business tools using IzyCloud Tasks: Part I

  • The Izyware Cloud Task Service makes it easy to automate, schedule and manage your day to day business tasks. You can automate and simplify email follow ups, invoice creation, data scraping and crawling. In the first part of this series, we will discuss how you can easily turn your internal scripts and tools into IzyTasks.

  • IzyCloud Tasks

    The IzyCloud tasks system is comprised of the following components:

    • State Manager that can be accessed via standard SQL
    • Task Manager dashboard app for creating, mangaing and monitoring tasks.
    • apps/tasks pacakge that can be consumed either as an API or direct pacakge that will allow programmatic access to the State manager.
    • Task Runner components that can be created to process tasks.

    TaskRunners

    Depending on your business requirements, you can create a task runner by either using the IzyCloud SDK or Creating an IzyCloud task module for standard IzyCloud registered runner nodes. The 2nd approach is recommended for non-technical customers since it does not involve any technical tasks and can be accomplished directly from the IzyCloud Enterprise dashboard.

    Standard Registered Runner Nodes (SRRN)

    Certain client applications and the older versions of the Izy Toolbar might be acccessed as SRRNs. The current marketing micro targeting and triggering framework uses SRRNs.

    Typical Workflow

    1. Create a new task in the IzyCloud Dashboard

    Make sure to customize:

    • runtimeid
    • params

    Also initially you should set state to blank. The task should be able to automatically calculate this value on the initial run.

    Finally go ahead and queue up the task for running.

    2. Clone thirdparty/gmail task

    rsync -av --progress ./thirdparty/gmail/* . --exclude node_modules

    npm update

    Once all packages have been updated, you should update the modtask subfolder and point it to your local modules directories.
    3. Customize the configurations

    Custimize the following items:

    • config path
    • config module
    • taskrunner.onNewTask
    4. Create the config by cloning configs/thirdparty/gmail

    Customize the following values:

    • taskrunnerid: should match the token you specified in the dashboard
    • izywaretaskrunnerkeyid: 'youraccess_key' from the
    • izywaretaskrunnersecretaccesskey: 'yoursecretkey'
    • set the readonly and no loop mode in the config for initial development