[question] how to start a new session attempt of a workflow over the REST API
See original GitHub issueHow do you start a new session attempt of a workflow over the REST API?
I am looking for the equivalent of:
$ digdag start myproj mywf --session now -P ./my_input.yml
I’ve studied the available REST API calls that are exposed by swagger but couldn’t find the corresponding option.
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
REST session workflow for creating users - Stack Overflow
I am working on a C# WebApi/MVC project that has a rather large workflow process for creating a user and placing in their...
Read more >REST API access and refresh token workflow question
To get a refresh token, you need to specify the scope refresh_token . It will be presented to you in your login response...
Read more >REST API Developer Guide
REST API is one of several web interfaces that you can use to access your Salesforce data without using the Salesforce user interface....
Read more >Session expired or invalid immediately after successful OAuth ...
I'm working on an application, and I got the OAuth2 workflow ... and made sure that I have API access turned on, signed...
Read more >An introduction to the batch REST API endpoint (/api/now/batch)
Question : How do I make use of the batch REST API? · Answer: On your client you need to build a JSON...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hello, @ehaupt
I’ve never tried it. but It may
PUT /api/atttempts
.https://github.com/treasure-data/digdag/blob/master/digdag-cli/src/main/java/io/digdag/cli/client/Start.java#L175
https://github.com/treasure-data/digdag/blob/master/digdag-client/src/main/java/io/digdag/client/DigdagClient.java#L718-L724
Hello, @ehaupt
JFYI, Here is 3rd party digdag clients.