Add "dynamic" jobs after a another job is finished #70
Unanswered
Walter-Melon
asked this question in
Q&A
Replies: 2 comments
-
|
Hi @Walter-Melon, My comment here may help you with the implementation of this, as what you describe is not an available feature: #62 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have a similar problem. Maybe some knows a workaround or have another approach to the problem?!
@stevebauman I read the comment you mentioned. But I do not see how this might be related to our problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have a job that uploads a product via an API to a shop system. The shop handels product images in two steps:
I can create the image model with the initial product upload but now i need to upload the images.
After all images are uploaded i would like to update the product once more to set active for customers.
So the workflow would be:
UploadProduct => UploadImage(1), UploadImage(2), ... => SetProductActive
My plan was to create a job for each image upload and add these jobs to the workflow, how can i do this?
Beta Was this translation helpful? Give feedback.
All reactions