型・APIリファレンス
    Preparing search index...

    Interface UserTaskWorkflowHistory

    ワークフロー履歴データの型定義

    interface UserTaskWorkflowHistory {
        allProcessHistoryList?: Workflow[];
        processHistoryList?: WorkflowHistory[];
        searchAllHistory?: boolean;
        workflowOid?: string;
    }
    Index

    Properties

    allProcessHistoryList?: Workflow[]

    ワークフロー全履歴

    processHistoryList?: WorkflowHistory[]

    ワークフロー履歴

    searchAllHistory?: boolean

    全履歴検索かどうか

    workflowOid?: string

    ワークフローOID