Skip to content

Commit 706f60a

Browse files
committed
swift/t with flowcept
1 parent 9027ae1 commit 706f60a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • wfcommons/wfbench/translator/templates/swift_t_templates

wfcommons/wfbench/translator/templates/swift_t_templates/workflow.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ workflow_name = "%s"
3131
out_files = [%s]
3232
3333
logging.info("Flowcept Starting")
34-
flowcept_agent = Flowcept(workflow_id=workflow_id, workflow_name=workflow_name, bundle_exec_id=workflow_id, start_persistence=False, save_workflow=False)
34+
flowcept_agent = Flowcept(workflow_id=workflow_id, workflow_name=workflow_name, bundle_exec_id=workflow_id, start_persistence=False, save_workflow=True)
3535
3636
try:
3737
flowcept_agent.start()

0 commit comments

Comments
 (0)