Found 206 results for "workflow workflow-handlers webhook"

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

Gitana / 4.0 / Developers / User Interface Customization / Evaluators / context-workflow-task

context-workflow-task If a Workflow Task is being observed. { "evaluator": "context-workflow-task" }

Score: 4.7346244

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Ad hoc Approval

Ad hoc Approval Let's take a look at an Ad hoc Approval workflow. The term Ad hoc is used in the workflow world to refer to a one-step approval process that can be initiated at any time for straight forward approval. { "id": "sample:adhoc", "title": "Sample Adhoc Approval", "nodes": { "start": { "type": "start", "transitions": { "start": "step1" } }, "step1": { "type": "participant", "

Score: 4.6968694

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Ad hoc Approval

Ad hoc Approval Let's take a look at an Ad hoc Approval workflow. The term Ad hoc is used in the workflow world to refer to a one-step approval process that can be initiated at any time for straight forward approval. { "id": "sample:adhoc", "title": "Sample Adhoc Approval", "nodes": { "start": { "type": "start", "transitions": { "start": "step1" } }, "step1": { "type": "participant", "

Score: 4.6968694

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Ad hoc Approval with Email Template

Ad hoc Approval with Email Template Here is a variation of the Ad hoc Approval workflow where we set up some Email Templates to use in sending emails to the participants in the workflow. See the Ad hoc Approval Workflow article for a basic understanding of how this workflow model works. Here is the modified workflow model that we'll use: { "id": "sample:adhoc", "title": "Sample Adhoc Approval (with Email Template)", "nodes": { "start": { "type": "start",

Score: 4.400182

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Ad hoc Approval with Email Template

Ad hoc Approval with Email Template Here is a variation of the Ad hoc Approval workflow where we set up some Email Templates to use in sending emails to the participants in the workflow. See the Ad hoc Approval Workflow article for a basic understanding of how this workflow model works. Here is the modified workflow model that we'll use: { "id": "sample:adhoc", "title": "Sample Adhoc Approval (with Email Template)", "nodes": { "start": { "type": "start",

Score: 4.400182

Gitana / 3.2 / Guide / Guide / User Interface / Workflow / View Active/Inactive Workflow

View Active/Inactive Workflow You can view both the Active and Inactive workflow from the Platform and Project levels. The Platform level will show all workflow for all Projects and at Project level it will show all workflow for that Project. Click Workflow Title to open the Workflow Overview page

Score: 4.37637

Gitana / 4.0 / User Interface / Workflow / View Active/Inactive Workflow

View Active/Inactive Workflow You can view both the Active and Inactive workflow from the Platform and Project levels. The Platform level will show all workflow for all Projects and at Project level it will show all workflow for that Project. Click Workflow Title to open the Workflow Overview page

Score: 4.37637

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Pooled Task

