Trace: • Using darkmode • REST API
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
workflow:rest_api [2020/03/03 09:28] admin |
workflow:rest_api [2020/06/12 15:01] (current) cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
||
---|---|---|---|
Line 5: | Line 5: | ||
''<nowiki>http://localhost/swagger/?url=http://localhost/app/webcontent/</nowiki>**<fc #BF0000>Appname</fc>**/workflow.json'' | ''<nowiki>http://localhost/swagger/?url=http://localhost/app/webcontent/</nowiki>**<fc #BF0000>Appname</fc>**/workflow.json'' | ||
- | The port may be different in your environment, if port 80 is not available, e.g. localhost:8080. | + | The port may be different in your environment if port 80 is not available, e.g. localhost:8080. |
If you want to start a workflow with Java directly, it's no problem: | If you want to start a workflow with Java directly, it's no problem: | ||
Line 43: | Line 43: | ||
}</file> | }</file> | ||
- | Note that the URL is different in the Java call, because the Swagger UI was used from VisionX and the manual call assumes that the application runs deployed with an application server like Tomcat. | + | Note that the URL is different in the Java call because the Swagger UI was used from VisionX, and the manual call assumes that the application runs deployed with an application server like Tomcat. |