depend_steps 依赖节点的列表,该字段决定了DAG的结构,也决定了节点执行的顺序 否 Step或者list[Step] 表3StepPolicy 属性 描述 是否必填 数据类型 poll_interval_seconds 节点调度时间周期,默认为1秒 是 str max_execution_minutes 节点运行超时时间,默认为10080分钟,即7天 ...
WORKFLOW_MAX_EXECUTION_STEPS=500 189+ WORKFLOW_MAX_EXECUTION_TIME=1200 190190 WORKFLOW_CALL_MAX_DEPTH=5 api/config.py +2-2Lines changed: 2 additions & 2 deletions Original file line numberDiff line numberDiff line change @@ -81,8 +81,8 @@ ...
execution_id String 工作流执行ID。 created_at String 工作流执行的创建时间。 status String 工作流状态。 running_steps Array of strings 运行的节点。 current_steps Array of strings 当前节点。 duration Long 运行时长。 表15WorkflowStorage 参数
Security Insights Additional navigation options main BranchesTags Code This branch is2657 commits behindlanggenius/dify:main. Folders and files Name Last commit message Last commit date Latest commit takatost fix: WORKFLOW_MAX_EXECUTION_STEPS spell error in config.py (langgeniu… ...
POST /ListWorkflowStepExecutions HTTP/1.1 Content-type: application/json { "maxResults": number, "nextToken": "string", "workflowExecutionId": "string" } URI Request Parameters The request does not use any URI parameters. Request Body The request accepts the following data in JSON format. ...
: ${ORACLE_HOST:-oracle} ORACLE_PORT: ${ORACLE_PORT:-1521} ORACLE_USER: ${ORACLE_USER:-dify} ORACLE_PASSWORD...: ${ORACLE_PASSWORD:-dify} ORACLE_DATABASE: ${ORACLE_DATABASE:-FREEPDB1} RELYT_HOST: ${RELYT_HOST...: ${WORKFLOW_MAX_EXECUTION_STEPS:-500} WORKFLOW_MAX_EXECUTION_...
maxSteps Specifies the maximum number of steps allowed in any workflow process or subprocess. Once this level is exceeded, Identity Manager terminates the workflow. This setting is used as a safeguard for detecting when a workflow is stuck in an infinite loop. The default is 5000 steps. ...
workflow.maxSteps String 5000 workflow.resultTrace String false workflow.retainHistory String false workflow.traceAllObjects String false workflow.traceLevel String 1 workflow.validationLevel String CRITICAL serverSetting.default.reconciler consoleTrace Specifies whether trace messages...
Note: This context property is set by the Actions runner, and is only available within the execution steps of a job. Otherwise, the value of this property will be null. github.path string Path on the runner to the file that sets system PATH variables from workflow commands. This file is...
Workflow Execution refers to the process of carrying out specific calculations on available data by executing atomic and complex tasks in a defined order, either sequentially or concurrently, as specified in a workflow description language. AI generated definition based on: Informatics in Medicine Unlock...