Found 319 results for "ui workflow"

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

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

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 / UI Developers Guide / Contexts / platform-manage-context

platform-manage-context [ { "evaluator": "context-platform", "config": { "platform-manage-context": { "items": [ { "key": "platform/manage/header", "title": "Manage Platform", "header": true, "order": 10000, "allowAuthority": [ "owner", "manager", "admin" ], "items": [ { "key": "platform/settings",

Score: 3.542079

Gitana / 4.0 / Developers / User Interface Customization / Contexts / platform-manage-context

platform-manage-context [ { "evaluator": "context-platform", "config": { "platform-manage-context": { "items": [ { "key": "platform/manage/header", "title": "Manage Platform", "header": true, "order": 10000, "allowAuthority": [ "owner", "manager", "admin" ], "items": [ { "key": "platform/settings",

Score: 3.542079

Container Registry - Gitana

Container Registry - Gitana Status Releases Registry Blog Cloud CMS Platform Content Management Create, Approve and Publish quality content to production on-time. Easy editorial and workflow tools let your best work reach your customers. Enterprise Data Engine Manage, collaborate, search and distribute your highly-structured data across branches, versions and workflow-driven lifecycle. Automate Automate your content creation and approval flows while taking advantage of AI services to enhance and

Score: 3.368855