process-mining
latest
false
- 发行说明
- 在开始之前
- 入门指南
- 集成
- 使用流程应用程序
- 创建应用程序
- 正在加载数据
- 自定义流程应用程序
- 发布流程应用程序
- 应用程序模板
- 其他资源
重要 :
请注意此内容已使用机器翻译进行了部分本地化。
Process Mining
Last updated 2024年11月14日
计划数据运行
In production environments, typically data for process apps is refreshed at regular intervals. For example, every day, or every week. To make sure this happens, the extraction process can be scheduled which has to trigger the app to start data transformation and refresh the data in the Process Mining process app. Refer toRetrieving the credentials for the Azure blob storage for more information.
在大多数情况下,Windows 任务计划程序用于定期计划提取脚本或流程。
-
确保您已安装 PowerShell 版本 6 或更高版本。 请参阅官方 Microsoft 文档,了解在 Windows 上安装 Powershell 。
-
确保您已将数据上传器保存在
extract_theobald.ps1
脚本和config.json
文件所在的文件夹中。 例如C:\Scripts\SAP P2P
。Refer to Configuring the extraction script and Setting up DataUploader.
-
在 Windows 任务计划程序中定义任务的操作时,请使用以下参数。
参数 |
描述 |
示例 |
程序 |
用于运行脚本的程序。 例如,PowerShell。 |
|
参数 |
运行脚本所需的输入参数。 | "C:\Scripts\SAP P2P\extract_theobald.ps1" >> "C:\Scripts\SAP P2P\run.log" |
开始于 |
保存数据上传器、
extract_theobald.ps1 脚本和config.json 的文件夹的名称。
|
|