Skip to main content 3 月 5 日~ 6 日にサンフランシスコで開催される TDX (Salesforce+ でも配信) で「Developer Conference for the AI Agent Era (AI エージェント時代に向けた開発者向けカンファレンス)」にぜひご参加ください。お申し込みはこちら

Hey everyone, 

 

I have an error that just popped up which is now preventing me from saving my Orchestration - "Required fields are missing: [TargetName]". While this error is non-descript I seem to have broken something in the core of the Flow because if I close it out and then open my last saved version (and only version), modify something unimportant such as a description, then try saving the flow I get the same error. So somehow the Flow let me save it when the error existed and I now need to abandon this Orchestration and start from scratch as I can't figure out what [TargetName] is referring to. 

 

Has anyone run into this issue yet?

 

Orchestrator Error: Required fields are missing: [TargetName]

2 件の回答
  1. 2021年11月2日 15:30

    @Riley Schill we identified what was causing this problem and it will be fixed in our next release. In the meantime, you need to go through each interactive step in your orchestration and switch the exit condition to "When the specified evaluation flow returns true" then switch it again to "When all steps have been marked complete".

    This should clear out the bad data. Please let me know if it solves your problem.

  2. 2021年10月19日 22:11

    Thank you @Riley Schill for bringing this up. 

    Do you remember the last steps you took before the error popped up? It looks like your orchestration is corrupted and it should not be possible if you were only using the builder (not the API).

    To fix the problem, you will have to manually edit the metadata for this orchestration and remove any empty parameter that you are passing to a flow or evaluation flow. 

0/9000