Builder

class Builder

Properties

Link copied to clipboard

An array of diagnostic errors and warnings found during validation of the state machine definition. Since warnings do not prevent deploying your workflow definition, the result value could be OK even when warning diagnostics are present in the response.

Link copied to clipboard

The result value will be OK when no syntax errors are found, or FAIL if the workflow definition does not pass verification.

Link copied to clipboard

The result value will be true if the number of diagnostics found in the workflow definition exceeds maxResults. When all diagnostics results are returned, the value will be false.