Preparing search index...
The search index is not available
型・APIリファレンス
型・APIリファレンス
WorkflowHistory
Interface WorkflowHistory
ワークフロー履歴の型定義
interface
WorkflowHistory
{
assignment
?:
Assignment
[]
;
completionDate
?:
DateTimeValue
;
nodeName
?:
string
;
nodeOrder
?:
number
;
nodeStatus
?:
SelectValue
;
processBy
?:
{
name
:
string
;
oid
:
string
}
;
taskResult
?:
string
;
}
Index
Properties
assignment?
completion
Date?
node
Name?
node
Order?
node
Status?
process
By?
task
Result?
Properties
Optional
assignment
assignment
?:
Assignment
[]
ユーザータスクの割当状態(ユーザタスクの場合)
Optional
completion
Date
completionDate
?:
DateTimeValue
完了日
Optional
node
Name
nodeName
?:
string
処理名
Optional
node
Order
nodeOrder
?:
number
ノード順
Optional
node
Status
nodeStatus
?:
SelectValue
ノード状態
Optional
process
By
processBy
?:
{
name
:
string
;
oid
:
string
}
処理実施者
Type declaration
name
:
string
ユーザ名
oid
:
string
ユーザID
Optional
task
Result
taskResult
?:
string
タスク結果
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
assignment
completion
Date
node
Name
node
Order
node
Status
process
By
task
Result
型・APIリファレンス
Loading...
ワークフロー履歴の型定義