@@ -1431,7 +1431,7 @@ def start_workflow(
14311431 """
14321432 # Warnings and input validation
14331433 warn (
1434- 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change. ' ,
1434+ 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.' ,
14351435 UserWarning ,
14361436 stacklevel = 2 ,
14371437 )
@@ -1480,7 +1480,7 @@ def get_workflow(self, instance_id: str, workflow_component: str) -> GetWorkflow
14801480 """
14811481 # Warnings and input validation
14821482 warn (
1483- 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change. ' ,
1483+ 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.' ,
14841484 UserWarning ,
14851485 stacklevel = 2 ,
14861486 )
@@ -1523,7 +1523,7 @@ def terminate_workflow(self, instance_id: str, workflow_component: str) -> DaprR
15231523 """
15241524 # Warnings and input validation
15251525 warn (
1526- 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change. ' ,
1526+ 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.' ,
15271527 UserWarning ,
15281528 stacklevel = 2 ,
15291529 )
@@ -1568,7 +1568,7 @@ def raise_workflow_event(
15681568 """
15691569 # Warnings and input validation
15701570 warn (
1571- 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change. ' ,
1571+ 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.' ,
15721572 UserWarning ,
15731573 stacklevel = 2 ,
15741574 )
@@ -1627,7 +1627,7 @@ def pause_workflow(self, instance_id: str, workflow_component: str) -> DaprRespo
16271627 """
16281628 # Warnings and input validation
16291629 warn (
1630- 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change. ' ,
1630+ 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.' ,
16311631 UserWarning ,
16321632 stacklevel = 2 ,
16331633 )
@@ -1659,7 +1659,7 @@ def resume_workflow(self, instance_id: str, workflow_component: str) -> DaprResp
16591659 """
16601660 # Warnings and input validation
16611661 warn (
1662- 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change. ' ,
1662+ 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.' ,
16631663 UserWarning ,
16641664 stacklevel = 2 ,
16651665 )
@@ -1691,7 +1691,7 @@ def purge_workflow(self, instance_id: str, workflow_component: str) -> DaprRespo
16911691 """
16921692 # Warnings and input validation
16931693 warn (
1694- 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.ject to change. ' ,
1694+ 'This Workflow API (Beta) method is deprecated and will be removed in a future version. Use the dapr-ext-workflow package instead.' ,
16951695 UserWarning ,
16961696 stacklevel = 2 ,
16971697 )
0 commit comments