Upload files to "expected_workflows"
Some checks failed
CI Workflow / Containerize the Flow (push) Has been cancelled
CI Workflow / Testing the Flow (push) Has been cancelled

This commit is contained in:
admin user 2025-05-23 03:22:08 +00:00
parent 2c55ab4ad8
commit 6eaac4cefb
3 changed files with 0 additions and 6 deletions

View File

@ -6,7 +6,6 @@ import json
import datetime import datetime
import re import re
import jmespath import jmespath
from temporalio.workflow import sleep
# Configure logging # Configure logging
logging.basicConfig(level=logging.INFO, logging.basicConfig(level=logging.INFO,
@ -17,7 +16,6 @@ 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 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,

View File

@ -6,7 +6,6 @@ import json
import datetime import datetime
import re import re
import jmespath import jmespath
from temporalio.workflow import sleep
# Configure logging # Configure logging
logging.basicConfig(level=logging.INFO, logging.basicConfig(level=logging.INFO,
@ -17,7 +16,6 @@ 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 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,

View File

@ -6,7 +6,6 @@ import json
import datetime import datetime
import re import re
import jmespath import jmespath
from temporalio.workflow import sleep
# Configure logging # Configure logging
logging.basicConfig(level=logging.INFO, logging.basicConfig(level=logging.INFO,
@ -17,7 +16,6 @@ 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 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,