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

    Interface UserTaskCustomWebApiInfo

    カスタムWebAPI情報の型定義

    interface UserTaskCustomWebApiInfo {
        claimWebApiName?: string;
        delegateWebApiName?: string;
        searchWebApiName?: string;
        updateStatusAgencyWebApiName?: string;
        updateStatusWebApiName?: string;
        viewWebApiName?: string;
        workflowHistoryWebApiName?: string;
    }
    Index

    Properties

    claimWebApiName?: string

    割当WebAPI

    delegateWebApiName?: string

    委譲WebAPI

    searchWebApiName?: string

    検索WebAPI

    updateStatusAgencyWebApiName?: string

    代理ステータス更新WebAPI

    updateStatusWebApiName?: string

    ステータス更新WebAPI

    viewWebApiName?: string

    詳細画面表示WebAPI

    workflowHistoryWebApiName?: string

    WF履歴取得WebAPI