Publishing Workflow into another gallery using Python API
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I am working hard to implement publishing the workflows using Python API. I managed to implement download of the workflow.
My major issue is how to pass Multipart/form-data in python requests.
Did anyone implemented How to publish the workflow using python API ? If yes, Could you help me in implementation with your solution?
Your help is much appreciable.
- Labels:
- API
- Connectors
- Gallery
- Publish
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @sricharan
Are you able to provide a sample of what you're trying to do. Not exactly sure what you are asking if it's how to publish a workflow with multiple fields or no?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi .@joshuaburkhow
Thanks for your quick reply!
Since I work for an organisation i cannot provide the sample. My question is - when we migrate the workflows using API we need to use multipart/form-data in the API request. I could not find how to to implement multipart/form-data in python.
Could you please help me how to implement multipart/form-data in python?