Found 239 results for "workflow handlers logger"

The search executed in 0.001472296 seconds. That's fast.

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers

Workflow Handlers Add Features Copy Node Email Lock Node Logger Move Node Remove Features Remove Properties Script Set Properties Slack Message Sync Node Unlock Node Web Hook

Score: 50.367573

Gitana / 4.0 / Data Engine / Deployment / Deployment Handlers

Deployment Handlers A Deployment Handler provides the deployment implementation for a Deployment Target. When Deployment Packages are routed to a Deployment Target, the Deployment Target's "handler" is instantiated to handle the actual connectivity, copy and delivery of the Deployment Package's content. The following Deployment Handlers are available: Azure Blob Storage Deployment Handler Branch Deployment Handler File System Deployment Handler FTP Deployment Handler HTTP Deployment Handler IBM

Score: 26.595165

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers

Workflow Handlers Add Features Copy Node Email Lock Node Logger Move Node Remove Features Remove Properties Script Set Properties Slack Message Sync Node Unlock Node Web Hook

Score: 26.569729

Gitana / 3.2 / Guide / Guide / Workflow

Workflow In explaining workflow, let's first take a look at the following things: Workflow Models Workflow Instances Workflow Tasks Workflow Payload Resources Workflow Comments Workflow History Item Workflow Events Workflow Event Handlers A workflow model is a definition of a workflow consisting of a full set of instructions on how content should be routed between participants or activities on its way toward completion. A workflow model is kind of like a blueprint describing the sequence of step

Score: 20.24244

Gitana / 4.0 / Data Engine / Publishing / Workflow

Workflow Cloud CMS lets you define your own Workflows and choose them for the Publish and Unpublish activities. Each activity like Publish and Unpublish will have a Workflow Model which will have a set of instructions on how the contents should be routed during each activity. The default Workflow models we use for the Publish activity is Simple Publish and for the Unpublish activity is Simple Unpublish. You can add your own Workflows and customize your publish and unpublish activities.

Score: 18.61847

Gitana / 4.0 / Data Engine / Workflow / Overview

Workflow In explaining workflow, let's first take a look at the following things: Workflow Models Workflow Instances Workflow Tasks Workflow Payload Resources Workflow Comments Workflow History Item Workflow Events Workflow Event Handlers A workflow model is a definition of a workflow consisting of a full set of instructions on how content should be routed between participants or activities on its way toward completion. A workflow model is kind of like a blueprint describing the sequence of step

Score: 16.053226

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows

Sample Workflows Here we provide a collection of sample workflow models that you can use as references. Please look to these as you seek to build out your own custom models. Ad hoc Approval Ad hoc Approval with Email Template Custom Form Email Notification Events Example Pooled Task Simple Publish Simple Unpublish

Score: 15.604862

Gitana / 3.2 / Guide / Guide / Deployment / Deployment Handlers

Deployment Handlers A Deployment Handler provides the deployment implementation for a Deployment Target. When Deployment Packages are routed to a Deployment Target, the Deployment Target's "handler" is instantiated to handle the actual connectivity, copy and delivery of the Deployment Package's content. The following Deployment Handlers are available: Azure Blob Storage Deployment Handler Branch Deployment Handler File System Deployment Handler FTP Deployment Handler HTTP Deployment Handler IBM

Score: 14.458597

Gitana / 3.2 / Guide / Guide / Workflow / Workflow Handlers / Logger

Logger Type: logger This handler simply writes to your tenant log file. It jots down the fact that a given event fired. This can be useful while debugging or while designing your workflow models.

Score: 11.773798

Gitana / 4.0 / Data Engine / Workflow / Workflow Handlers / Logger

Logger Type: logger This handler simply writes to your tenant log file. It jots down the fact that a given event fired. This can be useful while debugging or while designing your workflow models.

Score: 11.773798

Gitana / 3.2 / Guide / Guide / Actions / Logger

Logger ID: logger Writes to the tenant log. Configuration public final static String PARAM_MESSAGE = "message"; // mandatory public final static String PARAM_LOG_LEVEL = "logLevel"; // optional // values public final static String LOG_LEVEL_INFO = "info"; public final static String LOG_LEVEL_DEBUG = "debug"; public final static String LOG_LEVEL_WARN = "warn"; public final static String LOG_LEVEL_ERROR = "error"; public final static String LOG_LEVEL_FATAL = "fatal"; public final static String LO

Score: 9.996484

Gitana / 4.0 / Data Engine / Behaviors / Actions / Logger

Logger ID: logger Writes to the tenant log. Configuration public final static String PARAM_MESSAGE = "message"; // mandatory public final static String PARAM_LOG_LEVEL = "logLevel"; // optional // values public final static String LOG_LEVEL_INFO = "info"; public final static String LOG_LEVEL_DEBUG = "debug"; public final static String LOG_LEVEL_WARN = "warn"; public final static String LOG_LEVEL_ERROR = "error"; public final static String LOG_LEVEL_FATAL = "fatal"; public final static String LO

Score: 9.996484

Gitana / 3.2 / Guide / Guide / Scripting / Logger

Logger Properties There are no properties for this class. Methods debug Usage void debug() Arguments None Return Type Description void Examples Hello World This message will be logged to both the tenant log and the system log at the INFO level. logger.debug("Hello World!"); error Usage void error() Arguments None Return Type Description void Examples Hello World This message will be logged to both the tenant log and the system log at the INFO level. logger.error("Hello World!"); info Usage voi

