Fix some typos
This commit is contained in:
parent
d242a31c92
commit
3bb31c84fd
7 changed files with 11 additions and 11 deletions
|
|
@ -430,7 +430,7 @@ class WorkflowExecution(BaseModel):
|
|||
)
|
||||
|
||||
def fail(self, event_id, details=None, reason=None):
|
||||
# TODO: implement lenght constraints on details/reason
|
||||
# TODO: implement length constraints on details/reason
|
||||
self.execution_status = "CLOSED"
|
||||
self.close_status = "FAILED"
|
||||
self.close_timestamp = unix_time()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue