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

    Type Alias StartWorkflowProcessParameter

    Workflow起動パラメータ

    type StartWorkflowProcessParameter = {
        entityKey: EntityKey;
        executeMode: ExecuteMode;
        variableName: string;
        viewKey: EntityViewKey;
        workflowDefinitionName: string;
    }
    Index

    Properties

    entityKey: EntityKey

    EntityデータのKey情報

    executeMode: ExecuteMode

    実行モード

    variableName: string

    Workflow変数名

    viewKey: EntityViewKey

    EntityViewのKey情報

    workflowDefinitionName: string

    Workflow定義名