Replit-Commit-Author: Agent Replit-Commit-Session-Id: f6819c21-e85d-45ac-acde-604db2cfa4fe Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 5eac9256-3660-4f01-a52d-e7bca9c1af6b Replit-Helium-Checkpoint-Created: true
26 lines
461 B
Plaintext
26 lines
461 B
Plaintext
[workflows]
|
|
runButton = "Project"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Project"
|
|
mode = "parallel"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "workflow.run"
|
|
args = "Start application"
|
|
|
|
[[workflows.workflow]]
|
|
name = "Start application"
|
|
author = "agent"
|
|
|
|
[[workflows.workflow.tasks]]
|
|
task = "shell.exec"
|
|
args = "cd /home/runner/workspace/American-Identity-Project && java Display"
|
|
|
|
[workflows.workflow.metadata]
|
|
outputType = "vnc"
|
|
|
|
[agent]
|
|
expertMode = true
|