Pooled Task Here is an example of a pooled task workflow. To use this, simply assign the workflow to a group. { "id": "pooled-task1", "title": "Pooled Task Test with Group Email", "nodes": { "start": { "type": "start", "transitions": { "start": "review" } }, "review": { "type": "participant", "title": "Review Content", "transitions": { "approve": "approve",

Score: 4.2057614

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Pooled Task

Pooled Task Here is an example of a pooled task workflow. To use this, simply assign the workflow to a group. { "id": "pooled-task1", "title": "Pooled Task Test with Group Email", "nodes": { "start": { "type": "start", "transitions": { "start": "review" } }, "review": { "type": "participant", "title": "Review Content", "transitions": { "approve": "approve",

Score: 4.2057614

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: 4.16531

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: 4.16531

Gitana / 3.2 / Guide / Guide / User Interface / Workflow / View/Create a Workflow Model

View/Create a Workflow Model Switch to Platform level Click 'Workflow Models' (left Nav). Note: You will need to have admin or owner permissions to see the Workflow options. If you select a Workflow model you can Deploy, Undeploy, delete a Workflow model View/Edit Workflow Model To view/edit the Workflow click JSON Manage Active Workflow Note: you can select an active workflow and either: delete the workflow or upgrade to use an Upgrade Workflow model Workflow Overview

Score: 4.1201744

Gitana / 4.0 / User Interface / Workflow / View/Create a Workflow Model

View/Create a Workflow Model Switch to Platform level Click 'Workflow Models' (left Nav). Note: You will need to have admin or owner permissions to see the Workflow options. If you select a Workflow model you can Deploy, Undeploy, delete a Workflow model View/Edit Workflow Model To view/edit the Workflow click JSON Manage Active Workflow Note: you can select an active workflow and either: delete the workflow or upgrade to use an Upgrade Workflow model Workflow Overview

Score: 4.1201744

Gitana / 3.2 / Guide / Guide / User Interface / Workflow / How to Start a Workflow

How to Start a Workflow Note: 1. A Workflow model is defined at Platform level and is available within all projects 2. See workflow video: https://gitana.io/resources/introduction-to-workflow.html Example There are a number ways to start a workflow. Here is just one: open a document Click 'Workflows' and then ‘+Start Workflow’ This will bring up the Start Workflow Form. Complete the fields in the form. Notes: In our example, the Adhoc Workflow, you will need another person/member in the project

Score: 4.053423

Gitana / 4.0 / User Interface / Workflow / How to Start a Workflow

How to Start a Workflow Note: 1. A Workflow model is defined at Platform level and is available within all projects 2. See workflow video: https://gitana.io/resources/introduction-to-workflow.html Example There are a number ways to start a workflow. Here is just one: open a document Click 'Workflows' and then ‘+Start Workflow’ This will bring up the Start Workflow Form. Complete the fields in the form. Notes: In our example, the Adhoc Workflow, you will need another person/member in the project

Score: 4.053423

Gitana / 3.2 / Guide / Guide / Content Modeling / Behaviors

Behaviors Cloud CMS lets you wire in behaviors behind your content models so that rules automatically execute when your content is touched. Content editors work with simple forms to create content that conforms to your defined content models. When that content is created, updated or deleted, it automatically triggers policies (or events) which you use to bind in custom behaviors. In this way, the developers can wire up behaviors and the editorial team never needs to know about it. Furthermore, b

Score: 3.8422499

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

Simple Unpublish { "id": "simple-unpublish", "title": "Simple Unpublish", "nodes": { "start": { "type": "start", "transitions": { "start": "unpublish" } }, "unpublish": { "type": "passthru", "title": "Unpublish", "swimlane": "initiator", "transitions": { "next": "end" }, "handlers": { "ENTER": [

Score: 2.930648

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

Simple Unpublish { "id": "simple-unpublish", "title": "Simple Unpublish", "nodes": { "start": { "type": "start", "transitions": { "start": "unpublish" } }, "unpublish": { "type": "passthru", "title": "Unpublish", "swimlane": "initiator", "transitions": { "next": "end" }, "handlers": { "ENTER": [

Score: 2.930648

Gitana / 3.2 / Guide / Guide / Actions / Send a Slack Message

Send a Slack Message ID: slackMessage Sends a Slack Message to a configured channel. For information on how to connect Slack and Cloud CMS, see Slack Integration. Configuration Property Type Required Default Description url text true The webhook URL provided by slack that will send messages to the configured channel. message text false Markdown message template of message that will be sent when action is fired. Required if template node is not provided. message text false Markdown message templa

Score: 2.8802047

Gitana / 4.0 / Data Engine / Behaviors / Actions / Send a Slack Message

Send a Slack Message ID: slackMessage Sends a Slack Message to a configured channel. For information on how to connect Slack and Cloud CMS, see Slack Integration. Configuration Property Type Required Default Description url text true The webhook URL provided by slack that will send messages to the configured channel. message text false Markdown message template of message that will be sent when action is fired. Required if template node is not provided. message text false Markdown message templa

Score: 2.8802047

Gitana / 3.2 / Guide / Guide / Actions / Web Hook

Web Hook ID: webhook Makes a remote call to an HTTP endpoint. Core Configuration Property Type Required Default Description url text true The fully-qualified HTTP endpoint (i.e. http://www.myserver.com/endpoint) method text false The HTTP method to invoke (default: POST) username text false The Basic authentication username. password text false The Basic authentication password. payload object false The JSON payload for PUT and POST calls. headers object false The headers to apply to the HTTP ca

Score: 2.5474403

Gitana / 4.0 / Data Engine / Behaviors / Actions / Web Hook

Web Hook ID: webhook Makes a remote call to an HTTP endpoint. Core Configuration Property Type Required Default Description url text true The fully-qualified HTTP endpoint (i.e. http://www.myserver.com/endpoint) method text false The HTTP method to invoke (default: POST) username text false The Basic authentication username. password text false The Basic authentication password. payload object false The JSON payload for PUT and POST calls. headers object false The headers to apply to the HTTP ca

Score: 2.5474403

Gitana / 3.2 / Guide / Guide / Policies / Attachment Policies

Attachment Policies Attachment policies provide places where you can hook in behaviors that trigger when attachments are read, created, updated or deleted against a node. Unlike other policy handlers, these will only fire at the instance when an attachment is created, updated, or deleted, and will not fire upon a branch merge or release. When configuring your attachments, you can specify an attachment ID you wish to fire your policy. For example, suppose you are configuring a webhook rule that y

Score: 2.490483

Gitana / 4.0 / Data Engine / Behaviors / Policies / Attachment Policies

Attachment Policies Attachment policies provide places where you can hook in behaviors that trigger when attachments are read, created, updated or deleted against a node. Unlike other policy handlers, these will only fire at the instance when an attachment is created, updated, or deleted, and will not fire upon a branch merge or release. When configuring your attachments, you can specify an attachment ID you wish to fire your policy. For example, suppose you are configuring a webhook rule that y

Score: 2.490483

Gitana / 4.0 / User Interface / Workflow / Overview

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: 2.098044