Search: if

Last modified by admin on 2022/04/24 04:58

Results 1 - 10 of 487 next page » Page 1 2 3 4 5 6 7 8 9 ... 49

【6】条件分岐 (ja)

Last modified by admin on 2023/10/20 10:24
Rendered document content
System.Activities.Statements.If 説明 このアクティビティでは、YesかNoかもしくはTrueかFalseかの単純な選択を可能とします。このアクティビティには2つの部分があります。 ステートメントの最初の部分は条件(IF)です。その後、ステートメントがTrueの場合に実行される分岐(THEN)とステートメントがFalseの場合に実行される分岐(ELSE)という2つの分岐があります。 *は必須。 アクティビティの内容 Condition(ブール)* :どの分岐を実行するか判断するために追加される条件。 例:varA=varB - Then:条件がTrue
Raw document content
.If == **説明** == このアクティビティでは、YesかNoかもしくはTrueかFalseかの単純な選択を可能とします。このアクティビティには2つの部分があります。 ステートメントの最初の部分は条件(IF)です。その後、ステートメントがTrueの場合に実行される分岐(THEN)とステートメントがFalseの場合に実行される分岐(ELSE)という2つの分岐があります。 [[image
。 * **条件(ブール)* **: 2つの分岐のうち1つが実行される前に判断される条件。 例:varA=varB ))) {{velocity}} #if ($xcontext.action
Location
[06]If

【7】プロセス内のロジックの種類 (ja)

Last modified by JP Comtor on 2023/11/22 16:19
Rendered document content
されたタスクとロジックの情報を入力するためのセッション。 注:実際の要件に基づいて、ユーザはボットタスク、手作業などを作成し、条件句(If、Else、Switch)を追加してプロセスを完了します。 プロセス
をドラッグアンドドロップします。 ロジック 説明 手順 If/Else if/elseロジックは、1つの条件に基づいて複数の結果が発生する可能性がある場合に使用されます。 プロセス内にドラッグアンド
Raw document content
:**実際の要件に基づいて、ユーザはボットタスク、手作業などを作成し、条件句(If、Else、Switch)を追加してプロセスを完了します。 == **プロセス内のロジックの種類
します。 [[image:image-20230312200330-31.png]] |**ロジック**|**説明**|**手順** |If/Else|if/elseロジックは、1つの条件に基づいて複数の結果が発生

削除 (ja)

Last modified by admin on 2023/10/12 16:31
Rendered document content
in the specified location. If a folder that contains multiple files or folders is specified, they are
specifies when the automation keeps going if it has an error. Only have two possible values: True or False
\Deletedfolder” Misc Public (Checkbox) - If you check it, the data of this activity will be shown in the log
Raw document content
}} #if ($xcontext.action != 'export') (% class="akb-toc" %) ((( (% class="akb-toc-title" %) ((( 目次
== **Description** == This activity allows you to delete the file or folder in the specified location. If a folder
keeps going if it has an error. Only have two possible values: True or False. True - allows the rest of

code

Located in
Property value
if (shouldHide) { const bottomPanel = document.getElementById('xwikidatacontents'); if (bottomPanel) { bottomPanel.style.display = 'none'; } }

code

Located in
Property value
#if ($isGuest) #tmMoreActions { display: none; } #end

code

Located in
Property value
const leftPanel = document.getElementById('leftPanels') const shouldHide = !leftPanel || leftPanel.childElementCount === 0; console.log(shouldHide) if (shouldHide) { if (leftPanel) { leftPanel.style.display = 'none'; } const contentPanel = document.querySelector('#contentcolumn > .main'); if (contentPanel

code

Located in
Property value
const testPattern = /^\[[+-]?\d+(\.\d+)?\]/; function replaceNodeText(from) { if (from.nodeType === 3) { const text = from.textContent; if (testPattern.test(text)) { from.textContent = text.replace(testPattern, "").trim(); } } else if (from.childNodes) { for (const element of

code

Located in
Property value
handleExportClick(event) { if (event.target.hasAttribute("disabled")) { event.stopImmediatePropagation
= []; } setInterval(() => { const modal = document.getElementById("exportModal"); if (modal) { const isOpen = modal.style.display === "block"; if (isOpen && !opened) { onShow(modal

code

Located in
Property value
/* Administration application custom JavaScript */ document.observe('xwiki:dom:loaded', function() { if($('goto-select')) { Event.observe($('goto-select'), 'change', function (event) { var select = event.element(); var i = select.selectedIndex; if (window.location != select.options

API出力よる結果の取得 (ja)

Last modified by admin on 2023/10/19 15:49
Rendered document content
ユーザはAPI出力を使用してakaBot Visionのドキュメントの抽出結果を取得できます。結果取得のために、akaBot Visionからユーザのシステムに直接接続するAPIを設定する必要があります。この記事では、API出力の設定方法を説明します。 ステップ1:パイプラインの設定移動します。 ステップ 2:パイプライン設定の「Output」タブに移動します。 ステップ3:API URL入力します。 ステップ4:認証タイプ(Authorization Type)を選択します。No AuthとBear Tokenの2オプションがあります。 If staff choose
Raw document content
があります。 ))) [[image:image-20221021153310-28.png||cursorshover="true"]] If staff choose that Authorization Type is
next page » Page 1 2 3 4 5 6 7 8 9 ... 49
RSS feed for search on [if]
Created by admin on 2022/04/17 14:38