Found 319 results for "ui workflow"

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

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.2847743

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.2847743

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.1687326

Gitana / 3.2 / Guide / Guide / Command Line / Modules Commands

Modules Commands The Cloud CMS command-line tool provides developers with a command-line driven mechanism that allows them to: register and unregister user interface modules deploy and undeploy user interface modules User Interface Modules are deployed from public Git repositories (such as GitHub) and consist of AMD JavaScript modules. These modules contain JavaScript, HTML, CSS, a JSON configuration file any additional client-side assets that may be used (such as images). For more information a

Score: 5.91253

Gitana / 3.2 / Guide / Guide / Templates / Workflow Task

Workflow Task Name: workflowTask Property Type Description id string The ID of the workflow task title string The title of the workflow task description string The description of the workflow task timeStarted calendar The time the workflow was started timeCompleted calendar The time the workflow was completed (if completed) context object Contextual variables being passed along with the workflow task workflowData object Data being passed along with the workflow task workflowId string The ID of t

Score: 5.398956

Gitana / 4.0 / Data Engine / Templates / Workflow Task

Workflow Task Name: workflowTask Property Type Description id string The ID of the workflow task title string The title of the workflow task description string The description of the workflow task timeStarted calendar The time the workflow was started timeCompleted calendar The time the workflow was completed (if completed) context object Contextual variables being passed along with the workflow task workflowData object Data being passed along with the workflow task workflowId string The ID of t

Score: 5.398956

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Contexts / workflow-context

workflow-context [ { "evaluator": "context-workflow", "config": { "workflow-context": { "items": [ { "key": "workflow", "title": "Workflow", "order": 1000, "header": true, "items": [ { "key": "workflow/overview", "title": "Overview", "uri": "{workflowUri}", "iconClass": "fa fa-angle-right" }, {

Score: 5.393112

Gitana / 4.0 / Developers / User Interface Customization / Contexts / workflow-context

workflow-context [ { "evaluator": "context-workflow", "config": { "workflow-context": { "items": [ { "key": "workflow", "title": "Workflow", "order": 1000, "header": true, "items": [ { "key": "workflow/overview", "title": "Overview", "uri": "{workflowUri}", "iconClass": "fa fa-angle-right" }, {

Score: 5.393112

Gitana / 3.2 / Guide / Guide / Scripting / Workflow Task

Workflow Task Properties Name Type Description assigneeEmail string The Email of the principal to whom this workflow task has been assigned. assigneeId string The ID of the principal to whom this workflow task has been assigned. assigneeName string The Name of the principal to whom this workflow task has been assigned. context object The workflow task context. description string The Description of this document. documents object Any documents that are bound to the workflow task. id string The ID

Score: 5.383651

Workflow Task

Workflow Task Properties Name Type Description assigneeEmail string The Email of the principal to whom this workflow task has been assigned. assigneeId string The ID of the principal to whom this workflow task has been assigned. assigneeName string The Name of the principal to whom this workflow task has been assigned. context object The workflow task context. description string The Description of this document. documents object Any documents that are bound to the workflow task. id string The ID

Score: 5.383651

Gitana / 3.2 / Guide / Guide / Actions / Start Workflow

Start Workflow ID: startWorkflow Starts a workflow with the given node placed into the payload. Configuration Property Type Required Default Description model text true The ID of the workflow model to be used. swimlanes object false Identifies principals to be assigned into workflow swimlanes. The structure is: { "swimlane1": ["domainId1/principalId1"], "swimlane2": ["domainId2/principalId2"] } runtime object false Allows for manual specification of runtime properties including applica

Score: 5.3619823

Gitana / 4.0 / Data Engine / Behaviors / Actions / Start Workflow

Start Workflow ID: startWorkflow Starts a workflow with the given node placed into the payload. Configuration Property Type Required Default Description model text true The ID of the workflow model to be used. swimlanes object false Identifies principals to be assigned into workflow swimlanes. The structure is: { "swimlane1": ["domainId1/principalId1"], "swimlane2": ["domainId2/principalId2"] } runtime object false Allows for manual specification of runtime properties including applica

Score: 5.3619823

Gitana / 3.2 / Guide / Guide / UI Developers Guide / Modules

Modules Common files that each module should have: module.json (where you give the module a name) install.js uninstall.js As soon as you have these files, the rest is up to you depending on what you would like to customize in the module. Take a look at some sample modules in our SDK Custom Modules One of the features that make CloudCMS super configurable is the ability to implement custom modules. Within a custom module, you can define new UI elements that your editorial team can use in their da

Score: 5.321887

Gitana / 3.2 / Guide / Guide / Scripting / Workflow Transition

Workflow Transition Properties Name Type Description fromNodeId string The ID of the workflow model node from which this transition originates. id string The ID of this workflow transition. toNodeId string The ID of the workflow model node to which this transition leads. Methods There are no methods for this class.

Score: 5.317078

Workflow Transition

Workflow Transition Properties Name Type Description fromNodeId string The ID of the workflow model node from which this transition originates. id string The ID of this workflow transition. toNodeId string The ID of the workflow model node to which this transition leads. Methods There are no methods for this class.

Score: 5.317078

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

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

Score: 5.3164477

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

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

Score: 5.3164477

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 / Getting Started / Role-Based Editorial UI

Role-Based Editorial UI The Cloud CMS Editorial application is a responsive web site that runs on web browsers, iPad, iPhone and a myriad of other devices and form factors. It provides a place where users can work together and collaborate in meaningful ways based on the roles they have been given. As an example, when a Manager signs on to the Editorial environment, he or she will have access to many managerial functions, such as the ability to add or remove team members. Those options will appea

Score: 5.002035

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