取得描述最大時間的 TimeSpan 物件啟用組建代理程式執行的活動。命名空間: Microsoft.TeamFoundation.Build.Workflow.Activities 組件: Microsoft.TeamFoundation.Build.Workflow (在 Microsoft.TeamFoundation.Build.Workflow.dll 中)語法C# 複製 [BrowsableAttribute(true)] public TimeSpan MaxExecutionTime { get; set;...
命名空間: Microsoft.TeamFoundation.Build.Workflow.Activities 組件: Microsoft.TeamFoundation.Build.Workflow (在 Microsoft.TeamFoundation.Build.Workflow.dll 中)語法C# 複製 [BrowsableAttribute(true)] public InArgument<TimeSpan> MaxExecutionTime { get; set; } ...
jdbcMaxIdleConnections: 连接池中处于空闲状态的连接的最大值。 jdbcMaxCheckoutTime: 连接被取出使用的最长时间,超过时间会被强制回收。 默认为20000(20秒)。 jdbcMaxWaitTime: 这是一个底层配置,让连接池可以在长时间无法获得连接时, 打印一条日志,并重新尝试获取一个连接。(避免因为错误配置导致沉默的操作失败)...
max_execution_minutes 否 String 最大执行时间。 响应参数 状态码:200 表12响应Body参数 参数 参数类型 描述 name String Workflow工作流名称,1到64位只包含中英文、数字、空格、下划线(_)和中划线(-),并且以中英文开头。 workflow_id String Workflow工作流ID。创建工作流时后台自动生成。
WORKFLOW_MAX_EXECUTION_TIME=1200 WORKFLOW_CALL_MAX_DEPTH=5 4 changes: 2 additions & 2 deletions4api/config.py Original file line numberDiff line numberDiff line change Expand Up@@ -81,8 +81,8 @@ 'INNER_API':'False', 'ENTERPRISE_ENABLED':'False', ...
max_execution_minutes String 最大执行时间。 表10DataRequirement 参数 参数类型 描述 name String 训练数据的名称。填写1-64位,仅包含英文、数字、下划线(_)和中划线(-),并且以英文开头的名称。 type String 数据来源类型。枚举值如下: dataset:数据集 ...
A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE...
Gets a flag describing whether MaxExecutionTime is set. Namespace: Microsoft.TeamFoundation.Build.Workflow.Activities Assembly: Microsoft.TeamFoundation.Build.Workflow (in Microsoft.TeamFoundation.Build.Workflow.dll) Syntax C# 复制 [BrowsableAttribute(false)] public bool IsMaxExecutionTimeSet { get; }...
A task priority that, if set, specifies the priority for a decision task of this workflow execution. This overrides the defaultTaskPriority specified when registering the workflow type. Valid values are integers that range from Java's Integer.MIN_VALUE (-2147483648) to Integer.MAX_VALUE...
jdbcMaxWaitTime: 这是一个底层配置,让连接池可以在长时间无法获得连接时, 打印一条日志,并重新尝试获取一个连接。(避免因为错误配置导致沉默的操作失败)。 默认为20000(20秒)。 核心组件介绍 工作流引擎 ProcessEngine对象 这是Activiti工作的核心。负责生成流程运行时的各种实例及数据、监控和管理流程的运行。 工作...