代码搜索:workflow
找到约 4,191 项符合「workflow」的源代码
代码结果 4,191
www.eeworm.com/read/416749/2116852
tmp workflow.smarty.tmp
{i18n}Available Transitions{/i18n}
{i18n arg_name=$state_name}The document is currently in state "#name#"{/i18n}
{if $bIs
www.eeworm.com/read/416749/2117250
smarty workflow_notification.smarty
{$document_name}
{i18n arg_name=$document_name arg_state=$state_name}The document #name# has changed to
state #
www.eeworm.com/read/416749/2118216
cs document_workflow.cs
using NUnit.Framework;
using System;
using System.IO;
namespace MonoTests.KnowledgeTree
{
[TestFixture]
public class WorkflowTest : KTTest
{
private int _folderId;
private Document _
www.eeworm.com/read/416749/2118511
sql workflow-sanity.sql
ALTER TABLE `workflows` ADD `enabled` INT(1) UNSIGNED NOT NULL DEFAULT 1;
ALTER TABLE `workflow_states` ADD `manage_permissions` INT(1) UNSIGNED NOT NULL DEFAULT 0;
ALTER TABLE `workflow_states` ADD `
www.eeworm.com/read/416749/2118589
sql workflow-triggers.sql
CREATE TABLE workflow_trigger_instances (
id int(10) unsigned NOT NULL default '0',
workflow_transition_id int(11) NOT NULL default '0',
namespace char(255) NOT NULL default '',
config_array t
www.eeworm.com/read/416749/2118637
sql workflow-into-metadata.sql
SET FOREIGN_KEY_CHECKS=0;
ALTER TABLE `document_metadata_version` ADD COLUMN `workflow_id` int(11) default NULL;
ALTER TABLE `document_metadata_version` ADD COLUMN `workflow_state_id` int(11) default