Replica Workflow Runner
DeprecatedPricing
Pay per usage
Replica Workflow Runner
DeprecatedExecute recurring AI workflow prompts refined by Replica, preserve the exact prompt version used, and return structured results for the next reflection cycle.
Pricing
Pay per usage
Rating
0.0
(0)
Developer
Đàn Trần
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
a month ago
Last modified
Categories
Share
Replica Workflow Runner is an execution layer for prompts created and refined by Replica.
Replica helps users reflect on recurring AI work and improve the prompt used for the next run. This Actor provides a cloud environment in which that prompt can be executed manually or on a schedule.
Workflow
- Create or refine a workflow prompt in Replica.
- Paste the prompt into this Actor.
- Run the Actor manually or through an Apify schedule.
- Copy the Actor result back into Replica.
- Record the outcome and observations.
- Use Replica to generate the next prompt version.
Input
workflowName: readable workflow name.prompt: the current prompt generated by Replica.promptVersion: the version of the prompt being executed.
Output
The Actor returns:
- the workflow name;
- the prompt version;
- the exact prompt used;
- the execution result;
- the execution timestamp.
Current status
This first version demonstrates the Replica-to-Apify execution loop. The execution logic can be extended with an LLM, web research tools, or other Apify Actors.