Update expected_workflows/flow_sequential_expected.py
This commit is contained in:
parent
5170dca311
commit
3fabe2eeab
@ -13,14 +13,14 @@ logging.basicConfig(level=logging.INFO,
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
@temporalio.workflow.defn
|
||||
class test_repo_test_branch_1234567890:
|
||||
class test_repo_test_branch:
|
||||
@temporalio.workflow.run
|
||||
async def run(self, root_inputs: Dict[str, Any]) -> Dict[str, Any]:
|
||||
workflow_info = temporalio.workflow.info()
|
||||
workflow_output: Dict[str, Any] = {
|
||||
"workflow_id": workflow_info.workflow_id,
|
||||
"run_id": workflow_info.run_id,
|
||||
"name": "test_repo_test_branch_1234567890",
|
||||
"name": "test_repo_test_branch",
|
||||
"status": "in_progress",
|
||||
"blocks": [],
|
||||
"root_input": root_inputs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user