Skip to content

Commit 26407e0

Browse files
committed
remove is_started method
Signed-off-by: Shijie Sheng <liouvetren@gmail.com>
1 parent c338014 commit 26407e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cadence/_internal/workflow/workflow_intance.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ def start(self, input: Payload):
2323
workflow_input = self._data_converter.from_data(input, [Any])
2424
self._task = self._loop.create_task(run_method(*workflow_input))
2525

26-
def is_started(self) -> bool:
27-
return self._task is not None
28-
2926
def run_once(self):
3027
self._loop.run_until_yield()
3128

0 commit comments

Comments
 (0)