Preparing search index...
The search index is not available
型・APIリファレンス
型・APIリファレンス
UserTaskDetail
Interface UserTaskDetail
ユーザタスクの詳細情報の型定義
interface
UserTaskDetail
{
completionDate
:
UserTaskFormattedValue
;
oid
:
string
;
taskQueue
:
UserTaskDetailQueue
;
taskResult
:
string
;
taskStatus
:
UserTaskLabeledValue
;
workflow
:
UserTaskDetailWorkflow
;
}
Index
Properties
completion
Date
oid
task
Queue
task
Result
task
Status
workflow
Properties
completion
Date
completionDate
:
UserTaskFormattedValue
完了日時
oid
oid
:
string
タスクOID
task
Queue
taskQueue
:
UserTaskDetailQueue
タスクキュー情報
task
Result
taskResult
:
string
タスク結果
task
Status
taskStatus
:
UserTaskLabeledValue
タスクステータス
workflow
workflow
:
UserTaskDetailWorkflow
ワークフロー情報
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
completion
Date
oid
task
Queue
task
Result
task
Status
workflow
型・APIリファレンス
Loading...
ユーザタスクの詳細情報の型定義