代码搜索:Workflow
找到约 4,191 项符合「Workflow」的源代码
代码结果 4,191
www.eeworm.com/read/277826/4149987
cs iexceptionreport.cs
using System;
namespace NetBpm.Workflow.Log
{
public interface IExceptionReport : ILogDetail
{
String ExceptionClassName { get; }
String ExceptionMessage { get; }
String StackTrace {
www.eeworm.com/read/447272/1706457
cs iprocessblock.cs
using Iesi.Collections;
namespace NetBpm.Workflow.Definition
{
public interface IProcessBlock : IDefinitionObject
{
ISet Nodes { get; }
ISet Attributes { get; }
}
}
www.eeworm.com/read/447272/1706513
cs executionexception.cs
using System;
namespace NetBpm.Workflow.Execution
{
/// is a RuntimeException that serves as a base-class for exceptions that are
/// related to process execution.
///
www.eeworm.com/read/447272/1706560
cs iprocessinvocationcontext.cs
namespace NetBpm.Workflow.Delegation
{
/// allows a ProcessInvocationHandler-implementor to interact with and get
/// information from the execution engine.
///
public in
www.eeworm.com/read/447272/1706653
cs iexceptionreport.cs
using System;
namespace NetBpm.Workflow.Log
{
public interface IExceptionReport : ILogDetail
{
String ExceptionClassName { get; }
String ExceptionMessage { get; }
String StackTrace {
www.eeworm.com/read/370865/2783497
properties jawe_fr.properties
# @(#)TWE.properties
#
# Resource strings for TogWE
#
#
Title = Together Workflow Editor Professional
DialogTitle = Editeur de workflows
########################## Default Components
##### Debug Co
www.eeworm.com/read/38039/1103693
bom parts.bom
p parts.bom
m shapeview/workflow/explode
i 0.1
b 9.1.20.12
l i486_nt/obj/libparts.dll
d 1.1 9.1.20.12 pvk.bom
d 1.1 9.1.20.12 workflow.bom
d -1.-1 9.1.20.12 pvg.bom
d -1.-1 9.1.20.12 pvmu.bom
www.eeworm.com/read/42551/1151226
bom parts.bom
p parts.bom
m shapeview/workflow/explode
i 0.1
b 9.1.20.12
l i486_nt/obj/libparts.dll
d 1.1 9.1.20.12 pvk.bom
d 1.1 9.1.20.12 workflow.bom
d -1.-1 9.1.20.12 pvg.bom
d -1.-1 9.1.20.12 pvmu.bom
www.eeworm.com/read/274966/10842980
cs while.cs
using System;
using System.Workflow.ComponentModel;
namespace EssentialWF.Activities {
public sealed class ConstantCondition : ActivityCondition
{
public static readonly Dependen
www.eeworm.com/read/274966/10843004
cs throwexception.cs
using System;
using System.Workflow.ComponentModel;
namespace EssentialWF.Activities {
public class ThrowException : Activity {
public static readonly DependencyProperty ExceptionPro