はじめてのオートメーションをわずか数分で作成できます。Studio Web を試す →
作成者: Internal Labs
1
アクティビティ
900
要約
要約
This custom activity exposes information about the internals of running job to the workflow (JobID, ProcessName, etc).
概要
概要
This custom activity exposes information about the running job to the workflow.
You can get JobId, ProcessName, WorkflowFile and ProcessVersion at runtime.
This internal information is very useful for instance if you need your process to know its name at runtime, but you don't want to hardcode the process name in your workflow. This activity will gather that information dynamically.
Another interesting use of this activity is in determining how the automation is being triggered from within a library.
機能
機能
You will not need to hardcode any values. All of this information is extracted at runtime.
This can be used, for instance, to store the process name in a QueueItem that is shared across multiple processes.
See more examples above.
その他の情報
その他の情報
依存関係
UiPath.Activities.Api >= 20.4.0
コード言語
Visual Basic
ランタイム
Windows レガシ (.Net Framework 4.6.1)