Custom Workflow | Community
Skip to main content
Ankur_Khare
New Participant
October 16, 2015
Solved

Custom Workflow

  • October 16, 2015
  • 2 replies
  • 1340 views

We have a requirement where in we need to convert page content to text file as part of process step.

Please let us know how shall we proceed for the same.

1.We will trigger a workflow and as part of process step we need to convert entire page content to text file and upload the same to dam.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

You can create a custom step that reads the HTML of a given page and creates a text file that uses  the data retrieved from the HTML. Then you can store the text file into the DAM. This can be achieved using a custom workflow step. 

We will add this use case to the community article list. 

2 replies

smacdonald2008
smacdonald2008Accepted solution
New Participant
October 16, 2015

You can create a custom step that reads the HTML of a given page and creates a text file that uses  the data retrieved from the HTML. Then you can store the text file into the DAM. This can be achieved using a custom workflow step. 

We will add this use case to the community article list. 

Ankur_Khare
New Participant
October 16, 2015

smacdonald2008 wrote...

You can create a custom step that reads the HTML of a given page and creates a text file that uses  the data retrieved from the HTML. Then you can store the text file into the DAM. This can be achieved using a custom workflow step. 

 


Hi Smac,

Could you please let me know , how can we read the entire html content of a page in author instance as part of workflow step.