Provides the details of the ContinueAsNewWorkflowExecution decision.
Access Control
You can use IAM policies to control this decision's access to Amazon SWF resources as follows:
Use a Resource element with the domain name to limit the action to only specified domains.
Use an Action element to allow or deny permission to call this action.
Constrain the following parameters by using a Condition element with the appropriate keys.
tag – A tag used to identify the workflow execution
taskList – String constraint. The key is swf:taskList.name.
workflowType.version – String constraint. The key is swf:workflowType.version.
If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's cause parameter is set to OPERATION_NOT_PERMITTED. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows in the Amazon SWF Developer Guide.
Type: objectProperties: 0
AutomationTask CoordinationWorkflow
ContinueAsNewWorkflowExecutionDecisionAttributes is a JSON Structure definition published by Amazon Simple Workflow Service.
{
"name": "ContinueAsNewWorkflowExecutionDecisionAttributes",
"description": "<p>Provides the details of the <code>ContinueAsNewWorkflowExecution</code> decision.</p> <p> <b>Access Control</b> </p> <p>You can use IAM policies to control this decision's access to Amazon SWF resources as follows:</p> <ul> <li> <p>Use a <code>Resource</code> element with the domain name to limit the action to only specified domains.</p> </li> <li> <p>Use an <code>Action</code> element to allow or deny permission to call this action.</p> </li> <li> <p>Constrain the following parameters by using a <code>Condition</code> element with the appropriate keys.</p> <ul> <li> <p> <code>tag</code> \u2013 A tag used to identify the workflow execution</p> </li> <li> <p> <code>taskList</code> \u2013 String constraint. The key is <code>swf:taskList.name</code>.</p> </li> <li> <p> <code>workflowType.version</code> \u2013 String constraint. The key is <code>swf:workflowType.version</code>.</p> </li> </ul> </li> </ul> <p>If the caller doesn't have sufficient permissions to invoke the action, or the parameter values fall outside the specified constraints, the action fails. The associated event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>. For details and example IAM policies, see <a href=\"https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html\">Using IAM to Manage Access to Amazon SWF Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>",
"type": "object",
"properties": [
{
"name": "input",
"type": "string",
"description": "",
"required": false
},
{
"name": "executionStartToCloseTimeout",
"type": "string",
"description": "",
"required": false
},
{
"name": "taskList",
"type": "string",
"description": "",
"required": false
},
{
"name": "taskPriority",
"type": "string",
"description": "",
"required": false
},
{
"name": "taskStartToCloseTimeout",
"type": "string",
"description": "",
"required": false
},
{
"name": "childPolicy",
"type": "string",
"description": "",
"required": false
},
{
"name": "tagList",
"type": "string",
"description": "",
"required": false
},
{
"name": "workflowTypeVersion",
"type": "string",
"description": "",
"required": false
},
{
"name": "lambdaRole",
"type": "string",
"description": "",
"required": false
}
]
}