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

    Type Alias GetWorkflowHistoryParameter

    ワークフロー履歴取得パラメータ

    type GetWorkflowHistoryParameter = {
        elementRuntimeId: string;
        entityKey: EntityKey;
        executeMode: ExecuteMode;
        viewKey: EntityViewKey;
    }
    Index

    Properties

    elementRuntimeId: string

    エレメントランタイムID

    entityKey: EntityKey

    EntityデータのKey情報

    executeMode: ExecuteMode

    実行モード

    viewKey: EntityViewKey

    EntityViewのKey情報