Create a run
The following mutation creates a run from a procedure:Let ION generate the title
Instead of sending atitle, you can have ION build one from the organization’s run title template. Set autogenerateTitle to true and omit title. Sending both is rejected.
When your organization has Enforce run title template turned on in Settings > Production > Runs, ION always generates the title and rejects a request that sends
title. Omit title from both the mutation and the query variables, or set bypassEnforceRunTitle to true to send your own title anyway. For the template itself, see Configure run enforcement.