public class ScriptTaskStateParser extends AbstractTaskStateParser implements StateParser<ScriptTaskState>
| Constructor and Description |
|---|
ScriptTaskStateParser() |
| Modifier and Type | Method and Description |
|---|---|
ScriptTaskState |
parse(Object node)
Parse an object (such as Json) into a State model
|
parseCatch, parseLoop, parseRetry, parseTaskAttributesparseBaseAttributespublic ScriptTaskState parse(Object node)
StateParserparse in interface StateParser<ScriptTaskState>node - an object jsonCopyright © 2023 Seata. All rights reserved.