Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在从事水壶工作和转型。
仅当文件包含任何数据时,我才需要邮寄,否则不应将结果邮寄给用户。 或者如何查找转换结果是否为空(是否有任何文件大小验证器作业条目可用?)。 我找不到任何适合这种调节的工作条目。
提前致谢。
您可以使用Evaluate files metrics条件分支中的作业步骤。在“高级”选项卡上设置您的条件。
Evaluate files metrics
您可以将转换设置为仅在有数据时生成文件,然后在您的主要作业中使用该File exists?步骤。
File exists?