Message 1 of 3
Workflow in Lisp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am trying to run a workflow within a lisp program.
I am using a command function such as:
(command "mapworkflowbatchrun" "myfile")
And then I have some other commands after that. The problem is the lisp program skips ahead to the other autocad commands before the workflow is finished running. How do I get the program to complete the above command to run the workflow, before moving on to the next lines in the program?