Score: 9.72912

Logger

Logger Properties There are no properties for this class. Methods debug Usage void debug() Arguments None Return Type Description void Examples Hello World This message will be logged to both the tenant log and the system log at the INFO level. logger.debug("Hello World!"); error Usage void error() Arguments None Return Type Description void Examples Hello World This message will be logged to both the tenant log and the system log at the INFO level. logger.error("Hello World!"); info Usage voi

Score: 9.72912

Gitana / 3.2 / Guide / Guide / Publishing / Workflow

Workflow Cloud CMS lets you define your own Workflows and choose them for the Publish and Unpublish activities. Each activity like Publish and Unpublish will have a Workflow Model which will have a set of instructions on how the contents should be routed during each activity. The default Workflow models we use for the Publish activity is Simple Publish and for the Unpublish activity is Simple Unpublish. You can add your own Workflows and customize your publish and unpublish activities.

Score: 9.073626

Gitana / 3.2 / Guide / Guide / User Interface / Workflow

Workflow Cloud CMS provides an enterprise workflow engine that lets teams work together via coordinated tasks. A workflow is a customizable business process that you define and describes a series of steps and activities to be performed by your team members. Workflows are generally used to control the lifecycle state (approval and rejection) of one or more content items or documents. With workflow in place, documents are routed from user to user. Users optionally receive notifications via email a

Score: 8.607982

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Simple Publish

Simple Publish The simple-publish workflow is provided out-of-the-box to support Publishing within Cloud CMS. { "id": "simple-publish", "title": "Simple Publish", "handlers": { "START": [{ "type": "script", "config": { "script": "workflowData.originalChangesetIds = {}; for (var i = 0; i < documents.length; i++) { workflowData.originalChangesetIds[documents[i].id] = documents[i].changesetId; }" } }] }, "nodes"

Score: 6.932398

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Simple Publish

Simple Publish The simple-publish workflow is provided out-of-the-box to support Publishing within Cloud CMS. { "id": "simple-publish", "title": "Simple Publish", "handlers": { "START": [{ "type": "script", "config": { "script": "workflowData.originalChangesetIds = {}; for (var i = 0; i < documents.length; i++) { workflowData.originalChangesetIds[documents[i].id] = documents[i].changesetId; }" } }] }, "nodes"

Score: 6.932398

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Events Example

Events Example This workflow model demonstrates how you can use events in various ways. This workflow model is provided as an kind of reference for how handlers can be set up. It isn't intended to be particularly useful or functional beyond its purpose as a demonstration. { "id": "events", "title": "Events Example Model", "nodes": { "start": { "type": "start", "transitions": { "start": "node1" } }, "node1": {

Score: 6.6262703

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Events Example

Events Example This workflow model demonstrates how you can use events in various ways. This workflow model is provided as an kind of reference for how handlers can be set up. It isn't intended to be particularly useful or functional beyond its purpose as a demonstration. { "id": "events", "title": "Events Example Model", "nodes": { "start": { "type": "start", "transitions": { "start": "node1" } }, "node1": {

Score: 6.6262703

Gitana / 3.2 / Guide / Guide / Templates / Workflow

Workflow Name: workflow Property Type Description id string The ID of the workflow instance modelId string The ID of the workflow model for this instance modelVersion number The version of the workflow model for this instance state string The state of the workflow - one of the following: NOT_STARTED, RUNNING, SUSPENDED, TERMINATED timeStarted calendar The time the workflow was started timeCompleted calendar The time the workflow was completed (if completed) context object Contextual variables be

Score: 6.306824

Gitana / 4.0 / Data Engine / Templates / Workflow

Workflow Name: workflow Property Type Description id string The ID of the workflow instance modelId string The ID of the workflow model for this instance modelVersion number The version of the workflow model for this instance state string The state of the workflow - one of the following: NOT_STARTED, RUNNING, SUSPENDED, TERMINATED timeStarted calendar The time the workflow was started timeCompleted calendar The time the workflow was completed (if completed) context object Contextual variables be

Score: 6.306824

Gitana / 3.2 / Guide / Guide / Scripting / Workflow

Workflow A workflow instance. Properties Name Type Description context object The workflow instance context. description string The Description of this document. documents object Any documents that are bound to the workflow instance. id string The ID of this document. modelId string The ID of the workflow model backing this workflow instance. modelVersion string The version of the workflow model backing this workflow instance. projectId string The ID of the project that this workflow instance wa

Score: 6.295271

Workflow

Workflow A workflow instance. Properties Name Type Description context object The workflow instance context. description string The Description of this document. documents object Any documents that are bound to the workflow instance. id string The ID of this document. modelId string The ID of the workflow model backing this workflow instance. modelVersion string The version of the workflow model backing this workflow instance. projectId string The ID of the project that this workflow instance wa

Score: 6.295271

Gitana / 3.2 / Guide / Guide / Getting Started / Workflow

Workflow A workflow is a business process that describes a series of activities (from start to finish) that must occur for one or more content items to be approved or rejected. Workflows consist of a workflow model that lays out these activities into a series of tasks. Each task is generally an opportunity for someone on your team to do some work. They may also be automatic tasks that do things like send emails, set content properties, call off to HTTP web hooks and more. As content moves throug

Score: 6.178706