Source Code
Preparing search index...
The search index is not available
@resolution/jira-api-client
@resolution/jira-api-client
index
WorkflowHistoryReadResponseDto
Interface WorkflowHistoryReadResponseDto
The specified workflow version read from history.
interface
WorkflowHistoryReadResponseDto
{
statuses
?:
WorkflowDocumentStatusDto
[]
;
workflows
?:
WorkflowDocumentDto
[]
;
}
Index
Properties
statuses?
workflows?
Properties
Optional
statuses
statuses
?:
WorkflowDocumentStatusDto
[]
Optional
workflows
workflows
?:
WorkflowDocumentDto
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
statuses
workflows
Source Code
@resolution/jira-api-client
Loading...
The specified workflow version read from history.