Found 193 results for "workflow sample-workflows email-notification"

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

Gitana / 3.2 / Guide / Guide / Templates / Workflow Transition

Workflow Transition Name: workflowTransition Property Description id The ID of the route that was fired fromNodeId The ID of the node from which the transition starts toNodeId The ID of the node to which the transition ends Example: The workflow is transitioning from node {{ transition.fromNodeId }} to node {{transition.toNodeId}} via route {{transition.id}}.

Score: 5.220875

Gitana / 4.0 / Data Engine / Templates / Workflow Transition

Workflow Transition Name: workflowTransition Property Description id The ID of the route that was fired fromNodeId The ID of the node from which the transition starts toNodeId The ID of the node to which the transition ends Example: The workflow is transitioning from node {{ transition.fromNodeId }} to node {{transition.toNodeId}} via route {{transition.id}}.

Score: 5.220875

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Email Notification

Email Notification Here is an example of a workflow model that sends an email when the workflow transitions into the node1 participant state. s { "id": "email-notification", "title": "Email Notification", "nodes": { "start": { "type": "start", "transitions": { "start": "node1" } }, "node1": { "type": "participant", "title": "Step One", "swimlane": "main", "trans

Score: 4.9773192

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Email Notification

Email Notification Here is an example of a workflow model that sends an email when the workflow transitions into the node1 participant state. s { "id": "email-notification", "title": "Email Notification", "nodes": { "start": { "type": "start", "transitions": { "start": "node1" } }, "node1": { "type": "participant", "title": "Step One", "swimlane": "main", "trans

Score: 4.9773192

Gitana / 3.2 / Guide / Guide / 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: 4.893645

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / workflow-model-subcontext

workflow-model-subcontext [ { "evaluator": "context-workflow-model", "config": { "workflow-model-subcontext": { "items": [ { "key": "workflow-model", "title": "Workflow Model", "order": 1000, "header": true, "items": [ { "key": "workflow-model/overview", "title": "Overview", "uri": "#/workflowmodels/{workflowModelId}", "order"

Score: 4.812858

Gitana / 4.0 / Developers / User Interface Customization / Contexts / workflow-model-subcontext

workflow-model-subcontext [ { "evaluator": "context-workflow-model", "config": { "workflow-model-subcontext": { "items": [ { "key": "workflow-model", "title": "Workflow Model", "order": 1000, "header": true, "items": [ { "key": "workflow-model/overview", "title": "Overview", "uri": "#/workflowmodels/{workflowModelId}", "order"

Score: 4.812858

Gitana / 3.2 / Guide / Guide / Workflow / Sample Workflows / Custom Form

Custom Form You may wish to introduce custom properties that flow along with your workflow. These properties are tracked as your workflow transitions from state to state. They may comprise things like due dates, notes, parameters for the workflow or anything else you'd like. You can use the form capability to define a form that lets users editing and modify these properties. Global Form The global form can be defined once and it will be used for all places within the workflow where a form can be

Score: 4.806144

Gitana / 4.0 / Data Engine / Workflow / Sample Workflows / Custom Form

Custom Form You may wish to introduce custom properties that flow along with your workflow. These properties are tracked as your workflow transitions from state to state. They may comprise things like due dates, notes, parameters for the workflow or anything else you'd like. You can use the form capability to define a form that lets users editing and modify these properties. Global Form The global form can be defined once and it will be used for all places within the workflow where a form can be

Score: 4.806144

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-workflow-model

context-workflow-model If a Workflow Model is being observed. { "evaluator": "context-workflow-model" }

Score: 4.7346244

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Evaluators / context-workflow-task

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

Score: 4.7346244

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

context-workflow-model If a Workflow Model is being observed. { "evaluator": "context-workflow-model" }

Score: 4.7346244

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 / 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: 4.1805444

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

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