Found 206 results for "workflow workflow-handlers webhook"

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

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 / 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 / Integrations / Slack

Slack Slack is a powerful instant messaging and team collaboration tool, and you can easily integrate it with Cloud CMS to get real-time updates about your content. Setting up your Bot To get notifications from Cloud CMS, you will need to set up a bot user in your Slack platform. Go to https://api.slack.com/apps and create a new app. Assign it to your team's workspace Under "Add features and functionality", click "Incoming Webhooks", and enable this. Click the "Add New Webhook to Workspace" butt

Score: 5.0513725

Gitana / 4.0 / Data Engine / Integrations / Slack

Slack Slack is a powerful instant messaging and team collaboration tool, and you can easily integrate it with Cloud CMS to get real-time updates about your content. Setting up your Bot To get notifications from Cloud CMS, you will need to set up a bot user in your Slack platform. Go to https://api.slack.com/apps and create a new app. Assign it to your team's workspace Under "Add features and functionality", click "Incoming Webhooks", and enable this. Click the "Add New Webhook to Workspace" butt

Score: 5.0513725

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