ブループリズムプロセスから取られた以下の抜粋を調べてください。 Get NextItemステージの[Outputs]タブを以下に示します。 「返品されたアイテム」の正しい表現は何ですか?決定段階、ワークキューアイテムが返されたかどうかを確認しますか?
正解:E
* The 'Item Returned?' Decision stage needs to check if a Work Queue item was returned. * The correct check for this is if the Item ID is not an empty string. * The expressions involving Customer Data are not appropriate for this specific check. * Therefore, the correct expression is [Item ID] <> "". Feel free to ask if you have any more questions or need further assistance!