Upload files to "expected_workflows"
This commit is contained in:
parent
3fabe2eeab
commit
6689790c6a
@ -16,6 +16,7 @@ logger = logging.getLogger(__name__)
|
|||||||
class test_repo_test_branch:
|
class test_repo_test_branch:
|
||||||
@temporalio.workflow.run
|
@temporalio.workflow.run
|
||||||
async def run(self, root_inputs: Dict[str, Any]) -> Dict[str, Any]:
|
async def run(self, root_inputs: Dict[str, Any]) -> Dict[str, Any]:
|
||||||
|
await temporalio.workflow.sleep(0)
|
||||||
workflow_info = temporalio.workflow.info()
|
workflow_info = temporalio.workflow.info()
|
||||||
workflow_output: Dict[str, Any] = {
|
workflow_output: Dict[str, Any] = {
|
||||||
"workflow_id": workflow_info.workflow_id,
|
"workflow_id": workflow_info.workflow_id,
|
||||||
|
|||||||
@ -16,6 +16,7 @@ logger = logging.getLogger(__name__)
|
|||||||
class test_repo_test_branch:
|
class test_repo_test_branch:
|
||||||
@temporalio.workflow.run
|
@temporalio.workflow.run
|
||||||
async def run(self, root_inputs: Dict[str, Any]) -> Dict[str, Any]:
|
async def run(self, root_inputs: Dict[str, Any]) -> Dict[str, Any]:
|
||||||
|
await temporalio.workflow.sleep(0)
|
||||||
workflow_info = temporalio.workflow.info()
|
workflow_info = temporalio.workflow.info()
|
||||||
workflow_output: Dict[str, Any] = {
|
workflow_output: Dict[str, Any] = {
|
||||||
"workflow_id": workflow_info.workflow_id,
|
"workflow_id": workflow_info.workflow_id,
|
||||||
|
|||||||
@ -16,6 +16,7 @@ logger = logging.getLogger(__name__)
|
|||||||
class test_repo_test_branch:
|
class test_repo_test_branch:
|
||||||
@temporalio.workflow.run
|
@temporalio.workflow.run
|
||||||
async def run(self, root_inputs: Dict[str, Any]) -> Dict[str, Any]:
|
async def run(self, root_inputs: Dict[str, Any]) -> Dict[str, Any]:
|
||||||
|
await temporalio.workflow.sleep(0)
|
||||||
workflow_info = temporalio.workflow.info()
|
workflow_info = temporalio.workflow.info()
|
||||||
workflow_output: Dict[str, Any] = {
|
workflow_output: Dict[str, Any] = {
|
||||||
"workflow_id": workflow_info.workflow_id,
|
"workflow_id": workflow_info.workflow_id,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user