v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435160115.2 KB

Updates the specified workflow. All deployed systems and system instances that use the workflow will see the changes in the flow when it is redeployed. If you don't want this behavior, copy the workflow (creating a new workflow with a different ID), and update the copy. The workflow can contain only entities in the specified namespace.

post/#X-Amz-Target=IotThingsGraphFrontEndService.UpdateFlowTemplate

Headers

X-Amz-Target'IotThingsGraphFrontEndService.UpdateFlowTemplate' required

Request body

idstring required
<p>The ID of the workflow to be updated.</p> <p>The ID should be in the following format.</p> <p> <code>urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME</code> </p>
compatibleNamespaceVersioninteger
<p>The version of the user's namespace.</p> <p>If no value is specified, the latest version is used by default. Use the <code>GetFlowTemplateRevisions</code> if you want to find earlier revisions of the flow to update.</p>

Response

Success