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

    Type Alias GetWorkflowHistoryResponse

    GetWorkflowHistoryResponse: {
        userTaskListParts?: UserTaskListParts;
        workflowHistories?: WorkflowHistoryData[];
    } & MessageResponse

    ワークフロー履歴取得APIのレスポンス

    Type Declaration